/* 
----------------------------------------------------------------
HTK · Architekten und Ingenieure | www.htk-planungsbuero.de
start: 16.01.2008
Autor: Marcel Drechsler | www.marcel-drechsler.de
Medium: Screen
----------------------------------------------------------------
 */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10px;
	line-height: 17px;
	background-color:#af252c;	
	font-family: "tahoma";
	font-stretch:condensed;
	
	scrollbar-base-color:#464646;
	scrollbar-3d-light-color:#a8adb6;
	scrollbar-arrow-color:#c02930;
	scrollbar-darkshadow-color:#464646;
	scrollbar-face-color:#a8adb6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#768093;
	scrollbar-track-color:#a8adb6;
	padding: auto 0 auto 0;

	}
	
#Container {
	width:900px;
	height:500px;
	background-color:#FFFFFF;
	border: solid #FFFFFF 1px;
	padding: 0;
	text-align: left;
	position:relative;
}


/* 
----------------------------------------------------------------
Textverhalten
----------------------------------------------------------------
 */ 
 
 
 .haupttext {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 11px;
	line-height: 18px;
	color: #24262a;
}

 .haupttext_rot {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-weight:bold;
	font-size: 12px;
	line-height: 18px;
	color: #af252c;
}

 .haupttext_rot_light {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 12px;
	line-height: 18px;
	color: #af252c;
}

 .haupttext_grau {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-weight:bold;
	font-size: 12px;
	line-height: 18px;
	color: #acb0b6;
}

 .haupttext_blau {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-weight:bold;
	font-size: 12px;
	line-height: 18px;
	color: #014685;
}

 .Sublogo {	
 	font-family: "tahoma";
	font-stretch:condensed;
	letter-spacing:1px;
	font-size: 10px;
	line-height: 18px;
	color: #6d727a;
}

.haupttext a:link { text-decoration:none; color:#24262a; }
.haupttext a:visited { text-decoration:none; color:#24262a; }
.haupttext a:visited { text-decoration:none; color:#24262a; }
.haupttext a:hover { color:#c82028; }

 .footer {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 10px;
	line-height: 18px;
	color: #ea6a71;
	
} 

.obermenue {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 14px;
	color: #24262a;
}

 .h1 {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 19px;
	color: #24262a;
}


.obermenue a:link { text-decoration:none; color:#24262a; }
.obermenue a:visited { text-decoration:none; color:#24262a; }
.obermenue a:visited { text-decoration:none; color:#24262a; }
.obermenue a:hover { color:#c82028; }


.obermenue_aktiv {	
 	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 14px;
	color: #c82028;
}


.unternemue {	
	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 12px;
	line-height: 18px;
	color: #a8adb6;
}

.unternemue a:link { text-decoration:none; color:#a8adb6; }
.unternemue a:visited { text-decoration:none; color:#a8adb6; }
.unternemue a:visited { text-decoration:none; color:#a8adb6; }
.unternemue a:hover { color:#c82028; }

.unternemue_aktiv {	
	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 12px;
	line-height: 18px;
	color: #c82028;
}

.unternemue_schwarz {	
	font-family: "tahoma";
	font-stretch:condensed;
	font-size: 12px;
	line-height: 18px;
	color: #24262a;
}
.unternemue_schwarz a:link { text-decoration:none; color:#24262a; }
.unternemue_schwarz a:visited { text-decoration:none; color:#24262a; }
.unternemue_schwarz a:visited { text-decoration:none; color:#24262a; }
.unternemue_schwarz a:hover { color:#c82028; }


td.bildcontainer {
	width:51px;
	height:51px;
	border: solid #362921 1px;
}

td.bildcontainer_leer {
	width:51px;
	height:51px;
	border: solid #cfd2d7 1px;
}

td.bildcontainer_gross {
	width:350px;
	height:300px;
	border-top:solid #cfd2d7 1px;
}

td.bildcontainer_index {
	width:900px;
	height:300px;
	border-top:solid #959a9a 1px;
}

td.bildcontainer_index2 {
	width:900px;
	height:300px;
	border-top:solid #cfd2d7 1px;
}


#navi {
	position:absolute;
	left:50%;
	top:26px;
	width:400px;
	height:20px;
	z-index:1;
	border: 0;
	margin-left: -400px;
}

