* {
	margin:0;
	padding:0;
}
body {
	text-align: center; /*Zentrierung Seite fr IE*/
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #535252;
	background-color: #D5D5D5;
}
input, select {
	color: #D70200;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 105px;
	height: 15px;
	border-top: 1px solid #89A1B8;
	border-left: 1px solid #89A1B8;
	border-right: 1px solid #44505C;
	border-bottom: 1px solid #44505C;
}
select {
	height: auto;
}
input.imageButton {
	background-color: transparent;
	color: none;
	width: 17px;
	height: 17px;
	border-style: none;
	border-width: 0px;
}
table {
	border: none;
}
.linkRollover a {
	text-decoration:none;
}
.linkRollover a:hover {
	text-decoration:underline;
}
#center {
	margin: 0 auto;
	min-width: 1010px;
	max-width: 980px;
	width:expression(document.body.clientWidth > 980? "980px": "auto" );
	text-align: left; /*Aufhebung der Zentrierung */
/*	font-size: 105%;  */
}
html>body #center {
/*	font-size: 108%;  */
}


#shadow {
	position: relative;
	float: left;
	width: 994px;
	background: #D5D5D5 url(../pics/shadow.gif) repeat-y;
}
#shadowbottom {
	position: relative;
	float: left;
	width: 994px;
	height: 15px;
	background: #D5D5D5 url(../pics/shadow_bottom.gif) no-repeat;
	
}
#container {
	position: relative;
	left: 15px;
	top: 0px;
	float: left;
	width: 964px;
	background: #fff;
	text-align: left;
}
#fullwidth {
	position: relative;
	float: left;
	width: 964px;
}
#rightarea {
	position: relative;
	float: left;
	width: 768px;
	height: 100%;
	vertical-align: bottom;
}
#header {
	position: relative;
	float: left;
	width: 939px;
	height: 107px;
	background: #fff url(../pics/header_back.gif) repeat-x;
	padding-right: 25px;
	font-size: 11px;
	color: #808181;
}
#header table {
	position: relative;
	top: 4px;
	left: 650px;
}
#header td {
	vertical-align: middle;
	padding-right: 5px;
}
#header input {
	color: red;
	border: 1px solid #808181;
	width: 73px;
	height: 13px;
	background-color: #EEEEEE;
}
#header a {
	color: #003366;
	/* color: #7A7A7A; */
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#footer {
	position: relative;
	float: left;
	width: 964px;
	height: 58px;
	background: #fff url(../pics/footer_back.gif) repeat-x;
	font-size: 10px;
	/* color: #999999; */
	color: #003366;
}
#footer p {
	position: absolute;
	top: 35px;
	left: 311px;	
}
#footer ul {
	position: relative;
	list-style-type: none;
	top: 35px;
	left: 41px;
}
#footer ul li {
	display: inline;
	vertical-align: middle;
}
#footer a {
	/* color: #999999; */
	color: #003366;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#navi {
	position: relative;
	float: left;
	width: 196px;
	height: 100%;
	background-color: #9FB1D1;
	vertical-align: top;
	color: #FFFFFF;
	padding-top: 27px;
	padding-bottom: 20px;
}
#navi p {
	padding-top: 5px;
	padding-left: 23px;
	font-size: 12px;
	font-weight: bold;
}
.lev1 ul {
	position: relative;
	list-style-type: none;
}
.lev1 li {
	display: block;
	height: 21px;
	padding-left: 23px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
	background-color: #9EB1D1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8898B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BACADA;
}
.lev1 li.lev1on {
	background-color: #7D95C3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5977AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5977AB;
}
.lev2 ul {
	position: relative;
	list-style-type: none;
}
.lev2 li {
	border: none;
	display: block;
	height: 15px;
	padding-left: 23px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: normal;
	background-color: #7D95C3;
}
li.lev2on {
	background-color: #004B85;
}
.lev3 ul {
	position: relative;
	list-style-type: none;
}
.lev3 li {
	display: block;
	height: 13px;
	padding-left: 33px;
	padding-top: 1px;
	font-size: 10px;
	font-weight: normal;
	background-color: #7D95C3;
	padding-top:2px;
	padding-bottom:2px;
}
.lev3 li.lev3on {
	background-color: #004b85;
}
.lev4 ul {
	position: relative;
	list-style-type: none;
}
.lev4 li {
	display: block;
	height: 13px;
	padding-left: 38px;
	padding-top: 1px;
	font-size: 10px;
	font-weight: normal;
	background-color: #7D95C3;
	padding-top:2px;
	padding-bottom:2px;
}
.lev4 li.lev3on {
	background-color: #004b85;
}

