body {
	background-color: #006400;
	font-family: Tahoma;
	color: White;
	font-size: x-small;
	font-style: normal;
	text-align: justify;
	line-height: 30px;
}
h1 {
        font-size: medium;
        color: White;
        background-color: transparent;
        text-align: center;
}
h2 {
	font-size: x-small;
	background-color: transparent;
	color: White;
	text-align: left;
}
h3 {
        font-size: x-small;
        background-color: transparent;
        color: White;
        text-align: left;
        font: normal;
}
table {
	font-size: x-small;
	background-color: transparent;
	color: Silver;
	border-color: Silver;
	border-style: ridge;
	line-height: 20px;
	float: none;
}
a:link {
        color: Silver;
        text-decoration: none;
}
a:visited {
	color: Gray;
	text-decoration: none;
}
.aktiv {
        background-color: White;
        font-size: x-small;
        color: #0000CD;
}
a:hover {
        text-decoration: underline;
}
#menu {
        float: left;
        width: 200px;
        height: 460 px;
        background-color: Maroon;
        padding: 20px;
        font-weight: 200;
        font-size: x-small;
        line-height: 30px;
}
#cont {
	float: right;
	width: 640px;
	height: 460px;
	background-color: transparent;
	line-height: 150%;
	list-style-image: url(../images/ball.gif);
	padding-left: 20px;
	font-size: x-small;
}
hr {
        color: White;
        line-height: 8px;
}
#end {
	vertical-align: bottom;
	line-height: 100%;
}