/* Arno Root neu screen*/

@charset "ISO-8859-1"; 

	*{font-family:Verdana,Arial,sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
		}

h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}

body{
	margin: 5px auto auto;
	width: 800px;
	height: 600px;
/*	background-color:gainsboro; */
	background-color:#FEEDDA; 
}
	#container {
	width: 800px;
/*	background-color:white; */
	}
	#kopf {
	height: 150px;
	width: 800px;
/*	background-color: white; */
	background-image: url(images/logo150_a.jpg);
	background-repeat:no-repeat; 
	float: left;
	}
	#logo {
	width: 562px;
	height: 150px;
	float: left;
/*	background-color:red; */
	}
	#baustelle {
	width: 133px;
	height: 150px;
/*	background-image: url(images/bau.gif);
	background-repeat:no-repeat;	*/ 
	float: left;
/*	background-color:green; */
	}
	#pflichtnavi {
	width: 105px;
	height:135px;
	float: left;
/*	background-color:blue; */
	}
	#aktuellerstand {
	width: 105px;
	height: 15px;
	font-size: 10px;
	float: left;
	}
	#trennungho {
	width: 800px;
	height:3px;
	float: left;
/*	background-color:teal; */
	}
	#trennunghm {
	width: 800px;
	height:3px;
/*	background-color:blue; */
	float: left;
	}
	#trennunghu {
	width: 800px;
	height:4px;
/*	background-color:black; */
	float: left;
	}
	#trennungvl {
	width: 5px;
	height:400px;
/*	background-color:aqua; */
	float: left;
	}
	#trennungvr {
	width: 2px;
	height:400px;
/*	background-color:lime; */
	float: left;
	}
	#quernavigation {
	height: 20px;
	width: 800px;
	float: left;
	word-spacing:20px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	}
	#quernavigation a {
	font-size: 14px;
	}
	a:link  {color:#FF7900;
	}
	a:visited  {color:#FDBB00;
	}
	#spalten {
	min-height: 400px;
	width: 800px;
	float: left;
/*	background-color:white; */
	background-image: url(images/sonnenstrahlen800.png);
	background-repeat:no-repeat; 
	}
	#navigation {
	width: 137px;
	min-height: 400px;
	float: left;
 /*   background-image: url(images/bgnavi.gif);
    background-repeat:repeat-y;*/
	}
	#themennavi {
	width: 137px;
	height: 380px;
	float: left;
	}
	#info {
	width:2px;
	min-height: 400px;
/*	background-color:fuchsia; */
	float: left;
	}
	#seitenlinks {
	width:650px;
	height: 20px;
/*	background-color:green; */
	font-size: medium;
	float: left;
	}
	#seitenlinks a {
	font-size: 12px;
	}
	#inhalt{
	min-height:400px;
	width: 650px;
	float: left;
	}
	#darstellung {
	min-height:380px;
	with:650px;
	padding: 0px;
	float: left;
/*	background-color:yellow; */
	}
	#darstellungagb {
	min-height:380px;
	with:650px;
	float: left;
	}
	#fussnavi {
	height:25px;
	width: 800px;
	word-spacing:10px;
	text-align: center;
/*	background-color:yellow; */
	}
/* Text Formatierung */
	p.txtueberschrift {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 5;
	color: #333333;
	}
	p.txtrahmen {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	text-decoration : none;
	vertical-align : top;
	margin-top : -2px;
	border : 1px solid black;
	text-align : center;
	}
	p.txtunterbild {
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	vertical-align :text-top;
	margin : -2px 20px 0px 0px;
	float:left;	
	}

