
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: white;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
form {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

#header {
	top: 5px;
	height: 132px;
	width: 1000px;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	padding: 50px 350px;
	background-image: url(http://www.bigjimgirl.de/media/titel.jpg);
	background-repeat: no-repeat;
}


#menu {
	padding: 5px;
	width: 200px;
	position: absolute;
	top: 140px;
	background-color: #76ABE6;
	color: Black;
}

ul{
	margin: 0;
	padding: 0px;
	padding-left: 5px;
}

li{
	margin-left: 5px;
	padding: 0px;
	padding-left: 5px;
}

.current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}

#content {
	position: absolute;
	left: 220px;
	top: 140px;
	padding: 10px;
   width: 780px;
	vertical-align: top;
	background-color: White;
}

#footer {
	text-align: center;
	font-size: 10px;
	height: 10px;
	width: 1000px;

}


