* {
	margin: 0px;
	padding: 0px;
}

hr {
	color: Red;
	margin-left: 8px;
	margin-right: 10px;
	height: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
}

div#kopf {
	position: absolute;
	background-image: url(images/bg-kopf.gif);
	width: 100%;
	height: 71px;
}

div#navi-kopf {
	position: absolute;
	width: auto;
	top: 52px;
	height: 20px;
	z-index: 1000;
	left: 237px;
}

#navi-kopf img{
	margin-left: 5px;
	margin-top: 0px;
	vertical-align: middle;
}

#navi-kopf a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#navi-kopf a:hover {
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}

#navi-kopf p {
	color: White;
	font-weight: bold;
}

div#navigation {
	position: absolute;
	left: 8px;
	top: 79px;
	width: 207px;
	height: auto;
	overflow: auto;
	border: 1px solid red;
	color: black;
	background-color: White;
	background-image: url(images/navi-winkel.gif);
	background-repeat: no-repeat;
}

#navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 8px;
	margin-bottom: 8px;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

div#content {
	position: absolute;
	left: 225px;
	top: 79px;
	width: auto;
	height: auto;
	overflow: visible;
	border: 1px solid red;
	color: black;
	background-color: White;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
}

.news {
	border: solid 1px red;
	padding: 8px;
	margin: 8px;
	
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	text-decoration: underline;
}

#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: Red;
	text-decoration: none;
	color: White;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
}

ul li {
	margin-left: 50px;
}

li {
	list-style-image: url(images/pfeil.gif);
}

div#galerie {
	margin-bottom: 60px;
	margin-top: 40px;
	font-weight: bold;
}

div#galerie a:hover{
	color: red;
	background-color: transparent;
}
