/* =======================================
--
-- Copyright: innovetia GmbH
--
-- Name     : styles.css
-- 
-- Hisotry  : Version Date 
--            ------- -----------
--              01    11-jan-2011  
--
-- =======================================*/

@import url("reset.css");
@import url("nav.css");
@import url("tabs.css");


html{
	color: black;
	background: #d9d9d9 url('../images/body-top-background.jpg') repeat-x top;
}

body {
	color: white;
	font-size: 100.1%;
	font-family: Calibri, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0;
	margin-top: 30px;
	position: relative;
}


#page {
	width: 1000px;
	background-color: white;
	margin: 0px auto 0 auto;
	overflow: hidden;
}

/* ========== header ========== */

#header {
	margin-bottom: 30px; /* Encountered provlem with top margin setting on this element, so avoid! */	
}


#logo {
	margin: 20px 20px 20px 20px;
	width 300px; 
	float: left;
}


/* ---------- slogan ----------- */

#slogan {
	float: right;
	margin: 30px 40px 0px 0px;
	padding: 10px 0px 10px 0px;
	list-style: none;
}


#slogan li {
	display: inline;
	padding-left: 20px;
}


#slogan li.spearator {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

#slogan li[rel] {   /* the ones with "rel" attribute */
		cursor:pointer;
}

#slogan li[rel]:hover {
	color: green;
}


/* ========== content ========== */

#content {
	position: relative; 
	margin: 20px auto 20px auto;
	width: 920px;
	display: block;
}

/* ========== footer ========== */


#footer {
	min-height: 35px;
	background-color: #acacac;
	color: #fff;
	text-align:center;
	position: relative;
	font-size: 0.8em;
	overflow: hidden;
}

#footer p {
	color: #fff;
}

#footer p.copyright {
	margin: 10px 40px 10px 40px;
	float: left;
}

#footer p.address {
	margin: 10px 40px 10px 40px;
	float: right;
}

/* ========== define Standard Elements ========== */

h1, h2, h3 { 
	margin: 10px 0; 
	padding: 10px 0; 
	font-weight: bold; 
}
 
h1 {
	font-size: 1.5em;
	color: #585858;
} 

h2 {
	font-size: 1em;
	color: #585858;
} 

h3 {
	font-size: 0.8em;
} 

p {
	color: #999999; 
}

a {
	color: #4f5e6c;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

ul { 
	color: #777777;
  list-style-type: square; 
  list-style-position: inside; 
  padding: 0px; 
  text-align: left;
}

.clear { 
	clear: both;
}

/* ========== Page: Service ========== */

body#services .box-service {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 10px;
	clear: both;
	overflow: hidden;
}

body#services .box-service:hover {
	background-color: #eeeeee;
}

body#services .box-service img {
	float: left;
	width: 150px;
}

body#services .box-service h1 {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

body#services .service-overview {
	float: right;
	width: 650px;
}

/* ========== Page: Sale & Rent (Offers) ========== */

.box-offer {      
	width:920px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	overflow: hidden;
}

body#rent .box-offer {
 	background-color: #E6EDF2;
	border-top: 1px #4676A2 solid;
	border-bottom: 1px #4676A2 solid;
}

body#sale .box-offer {      
 	background-color: #F0F2E4;
	border-top: 1px #8AA050 solid;
	border-bottom: 1px #8AA050 solid;
}

.box-offer .box-top {      
	text-align: left;
	overflow: hidden;
}

body#rent .box-offer .box-top { 
	border-bottom: 1px #4676A2 solid;
}

body#sale .box-offer .box-top { 
	border-bottom: 1px #8AA050 solid;
}


.box-offer .box-top-left {      
	float: left;
	width:770px;
}

.box-offer .box-top-right {      
	float: right;
	margin: 0;
	width:150px;
}

.box-offer .box-bottom {      
	text-align: left;
	overflow: hidden;
}

