@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
div, span {
	overflow: hidden;
	visibility: visible;
	
}
li {
	list-style-type: none;
}
h1 {
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
a, a:link {
	color: #009ee0;
	font-style: italic;
}
a:visited, a:active {
}
a:hover {
	color: #008AC9;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#hintergrund {
	background-image: url(../images/hintergrund.jpg);
	height: 723px;
	width: 984px;
	z-index: 1;
	left: 50%;
	top: 10px;
	text-align:left;
	position: absolute;
	margin-left: -472px;
}
#hintergrund #logo {
	position: absolute;
	height: 100px;
	width: 280px;
	top: 44px;
	left: 2px;
}
#hintergrund #logo img {
	height: 100px;
	width: 280px;
}
#hintergrund #email {
	position: absolute;
	height: 21px;
	width: 150px;
	left: 593px;
	top: 113px;
}
#hintergrund #email img {
	height: 21px;
	width: 150px;
}



#navigation {
	height: 456px;
	width: 161px;
	z-index: 2;
	top: 241px;
	left: 53px;
	padding-top: 20px;
	position: absolute;
}
#navigation li {
	margin-bottom: 10px;
}

#navigation a, #navigation a:link {
	font-size: 14px;
	font-style: italic;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
#navigation a:hover {
	color: #009ee0;
	background-color: #FFFFFF;
}
#inhalt {
	height: 237px;
	width: 555px;
	top: 241px;
	z-index: 2;
	left: 371px;
	position: absolute;
}
#inhalt ul {
	margin-bottom: 10px;
}
#inhalt li {
	list-style-type: circle;
	list-style-position: inside;
}
#bilder {
	z-index: 2;
	height: 228px;
	width: 584px;
	left: 373px;
	top: 480px;
	padding-top: 9px;
	padding-left: 9px;
	position: absolute;
}



#hintergrund #bilder #backer {
	position: absolute;
	z-index: 2;
	top: 200px;
	left: 10px;
}
#bilder  #foto  a  {
	display: inline;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#bilder  #foto  a:hover  {
	color: #0033CC;
}
#hintergrund #bilder #foto img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 8px;
	margin-left: 0px;
	
}

.fett {
	font-weight: bold;
}
