html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	color: #5a5858;
	font-family: 'Open Sans', Verdana sans-serif;
	font-size: 1.2em;
	-webkit-text-size-adjust:none;
}

#wrapper {
	min-height: 100%;
	margin: 0;
	position: relative;
	background-color: #fff;
}

#header {
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	background-color: #1b2f53;
}

#header div#social-media {
    width: 200px;
    height: 40px;
    float: left;
    padding: 30px;
}

#header div#social-media img {
    width: 40px;
}

#header div#logo {
    float: left;
    text-transform: uppercase;
}

#header div#logo span.small a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    margin: 25px 0 0 0;
    color: #d6d6d6;
}

#header div#logo span.big a {
    font-size: 32px;
    font-weight: bold;
    display: block;
    float: left;
    clear: both;
    color: #d6d6d6;
}

#header div#logo span.small a:hover,
#header div#logo span.big a:hover {
	text-decoration: none;
}

#header div#contact {
    float: right;
    font-size: 18px;
    margin: 3px 10px 0 0;
}

#header div#contact p {
	text-align: right;
	margin: 0;
	padding: 0;
	color: #DBDAE8;
}

#header div#contact a {
	color: #eee;
}

img.contactbox {
    float: right;
    margin: 5px;
}

div#MenBt {
    display: none;
}

#menu {
	clear: both;
	width: 100%;
	min-height: 54px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(/../../images/layout/trans-menu.png);
	background-repeat: repeat;
}

#menu div#mls-search {
    float: left;
    margin: 10px 30px;
}

div#language {
    position: absolute;
    top: 110px;
    right: 30px;
}

.mod-languages form {
    margin: 0;
}

div#language select.inputbox {
    width: 120px;
    height: 28px;
    border: 0;
    background-color: #EBEBEB;
    padding: 5px;
    font-size: 16px;
    border-radius: 3px;
}

div#content {
    padding-bottom: 170px;
}

#slider {
	width: 100%;
}

.item-page,
.item-pageindex,
.item-pagecontact {
	width: 55%;
	margin: 0 auto;
}

.item-page {
    padding-top: 20px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 145px;
	padding: 0;
	background-color: #1b2f53;
}

#footer .moduletable {
    float: left;
    width: 48%;
    padding: 15px 1% 0 1%;
}

#footer p.remax {
	font-size: 14px;
	color: #DBDAE8;
}

#footer .moduletable img {
    margin-bottom: 30px;
}

#footer div#contact {
    float: right;
    font-size: 18px;
    margin: 3px 30px 0 0;
}

#footer div#contact p {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #DBDAE8;
}

#footer a {
	color: #eee;
}

#footer img.contactbox {
	display: none;
}

#footer div#copyright {
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    color: #bdbdbd;
    position: absolute;
    bottom: 0;
    width: 100%;
}  

/* Navigation */
/* ---------------------------------------
   Reset list items
--------------------------------------- */

div.moduletable_menu ul,
div.moduletable_menu ul li,
div.moduletable_menu ul li ul,
div.moduletable_menu ul li ul li {
 list-style: none;
 margin: 0;
 padding: 0;
}
/* ------------------------------
   Position the main and sub items
----------------------------------- */
div.moduletable_menu ul li {
 float: left;
 position: relative;
 margin-left: 25px;
 z-index: 999;
 padding: 8px 10px 0 10px;
}

div.moduletable_menu ul li ul {
 position: absolute;
 z-index: 2;
 width: 180px;
}

/* The links of the main items */
div.moduletable_menu ul li a,
div.moduletable_menu span.nav-header {
 font-size: 22px;
 font-weight: lighter;
 letter-spacing: 1px;
 color: #d1d1d1;
 display: block;
 padding-bottom: 15px;
 cursor: pointer;
}

/* ---------------------------------
   Subitems
---------------------------------- */
/* Background */
div.moduletable_menu ul li ul li {
 background-color: #52505D;
}

div.moduletable_menu ul li:hover {
 background-color: #000;
 filter: alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity: 0.9;
}

/* Links normal */

/* 1e level */
div.moduletable_menu ul li ul li a,
div.moduletable_menu ul li.active ul li a,

/* 2e level */
div.moduletable_menu ul li ul li ul li a,
div.moduletable_menu ul li.active ul li.active ul li a,

/* 3e level */
div.moduletable_menu ul li ul li ul li ul li a,
div.moduletable_menu ul li.active ul li.active ul li.active ul li a {
 display: block;
 font-size: 18px;
 color: #d7d7d7;
 text-decoration: none;
 padding: 4px 0 4px 4px;
 width: 250px;
 border-bottom: 1px solid #333;
 line-height: 36px;
}

/* Links hover and active */

/* 1e level */
div.moduletable_menu ul li ul li a:hover,
div.moduletable_menu ul li.active ul li.active a,

/* 2e level */
div.moduletable_menu ul li ul li ul li a:hover,
div.moduletable_menu ul li ul li ul li ul li a:hover,

/* 3e level */
div.moduletable_menu ul li.active ul li.active ul li.active a,
div.moduletable_menu ul li.active ul li.active ul li.active ul li.active a {
 display: block;
 font-size: 18px;
 color: #d7d7d7;
 text-decoration: none;
 padding: 4px 0 4px 4px;
 width: 250px;
}

div.moduletable_menu ul li ul li a:hover {
 border-top: 0px solid #ff0000 !important;
}

