
a, li {
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	text-decoration: underline;
}
img {
  	padding: 2px;
}
body {
	font-weight: normal;
	font-family: Verdana;
	background-color: #EEEEEE; 
	margin: 10px 0 0 10px;
	height: 100%;
	width: 98%;
}
#kopf {
	border-bottom: 1px solid #6633ff; 
	background-image:url(../img/Hintergrund.gif); 
	background-repeat:repeat-x;
	font: normal small-caps 30px/100px Verdana;
	color: #2E2E9E;
	text-align: center;
	margin-top: 20px;
}
#vereinslogo {
	position: absolute;
	top: 20px;
	left: 35px;
}
#menue {
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#inhalt {
	font-size: 0.8em;
    	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #6633ff;
}
#inhalt li {
	color: black;
}
#layout {
	width: 100%;
}
table td {
	vertical-align: top;
}
a.menue_level1 {
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px dotted #6633ff;
	text-decoration:none;
}
a.menue_level1:hover {
	color: White;
	background-color:	#6633ff;
	text-decoration: none;
	cursor: pointer;
}
.active_level1 {
	background-color: #6633ff;
	color: White;
}
a.menue_level2 {
	display: block;
	padding-right: 5px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	text-decoration: none;
	border-color: white;
	border-bottom: 1px dotted #6633ff;
	text-decoration: none;
}
a.menue_level2:hover {
	background-color: Aqua;
	text-decoration: none;
	cursor: pointer;
}
.active_level2 {
	background-color: Aqua;
}
#footer {
	border-top: 1px solid #6633ff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.7em;
	color: Blue;
}
