@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}

body {
	background-color: #FFFFFF;
	color: #000000;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../images/header_index.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-color: #FFFFFF;
}
#navigation {
	margin-top: 5px;
	border-bottom: solid 2px #000000;
}

#navigation ul {

}
#navigation li {
	display: inline;
	margin-right: 20px;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}
#navigation a:hover {
	color: #CCCCCC;
}

#picure {
	padding: 10px 0px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
#footer {
	border-top: solid 1px #000000;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 20px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

#footer a {
	font-size: 8pt;
	font-variant: normal;
	font-style: normal;
}

#footer a:hover {
	color: #CCCCCC;
}



h2 {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	line-height: 25px;
	font-style: normal;
	font-weight: normal;
	margin-left: 320px;
}
.left {
	width: 560px;
	float: left;
}

.right {
}
.clear {
	clear: both;
}


#inhalt {
	margin-right: 240px;
}


h3 {
	font-size: 9pt;
	font-weight: bold;

}
.neu {
	font-weight: bold;
	font-size: 9pt;
}
img {

}
.bold {
	font-weight: bold;
}

