/*<![CDATA[*/
body { 
	background-color : #E3E8ED;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 101%;
	color : #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}


#container {
	position: absolute;
	background-color: #fff;
	width: 920px;
	height: auto;
	margin-left: -460px;
	left: 50%;
}

#kopf {
	position: absolute;
	width: 920px;
	height: 250px;
	background-image: url(../images/obengrund.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
#ueberschrift {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 80px;
	left: 220px;
	text-align: center;
	color: #255A90;
}
#name {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 200px;
	left: 180px;
	text-align: center;
	color: #fff;
	padding: 5px 0 5px 0;
}

#navigation {
	position: absolute;
	width: 200px;
	height: 300px;
	top: 255px;
	left: 0px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	display: block;
	width: 190px;
	height: 16px;
	background-color: #D9D9DA;
	margin-bottom: 3px;
	color: #255A90;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 6px;
	margin-bottom: 3px;
}
#navigation li a:hover {
	background-color: #FE0000;
}

#beitrag {
	position: absolute;
	width: 540px;
	height: auto;
	top: 257px;
	left: 205px;
	font-size: 12px;
	padding: 5px;
	background-color: #E3E8ED;
}
#beitrag a { 
	color : #0054a6; 
	text-decoration : none; 
} 
#beitrag a:hover { 
	color : #D71F2A; 
	text-decoration : underline; 
} 
#beitrag ul {
	list-style-type: square;
}
.bild_r { 
	display : inline; 
	float : right; 
	margin : 0px 0px 0 10px; 
}
.bild_gr { 
	display : inline; 
	float : right; 
	margin : 0px 52px 8px 10px; 
} 
.bild_gl { 
	display : inline; 
	float : left; 
	margin : 0px 10px 8px 0px; 
}
.text_g {
	height: 180px;
}
#sonstiges {
	position: absolute;
	width: 150px;
	height: auto;
	background-color: #D9D9DA;
	top: 255px;
	left: 760px;
	font-size: 12px;
	color: #255A90;
	padding: 5px;
}
#sonstiges .ueber{
	font-size: 16px;
	font-weight: bold;
	color: #FE0000;
	text-align: center;
}
#sonstiges a { 
	color : #fff; 
	text-decoration : none; 
} 
#sonstiges a:hover { 
	color : #D71F2A; 
	text-decoration : underline; 
} 

input { 
	margin : 2px; 
	padding : 0; 
	vertical-align : top; 
} 
.beschriftung { 
	width : 140px; 
	float : left; 
	clear : left; 
} 
.fehler { 
	color : #ff0000; 
	font-weight : bold; 
} 
img {
	border: none;
}
acronym  {
   border-bottom: 1px dotted red;
   cursor: help;
}
/*]]>*/
