@charset "utf-8";
/* CSS Document */
* {padding: 0; margin: 0; }
html {height: 101% } /*erzwingt Scrollbar im Firefox */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	line-height: 30px;
}
h2 {
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #CC3300;
}
h3 {
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: #CC3300;
	}
a {
	color:#CC0000;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
background-color: #CCCCCC;
}
a:active {
background-color:#999999;
}
#wrapper {
color: black;
background-color: white;
width: 750px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
}
#head {

}
#menue {
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #CCCCCC;
}
#menue li {
display: inline;
list-style: none;
}

#menue a {
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 3px solid #CC0000;
}
#inhalt {
padding: 5px;
}
#inhalt li {
list-style: none;
}
#footer {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CC0000;
	padding: 5px;
	text-align: center;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #CC0000;
	line-height: 20px;
	}
.linie {
	border: none;
	border-top: 1px solid #CC0000;
	background-color: #FFFFFF;
	height: 1px;
	margin-top: 15px;
	}
