/* *** Stylesheet for Oliver Schreiber *** */
/* *** (c) 2007                            *** */
/* *** Author: Benjamin Klatt, Monika Kondmann              *** */


/* *** BASIC HTML STYLES *** */
html, body {	
	background: 	#ffffff;
	margin: 0px;
	padding: 0px;
}
html, body, td, p, div { 	
	color: 			#000000;
	font-family:  	arial, mono space, sans serif; 
	font-size: 		12px;
}
h1 {
	font-size: 		16px;
	font-weight: 	bold;
	color: 			#d16a3f;
	margin-top:		0px;
	margin:	0px;
	padding:		0px;
}
h2 {
	font-size: 		14px;
	font-weight: 	bold;
	font-style: 	italic;
	color: 			#364884;
	padding:		0px;
	margin:			0px;
	margin-bottom:	10px;
}
h3 {
	font-size: 		12px;
	font-weight: 	bold;
	padding:		0px;
	margin:			0px;
}
td {
	vertical-align: top;
}
		
form {	
	display:	inline;
}



/* *** GLOBAL CONTAINER *** */

.container {
	margin-bottom: 	4px;
	margin-top: 	4px;
	margin-right: 	4px;
}



/* *** HEAD *** */

.banner {
	width: 	805px;
	height: 46px;
}
.topnavigation {
	height: 		20px;
	float: 			absolute;
	background: 	#7d8fae;
	padding-left: 	92px;
}
.topnavigation .menuitem {
	font-size: 			14px;
	color: 				#FFFFFF;
	margin-right: 		45px;
	 
	text-decoration: 	none;
}
.topnavigation .menuitem_active {
	font-size: 			14px;
	color: 				#000000;
	margin-right: 		45px; 
	
	text-decoration: 	none;
}
.contact {
	height: 		20px;
	float: 			absolute;
	background: 	#7d8fae;
	text-align: 	right;
	padding-right: 	10px;
}
.contact .menuitem {
	font-size: 			14px;
	color: 				#FFFFFF;
	text-decoration: 	none;
}
.contact .menuitem_active {
	font-size: 			14px;
	color: 				#000000;
	text-decoration: 	none;
}
.logo {
	margin-left: 4px;
}



/* *** MARGIN RIGHT *** */

.marginright {
	height: 		100%;
	padding-top: 	4px;
	padding-left: 	4px;
}
.marginright .navigation {
	height: 		100%;
	background: 	#7d8fae;
	width: 			208px;
}
.marginright .navigation .content {
	padding-top:	22px;
}
.marginright .navigation .content .menuitem {
	font-size: 		12px;
	margin: 		0px;
	margin-left: 	15px;
	color: 			#FFFFFF;
	text-decoration: 	none;
}
.marginright .navigation .content .menuitem_active {
	font-size: 			12px;
	margin: 			0px;
	margin-left: 		15px;
	color: 				#000000;
	text-decoration: 	none;
}
.marginright .navigation .content a:active {
	color:	#000000;
}
.marginright .navigation .content .teaser {
	margin-left: 	38px;
	padding-bottom:	17px;
}
.marginright .navigation .content hr {
	border: 			0;
	color: 				#FFFFFF;
	background-color: 	#FFFFFF;
	height: 			4px;
	width: 				100%;
	text-align: 		center;
	margin-bottom: 		14px;
}
.marginright .navigation .footnote {
	height: 		100%;
	vertical-align:	bottom;
	padding-bottom: 8px;
}
.marginright .navigation .footnote .menuitem {
	font-size: 			12px;
	margin: 			0px;
	margin-left: 		15px;
	color: 				#FFFFFF;
	text-decoration: 	none;
}
.marginright .navigation .footnote .menuitem_active {
	font-size: 			12px;
	margin: 			0px;
	margin-left: 		15px;
	color: 				#000000;
	text-decoration: 	none;
}


/* *** CONTENT *** */
.content_area {
	padding-top: 	4px;
	margin-right: 	0px;
	text-align: 	right;
}
.content_area .content_table {
	float: right;
	width: 		737px;
	height: 	100%;
	background: #e9d3ac;
}
.content_area .content_table .content {
	text-align: 	left;
	padding-top:	49px;
	padding-left:	24px;
}
.content_area .content_table .content_big {
	padding-bottom:	110px;
	padding-left:	24px;
}

.content_area .content_table .margin {
	text-align: 	right;
	padding-left: 	43px;
}

.content_area .content_table .margin img {
	margin-bottom: 4px;
}

.content .datatable {}
.content .datatable td {
	padding: 1px;
	padding-right: 8px;
}
.content a:link { color: #364884; }
.content a:visited { color: #000066; }
.content a:active { color: #000000; }
.content a:hover { color: #C57B05; }



/* *** CUSTOM PAGE STYLES *** */
.floorplan {}
.floorplan .plan {
	padding-bottom: 24px;
}
.floorplan .plan img {
	margin-right: 4px;
}
.floorplan .selection {
	width: 100%;
	padding-bottom: 40px;
	padding-left: 	24px;
	vertical-align: bottom;
}
.floorplan .selection .link {
	color: 				#000000;
	text-decoration: 	none;
	margin-bottom:		13px;
}
.floorplan .selection .link_active {
	color: 				#C57B05;
	text-decoration: 	none;
	margin-bottom:		13px;
}

/* *** TESA STYLES *** */ 
.tesa { 
     width:                     495px; 
     background-color:      #FFFFFF;      
} 
.tesa .image { 
     float: left; 
} 
.tesa .image img { 
     border: 0px; 
     padding-right: 10px; 
} 
.tesa .info { 
     padding-left: 10px;      
     padding-right: 10px; 
     padding-top: 5px; 
     padding-bottom: 5px; 
} 
.tesa .info h1 { 
     font-family:       verdana, mono space, sans serif;  
     font-size:           12px; 
     font-weight:     normal; 
     font-style:      normal; 
     color:                #ad4242; 
     text-decoration: none; 
} 
.tesa .info h2 { 
     font-family:       verdana, mono space, sans serif;  
     font-size:           16px; 
     font-weight:     bold; 
     font-style:      normal; 
     color:                #364884; 
     margin-top:      15px; 
}




