@CHARSET "ISO-8859-1";
html, body{
	width: 100%;
	background: url(images/background.gif) repeat-x #1a5d92;
	padding: 0;
	margin: 0;
	font-size: 11px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.body{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;	

}
.styletable {
	border-collapse: collapse;
}
.styletable th {
	border-width: 1px;
	border-style: inset;
	border-color: gray;
}
.styletable td {
	border-width: 1px;
	border-style: inset;
	border-color: gray ;
	padding-left: 2px;
	padding-right: 2px;
}
.styletable tr:nth-child(odd) {
  background-color: #fff;
}
.styletable tr:nth-child(even) {
  background-color: #ddd;
}

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;
}

#headerimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
headman{
	left: 0;
	top: 0;
	
}
#main{
	width: 900px;
	margin: 0px auto auto auto;
	background: url(images/unten_links.jpg) bottom left no-repeat #fff;
	min-height: 650px;
	box-shadow: 4px 4px 5px #03294e, -4px -4px 5px #03294e;
	-webkit-box-shadow: 4px 4px 5px #03294e, -4px -4px 5px #03294e;
	-moz-box-shadow: 4px 4px 5px #03294e, -4px -4px 5px #03294e;
}

#head{
	height: 180px;
	background: url(images/oben_rechts.jpg) top right no-repeat #fff;
}

#logo{
	position: absolute;
	display: block inline;
	width: 255px;
	height: 59px;
	margin: auto;
	padding-top: 70px;
}

#menue{
	height: 29px;
	background: url(images/menue_bg.gif) top repeat-x #fff;
	z-index: 2;
}
#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;
}
#menue a:hover{
	text-decoration: underline;
}
.menuesub{
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #F29400;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
#menue .menuesub a{
	background: none;
	text-align: left;
}


#content{
	padding: 20px;
	min-height: 340px;
	overflow: auto;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
#footer{
	width: 900px;
	margin: 0 auto auto auto;
	color: #fff;
	font-size: 11px;
}
#footer a{
	color: #fff;
	font-size: 11px;
}
#footer p{
	margin: 5px 0 0 0;
}
