@CHARSET "ISO-8859-1";
html, body{
	width: 100%;
	background-color: #12578f;
	padding: 0;
	margin: 0;
	font-size: 11px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.body{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #12578f;
}

textarea{
	width: 350px;
	height: 120px;	
}

a{
	color: #004B87;
	text-decoration: none;
	font-weight: bold;	
}

li{
	list-style-image: url(images/list_bullet.gif);	
}

a img{
	border: 0;	
}

#main{
	width: 725px;
	margin: 50px auto auto auto;
	background: url(images/unten_links.jpg) bottom left no-repeat #fff;
	height: 650px;
}
#head{
	height: 180px;
	background: url(images/oben_rechts.jpg) top right no-repeat #fff;
}

#logo{
	display: block;
	width: 255px;
	height: 59px;
	margin: auto;
	padding-top: 70px;
}
#menue{
	height: 29px;
	background: url(images/menue_bg.gif) top repeat-x #fff;
}
#menue a{
	display: block;
	width: 130px;
	height: 22px;
	text-align: center;
	background: url(images/button.gif) top left no-repeat;
	color: #fff;
	padding-top: 7px;
	font-size: 12px;
	text-decoration: none;
}
.menuesub{
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #F29400;
	text-align: right;
	padding-left: 10px;
}
#menue .menuesub a{
	background: none;
	text-align: left;
}

#content{
	padding: 20px;
	height: 340px;
	overflow: auto;
}
#footer{
	width: 725px;
	margin: 0 auto auto auto;
	color: #fff;
	font-size: 11px;
}
#footer a{
	color: #fff;
	font-size: 11px;
}
#footer p{
	margin: 5px 0 0 0;
}