a:link {
	color: #000000;
}
a:visited {
	color: #8C0D83;
}

body {
	background-color: #9ec9e8;
	font-size: 15px;
	font-family:Verdana;
}

h1 {
	font-size: 24px;
	font-weight:bold;
}

h2 {
	font-size: 22px;
	font-weight:bold;
}
h3 {
	font-size: 20px;
	font-weight:bold;
}
h4 {
	font-size: 18px;
	font-weight:bold;
}

p {
	font-size:15px;
}

li {
	font-size:15px;
}
.item {
	font-family: verdana;
	font-size: 10px;
	width: 148px;
	background-color: #E9F0F8;
}
.item_panel {
	position: absolute;
	clip: rect(0,150,0,0);
	border-right: 1px solid darkblue;
	border-left: 1px solid darkblue;
	width: 150px;
}
.item_panel a {
	cursor: hand;
	color: black;
	text-decoration: none;
}
// Style der Navigation .menu {
	cursor: hand;
	color: #ffffff;
	font: bold;
	position: absolute;
	font-family: verdana;
	font-size: 11px;
	width: 150px;
	border: 1px solid darkblue;
	background-color: #000000;
}


//Ende der Navigation