#navi a {
	color: #FFFFFF;
	text-decoration: none;
}
#navi p {
	padding-top: 50px;
}
#sitemap {
	float: left;
	padding-top: 10px;
	padding-left: 19px;
	padding-right: 19px;
	width: 533px;
	min-height:298px;
	vertical-align: top;
}
#sitemap ul {
	list-style-type: none;
}
#sitemap ul li {
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	background-color:#E7EAF0;
}
#sitemap ul li ul li {
	font-weight: normal;
	font-size: 12px;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#sitemap ul li ul li ul li {
	font-size: 11px;
	margin-bottom: 0px;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sitemap ul a {
	text-decoration: none;
	color: #004b85;
}
#sitemap ul a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	color: #003366;
	padding-left: 19px;
	padding-right: 19px;
	width: 533px;
	min-height:298px;
	vertical-align: top;
}

#content h1 {
	font-size: 12px;
	font-weight: bold;
	color: #004b85;
	padding-top: 32px;
	padding-bottom: 2px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #004b85;
	padding-top: 11px;
	padding-bottom: 2px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #004b85;
	padding-top: 11px;
	padding-bottom: 12px;
}

/* Für Überschriften denen eine UL-Aufzählung vorangeht und folgt */
#content h4 {
	font-size: 12px;
	font-weight: bold;
	color: #004b85;
	padding-top: 21px;
	padding-bottom: 12px;
}

/* Für Überschriften denen eine UL-Aufzählung vorangeht und ein normaler P-Absatz folgt */
#content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #004b85;
	padding-top: 21px;
	padding-bottom: 2px;
}


#content b, strong {
	font-weight: bold;
	color: #004b85;  
}

#content p {
	color: #003366;
	padding-right: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content p img {
	padding-right:15px;
	padding-bottom: 10px;
	float:left;
}
#content p img.nofloat {
        float:none;
	padding-right:15px;
	padding-bottom: 10px;
}
#content a {
	color: #003366;
}
#content ol {
	padding-left: 20px;
}
#content ul {
	padding-left: 16px;
	list-style-type: disc;
}
#content ul.linklist {
	list-style-type: none;
}
#content ul.linklist li a {
	text-decoration: none;
}
#content ul.linklist li a:hover {
	text-decoration: underline;
}
#content table {
	padding-top: 10px;
	border: none;
}
.bluetable th {
	background-color: #7D95C3;
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
}
.bluetable td, .bluetable td a {
	background-color: #9EB1D1;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	text-align: left;
}
.bluetable td a:hover {
	text-decoration: underline;
}
.greytable th {
	background-color: #E0E0E0;
	color: #003366;
	padding: 2px;
	text-align: center;
}
.greytable td, .greytable td a {
	background-color: #EEEEEE;
	color: #003366;
	text-decoration: none;
	padding: 2px;
	text-align: left;
}
.greytable td a:hover {
	text-decoration: underline;
}
#sidebar {
	float: left;
	width: 197px;
	height: 100%;
	font-size: 93%;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#searchresult a {
	color: #535252;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#searchresult a:hover {
	text-decoration: underline;
}
#searchresult td, #searchresult th {
	padding-left: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 504px;
	color: #535252;
	font-size: 12px;
}
#searchresult td {
	background-color: #D8DFEB;
}
#searchresult th {
	font-weight: normal;
	background-color: #E4E8EF;
}

/*-----Navigationen-----*/
#box275 {
	position: relative;
	width: 255px;
}
#sidebox {
	position: relative;
	width: 175px;
	margin-top: 20px;
	color: #F4F4F4;
	background-color: #004B85;
}
#sidebox h1 {
	padding-left: 10px;
	padding-top: 6px;
	width: 165px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
}
#sidebox h2 {
	padding-left: 10px;
	padding-top: 6px;
	width: 165px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FB1D1;
}
#sidebox p {
	padding: 10px;
	width: 155px;
	font-size: 11px;
}
#sidebox table {
	text-align: right;
	background-color: transparent;
}
#sidebox table td {
	font-size: 11px;
	vertical-align: middle;
}
#infobox {
	position: relative;
	width: 256px;
}
#infobox h1 {
	padding-left: 12px;
	padding-top: 6px;
	width: 244px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9FB1D1;
}
#infobox p {
	padding: 12px;
	width: 232px;
	font-size: 11px;
	color: #535252;
	background-color: #E7EAF0;
}
#infobox ul {
	list-style-type: none;
	text-align: right;
	font-size: 11px;
	background-color: #9FB1D1;
	width: 228px;
	height: 22px;
	padding-right: 12px;
	padding-top: 2px;
	
}
#infobox ul li {
	display: inline;
	vertical-align: middle;
}
#infobox ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#infobox ul li a:hover {
	text-decoration: underline;
}