/* ------------------------------------------------------------------
   Background active menus
------------------------------------------------------------------- */
div.moduletable_menu ul li ul li.active {
    background-image:url(../images/dropdown_vertikaal.png);
    background-position: left -120px;
    background-repeat: repeat-x;
}

/* -------------------------------------------
   Display and hide the submenus
-------------------------------------------- */
div.moduletable_menu ul li ul {
    left: -999em;
}

div.moduletable_menu ul li:hover ul {
    left: auto;
}

/* -------------------------------------------------------------------------
    Position the last subitems
-------------------------------------------------------------------------- */
div.moduletable_menu ul li.item-169 ul {
    left: -999em;
}

div.moduletable_menu ul li:hover.item-169 ul {
    left: -68px;
}

/* --------------------------------------------
   CSS for multi level subitems
--------------------------------------------- */

/* From the second level */
div.moduletable_menu ul li ul li ul,
div.moduletable_menu ul li:hover ul li ul {
    left: -999em;
}

div.moduletable_menu ul li:hover ul li:hover ul {
    left: auto;
    margin: -22px 0 0 181px;
}

/* From the third level */
div.moduletable_menu ul li ul li ul li ul,
div.moduletable_menu ul li:hover ul li ul li ul,
div.moduletable_menu ul li:hover ul li:hover ul li ul {
    left: -999em;
}

div.moduletable_menu ul li:hover ul li:hover ul li:hover ul {
    left: auto;
    margin: -22px 0 0 181px;
}

/* Content */
h1, h2, h3, h4, h5, h6 {
 color: #4c4c4c;
 font-weight: normal;
}
h1 { font-size: 26px; line-height: 32px; margin-bottom: 16px; }
h2 { font-size: 20px; line-height: 26px; margin-bottom: 14px; }
h3 { font-size: 18px; line-height: 26px; margin-bottom: 12px; }

p, #content li {
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 0 0 1em;
	text-align:justify;
}

p.small {
    font-size: 13px;
    margin: 0 0 25px 0;
}

a {
 color: #141290;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

#content li { margin-bottom: 0.5em; padding-left: 10px; }

ol, ul {
    list-style: none outside none;
}

#content ol, #content ul {
    list-style: outside;
        margin: 0 0 14px 20px;
}

.clear {
	clear: both;
}

div.left {
    float: left;
    width: 46%;
}

div.right {
    float: right;
    width: 46%;
}

div.left img,
div.right img {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #6D6B77;
}

img.left {
 float: left;
 margin-right: 25px;
 margin-bottom: 15px;
 border: 1px solid #6D6B77;
}


img.right {
 float: right;
 margin-left: 25px;
 margin-bottom: 15px;
 border: 1px solid #6D6B77;
}

img.right.logo {
    border: 0;
    width: auto;
}

.top {
    width: 100%;
    margin-bottom: 30px;
}

.top img {
    width: 100%;
    border: 1px solid #6D6B77;
}

/* Homepage */
.theme-default .nivoSlider {
    box-shadow: 0px 0px 0px 0px !important;
    top: -1px;
}

div#homepage .moduletable {
    position: absolute;
    z-index: 999;
    margin-top: -150px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    width: 55%;
    max-width: 1200px;
    margin-left: -29%;
    padding: 1%;
    box-shadow: 4px 4px 8px #ACACAC;
}

div#homepage div#jakobeit {
    float: left;
    width: 15%;
}

div#homepage div#jakobeit img {
	width: 100%;
}

div#homepage div#welcome {
    padding: 0 20px;
    /*width: 80%;*/
   	width: 95%;
    float: right;
}

div#homepage div#welcome h1,
div#homepage div#welcome h2 {
	font-size: 18px;
	text-align: center;
	color: #4c4c4c;
	font-weight: bold;
}

.item-pageindex {
	margin-top: 180px;
}

div#preis-kategorien {
    text-align: center;
    margin-bottom: 50px;
}

div#preis-kategorien img.preis {
    width: 30%;
}

/* Buy */
div#ins-detail,
div#att-detail {
    display: none;
    padding: 10px 10px 1px 10px;
    margin-top: 10px;
    background: #d9ecf1;
}

#dollar {
	position: absolute;
    margin: 20px 0 0 20px;
}

/* Offers */
div#angebote {
    padding: 20px 2%;
    margin-bottom: 20px;
    border: 1px solid #6D6B77;
    box-shadow: 4px 4px 8px #ddd;
}

div#angebote img {
	width: 50%;
	float: right;
	margin-left: 40px;
}

img.vttour {
    width: 72px !important;
    float: right;
}

/* Sale */
ul.verkauf li {
    margin-bottom: 30px !important;
}

/* Build */
div.sigplus-gallery.sigplus-center {
	width: 100%;
}

div.sigplus-gallery.sigplus-center ul li img {
	width: 100%;
}

/* SWFL */
div#swflspacer {
    height: 265px;
}

/* Cape Coral */
div.avPlayerBlock,
.avPlayerContainer,
.avPlayerContainer iframe {
	width: 100% !important;
}

div#mod_kweather_138,
div#mod_kweather_139 {
    margin-bottom: 30px;
}

/* Sanibel */
iframe.idx {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0;
    min-height: 1200px;
}

/* References */
span.ref-btn {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    background: #1b2f53;
    padding: 10px;
    color: #fff;
}

/* Contact */
.item-pagecontact left,
.item-pagecontact .right {
	margin-top: 40px;
}

/* MLS */
iframe.wrapper.mls {
    width: 90%;
    margin: 0 auto;
    display: block;
    border: 0;
}
