body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(bg.gif);

}
a:link {
	color: #4874a3;
	text-decoration: none;
}
a:visited {
	color: #4874a3;
	text-decoration: none;
}
a:hover  {
	color: #000000;
        text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
form {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.main {
	width: 850px;
	margin: auto;
	background-color: #dddddd;
}
.header {
    background: #036;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px;
	height: 78px;
	text-align: center;
	font-size: 30px;
}
.menu {
	float: left;
	background-image: url(bg.gif);
        font-weight: bold;
	width: 160px;
	vertical-align: top;
        margin: 5px 0px 10px 5px;
}

.menu ul, .menu li {
        margin: 5px;
	padding: 2px;
	display: block;
	list-style-type: none;
}
.menu ul ul {
	margin-left: 0px;
        margin-right: -6px;
        border-left: 1px dashed #FF7F00;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 0px 8px 8px;
	color: #FFFFFF;
	display: block;
        text-align: left;
        background-color: #036;
	text-decoration: none;
}
.menu a:hover {
	text-align: left;
	background-color: #369;
	text-decoration: none;
}
.menu a:active {
	color: #EBE614;
	text-decoration: none;
}

.content {
	float: right;
	width: 620px;
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 13px;
	vertical-align: top;
	text-align: left;
        margin: 5px 0px 10px 0px;
}
.footer {
	clear: both;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}
.last_edit {
    width: 850px;
	margin: auto;
	text-align: right;
	font-size: 10px;
	padding-top: 2px;
	color: #FFFFFF;
}

.last_edit a:link, .last_edit a:visited, last_edit a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.last_edit a:hover  {
	color: #000000;
        text-decoration: underline;
}

.wichtig {
background:#FFF6BF;
border-bottom:2px solid #FFD324;
border-top:2px solid #FFD324;
margin:10px auto;
padding:5px 20px;
text-align:center;
}

