/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#ccc;
	color:#630;
	font:12px sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family:helvetica;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#ccc;
	margin-bottom:-231px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:462px;
	width:100%;
	clear:left;
	background-color:#333;
	min-width:1250px;
}

#grau_l {
	float:left;
	background-color:#333;
	color:#333;
	width:50px;
	height:100%;
	position:relative;
}

#logo {
	float:left;
	background-color:#000033;
	/*background-image:url(logo.png);*/
	width:195px;
	height:453px;
	position:relative;
}

#content {
	float:left;
	background-color:#66999c;
	color:red;
	/*background-image:url(bild_home.png);*/
	width:520px;
	height:453px;
	position:relative;
}

#content_text {
	/*background-color:blue;*/
	position:absolute;
	bottom:28px;
	left:45px;
	font-weight:600;
	font-size:13px;
	line-height:2;
	color:white;
}

#orange {
	float:left;
	background-color:#cc6600;
	width:281px;
	height:453px;
	position:relative;
}

#braun {

	float:left;

	background-color:#330000;

	color:#330000;

	width:35px;

	height:450px;

	position:relative;

	/*left:67px;*/

}



#menu1 {

	float:left;

	background-color:#666600;

	width:110px;

	height:450px;

	position:relative;

	/*left:67px;*/

	color:#ccc;

	font-weight:600;

	font-size:13px;

	line-height:2;

}



#menu1_1 {

	background-color:#666600;

	position:absolute;

	top:73px;

	left:8px;

}



#menu1_2 {

	background-color:#666600;

	position:absolute;

	top:236px;

	left:8px;

}



#menu1_3 {

	background-color:#666600;

	position:absolute;

	bottom:26px;

	left:8px;

}



#menu2 {

	float:left;

	background-color:#808000;

	width:136px;

	height:450px;

	position:relative;

	/*left:67px;*/

}

#menu2_1 {
	background-color:#808000;
	position:absolute;
	top:73px;
	left:8px;
	color:white;
	font-size:12px;
	font-weight:600;
	line-height:24px;
}

#spacer {
	float:left;
	width:28px;
	height:100%;
	background-color:#ccc;
	color:#ccc;
	position:relative;
}

#grau_r {
	float:left;
	background-color:#999;
	width:auto;
	height:450px;
	position:absolute;
	left:1074px;
	right:0px;
}

#adresse {
	position:absolute;
	bottom:26px;
	left:8px;
	line-height:24px;
	color:white;
	font-size:12px;
	font-weight:600;
}

#grau_r_b {
	position:absolute;
	left:1074px;
	right:0px;
	top:450px;
	width:auto;
	height:3px;
	background-color:#ccc;
}

#grau_r_bb {
	position:absolute;
	left:1074px;
	right:0px;
	top:453px;
	width:auto;
	height:9px;
	background-color:#999;
}

#menu1 DIV.menu1-L1-no {
	color:#ccc;
	font-size:12px;
	padding: 0px 0px 0px 0px;
}

#menu1 DIV.menu1-L1-act {
	color:#CE7E2D;
	font-size:12px;
	padding: 0px 0px 0px 0px;

}

#menu2 DIV.menu1-L1-no {
	color:#ccc;
	font-size:12px;
	padding: 0px 0px 0px 0px;
	clear:both;
}

#menu2 DIV.menu1-L1-act {
	color:#CE7E2D;
	font-size:12px;
	padding: 0px 0px 0px 0px;
	clear:both;
}

#menu2 DIV.menu1-L2-no {
	color:#ccc;
	font-size:12px;
	padding: 0px 4px 0px 4px;
	float:left;
}

#menu2 DIV.menu1-L2-act {
	color:#CE7E2D;
	font-size:12px;
	padding: 0px 4px 0px 4px;
	float:left;
}

a:link {
	text-decoration:none;
	color:#ccc;
}

a:visited {
	text-decoration:none;
	color:#ccc;
}

a:hover {
	text-decoration:none;
	color:#cc6600;
}

a:active {
	text-decoration:none;
	color:#cc6600;
}

a:focus {
	text-decoration:none;
	color:#CE7E2D;
}

a.active:visited {
	text-decoration:none;
	color:#cc6600;
}

a.active:hover {
	text-decoration:none;
	color:#cc6600;
}

a.active:active {
	text-decoration:none;
	color:#cc6600;
}

a.active:focus {
	text-decoration:none;
	color:#cc6600;
}

a.white:link {
	text-decoration:none;
	color:white;
}

