/* CSS Document */

html {
/*	overflow: scroll; */
	height: 101%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1em auto;
	width: 97%;
	text-align: left;
	background-image: url(bilder/bgr-body.gif);
	border: 1px solid #036;
}

#header {
	text-align: center;
	background-image: url(bilder/titel-bgr.gif); 
	border-bottom: 1px solid #036;
}

#navlist li
{
	display: inline;
}

#navlist
{
	float: left;
	width: 12em;
	margin: 8px 0 0 8px;
	padding: 0;
	border-top: 1px #036 solid;
	border-left: 1px #036 solid;
	border-right: 1px #036 solid;
}

#navlist a
{
/*	width: 99.99%; */
	width: 12em;
	display: block;
	background-color: #e6eaf3;
	border-bottom: 1px #036 solid;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 2px 0 2px 0;
}

#navlist a:hover { 
	background-color: #b3c4e0; 
}

#menu-top a {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(bilder/bgr-top.gif); 
} 

#menu-bottom a {
	font-weight: bold;
	color: #036;
	text-align: center;
	background-image: url(bilder/bgr-bottom.gif); 
} 

#menu-bottom-2 a {
	font-weight: bold;
	color: #036;
	text-align: center;
	background-image: url(bilder/bgr-bottom.gif); 
} 

#contents {
	margin: 0 10px 0 172px;
	padding: 0 10px 10px 10px;
/*	border-left: 1px solid #f90;
	border-right: 1px solid #f90; */
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8; 
	background-color: #fff;
}
	

#contents li {
	padding: 3px 0 3px 0;
}

.paragraph {
	color: #369;
	text-align: center;
	font-weight: bold;
}

.blau {
	color: #369;
	font-weight: bold;
}

.ueberschrift {
	font-weight: bold;
	text-align: center;
	color: #036;
}

#footer	{
	clear: both;
	background-image: url(bilder/bgr-bottom.gif); 
	text-align: center;
	padding: 5px;
	border-top: 1px solid #036;
	}

a:link {font-weight:normal; text-decoration:none; color:#f00;}
a:visited {font-weight:normal; text-decoration:none; color:#903;}
a:hover {font-weight:normal; text-decoration:none; color:#090;}
a:active {font-weight:normal; text-decoration:none; color:#f90;}

hr {color:#036; background-color:#036; height:1px; border:0px;}

#container {
	background-image: url(bilder/bgr-grau.gif); 
}

p {
	margin: 0;
	padding: 10px 0 10px 0;
}

table {
	border-collapse: collapse;
}

td {
	padding: 3px;
}

/* IE-Hacks */

* html #navlist {
	margin: 8px 0 0 4px;
}

* html #contents {
	margin: 0 10px 0 169px;
	height: 100%;
}
