body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 80%;

	color: #333333;

}



body {

	background-color: #BFE1FE;

	margin: 10px;

}



a:link, a:visited, a:active {

	color: #036BC1;

	text-decoration: none;

	font-weight: bold;

}



a:hover {

	color: #CC0000;

	text-decoration: underline;

}



form {

	margin: 0;

}



h1, h2, h3, h4, h5 {

	margin: 5px 0px 5px 0px;

}



h2, h3 {

         color: #CC0000;

} 



#seite {

	width: 715px;

	margin: 0px auto;

	padding: 0;

}



#oben {

	width: 715px;

	height: 100px;

	background-image: url(bilder/oben.png);

	background-repeat: no-repeat;

}



#mitte {

	width: 715px;

	background-image: url(bilder/mitte.png);

	background-repeat: repeat-y;

}



#logo {

	width: 200px;

	float: left;

	padding: 0px;

}



#banner {

	width: auto;

	margin-left: 200px;

	background-color: #036BC1;

	padding: 10px;

}



#menu {

	width: 200px;

	float: left;

	background-color: #036BC1;

	padding: 10px;

	vertical-align: top;

}



#inhalt {

	width: auto;

	margin-left: 220px;

	padding: 10px;

	background-image: url(bilder/background.gif);

	background-position: 50px 50px;

	background-attachment: fixed;

	background-repeat: no-repeat;

}

#footer { display: none; }

#unten {

	width: 715px;

	height: 18px;

	background-image: url(bilder/unten.png);

	background-repeat: no-repeat;

}





#menu ul, #menu li {

	list-style-type: none;

	display: block;

    padding: 5px;

    margin: 0;

}



#menu li a:link,

#menu li a:active {

	list-style-type: none;

    color: #FFFFFF;

    font-weight: bold;

    width: 100%;

    padding-left: 22px;

	padding-top: 2px;

	padding-bottom: 2px;

	border-bottom: 1px solid #FFFFFF;

}



#menu li a:hover {

	list-style-type: none;

    color: #FFFFFF;

    font-weight: bold;

    width: 100%;

    padding-left: 22px;

	padding-top: 2px;

	padding-bottom: 2px;

	border-bottom: 1px solid #FFFFFF;

	background-image:url(bilder/pfeil.gif);

	background-position: top left;

	background-repeat: no-repeat;

}



#menu li a:visited {

	list-style-type: none;

    color: #FFFFFF;

    font-weight: bold;

    width: 100%;

    padding-left: 22px;

	padding-top: 2px;

	padding-bottom: 2px;

	border-bottom: 1px solid #FFFFFF;

	background-image:url(bilder/haken.gif);

	background-position: top left;

	background-repeat: no-repeat;

}