body {
	margin: 25px;
	background: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #cc0000;
	font-weight: bold;
}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 11px; font-weight: normal;}
h6 {font-size: 10px; font-weight: normal;}

blockquote {
padding: 0 40px;
font-style: italic;
}

a, a:active, a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
    color:#cc0000; 
	text-decoration: underline;
}

#kopf {
	width: 750px;
	margin: 0 auto;
	padding: 5px 10px;
	background: #cc0000;
	border: 3px solid #dedede;
	border-bottom: none;
}

#kopf h2 {
	text-align: center;
	color: white;
	}
#kopf h2 {font-size: 18px;}

#inhalt {
	width: 750px;
	padding: 10px;
	margin: 0 auto;
	background: white;
	border-left: 3px solid #dedede;
	border-right: 3px solid #dedede;
}

li {
padding: 5px 0;
}

#fuss {
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	background: #cc0000;
	border: 3px solid #dedede;
	border-top: none;
}

#fuss p {
    margin:0;
	text-align: center;
	font-size: 9px;
	color: white;
}

#fuss a, #fuss a:active, #fuss a:visited, #fuss a:hover {
	color: white;
	text-decoration: none;
}