.box-offer .box-bottom-left {      
	float: left;
	width:750px;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

body#rent .box-offer .box-bottom-left { 
	border-right: 1px #4676A2 solid;
}

body#sale .box-offer .box-bottom-left { 
	border-right: 1px #8AA050 solid;
}

.box-offer .box-bottom-right {      
	float: right;
	width:150px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.box-offer-summary {      
	width:700px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px #AAC281 solid;
	text-align: left;
}

body#rent .box-offer-summary {      
	border-top: 1px #4676A2 solid;
}

body#sale .box-offer-summary {      
	border-top: 1px #8AA050 solid;
}


.box-offer h1 {
	color: #78824A;
	margin: 10px 20px 5px 20px;
	padding: 0;
	font-size: 1.3em;
}

body#rent .box-offer h1 {
	color: #4676A2;
}

body#sale .box-offer h1 {
	color: #8AA050;
}

.box-offer p {
	color: #666666;
	font-size : 1.0em;
	font-weight: normal;
	margin: 10px 20px 10px 20px;
	padding: 0;
}


.box-offer table { 
	width: 710px;
	margin: 0 20px 0 20px;
}

.box-offer tr { 
	font-family: Verdana;
	font-weight: normal;
	font-size: 0.8em;
	color: #404040; 
}

.box-offer td.label { 
	color: #666666; 
}

.box-offer td.data { 
	padding-top: 5px;
	font-weight: bold;
}



/* ========== Page: Contact & About ========== */

body#about h2 , body#contact h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}


body#about  h3, body#contact h3 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
}

/* Only change the "p" within the content, otherwise the footer will also change */
body#about #content.p, body#contact  #content.p {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 0.9em;
	color: #333333;
}

/* ---------- table telephonedata ---------- */


body#about table.standard, body#contact table.standard { 
	width: 750px; 
	font-size: 0.9em;
}


body#about table.standard td.label, body#contact table.standard td.label { 
	color: #666666; 
	width: 20%;
}

body#about table.standard td.data, body#contact table.standard td.data { 
	color: #333333; 
	font-weight: bold;
	width: 80%;
}



/* ---------- table directions in contact ---------- */


body#contact table.directions { 
	width: 600px; 
	font-size: 0.9em;
}


body#contact table.directions td.label { 
	color: #333333; 
	width: 50%;
	vertical-align: top;
}

body#contact table.directions td.data { 
	color: #333333; 
	font-weight: bold;
	width: 50%;
	text-align: right;
}

/* ---------- table seek ---------- */


body#seek table { 
	width: 900px; 
	font-size: 0.9em;
}

body#seek thead tr { 
	color: #F6F4F4;
	background-color: #827E7D;	 
	width: 50%;
	vertical-align: top;
}

body#seek thead td { 
	padding: 5px 5px 5px 5px;
}


body#seek tbody tr:nth-child(even){
	background-color:#F6F4F4;
}
 
body#seek tbody tr:nth-child(odd){
	background-color:#D0CBC8;
}

body#seek tbody td { 
	color: #646060; 
	font-weight: normal;
	text-align: left;
	padding: 10px 5px 10px 5px;
}



/* ========== Page: Index - Refs ========== */

#refs {
	float: right;
	margin: 60px 0px 20px 40px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.refs-logo {
	margin-right: 20px;
}


/* ========== Overlay ========== */


.overlay {	
	display: none; 	/* must be initially hidden */
	z-index: 10000; /* place overlay on top of other elements */
	margin-top: 50px; /* position in the middle of the screen */
	background-color: #333;
	width: 600px;	
	min-height: 300px;
	border:1px solid #666;	
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.overlay .close {
	background-image:url('../images/modal-close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:25px;
	width:25px;
}

/* ========== Cycle JQuery plugin ========== */

.cycle-images {  
  margin:  0;  
	padding: 0px;
	width: 920px;
	height: 277px;
	overflow: hidden;
}

.cycle-images img {  
    top:  0; 
    left: 0 
}

