@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0; }
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#452e32;
}
#wrap { width:500px; margin-left:auto; margin-right:auto; margin-top:50px; position:relative;}
#header { width:500px; height:125px;  background-image:url(images/head.gif); }
#container {
	width:500px;
	top:125px;
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
}
#content { width:430px; margin-left:auto; margin-right:auto; padding-bottom:5px; line-height:1.5em;}
#fusszeile { font-size:10px; color:#999; text-align:right; margin-top:20px;}
#footer {
	width:500px;
	height:22px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
a, a:link, a:visited, a:active { color:#a34b1b; text-decoration:none; }
a:hover { text-decoration:underline; }

/* NAVIGATION */
#navi {
	margin: 0;
	border-bottom: 1px solid #009AD9;
	padding-bottom: 20px;
	}

#navi li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navi a:link, #navi a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
	color: #009AD9;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 4px;
	}

#navi a.active:link, #navi a.active:visited, #navi a:hover {
	border-bottom: 4px solid #009AD9;
	padding-bottom: 2px;
	background: #fff;
	color: #363;
	}

/* Überschriften/Schriftformate/Absatz */
h1 { font-size:1.5em; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:10px; color:#009AD9; line-height:1.2em;}
p { margin-bottom:10px; text-indent:0px; line-height:1.5em;}
ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-left:17px;
}