@charset "utf-8";
/* CSS Document */

* {
	margin: 0px; 
	padding: 0px; 
}
body {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 11px;
	background-color: #666666;
}
a img {
	border: none;
}
p {
    line-height: 16px;
    padding:5px;
	padding-left: 10px;
}
h1 {
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	line-height: 1.6em;
	padding-left: 10px;
	padding-top: 10px;
	text-transform: none;
	font-variant: normal;
}
h2 {
	font-size: 11px;
	color: #E2001A;
	line-height: 1.6em;
	padding: 5px;
	padding-left: 10px;
	
}
a {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none; 
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #6d6757;
	font-weight: bolde;
}
#box {
	margin: auto;
	padding: 0px;
	width: 974px;
	background-color: #FFF;
}
#header1 {
	background-color: #666;
	height: 10px;
	width: 974px;
	position: fixed;
	margin-left: 0px;
}

#header2 {
	background-image: url(img/streifen.gif);
	height: 150px;
	position: fixed;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-left: 0px;
	
}
#nav {
	background-color: #FFF;
	position: fixed;
	width: 210px;
	margin-top: 161px;
	margin-left: 0px;
	padding-left: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	display: block;
	background-image: url(img/nav_bild.gif);
	background-repeat: no-repeat;
	
}
#nav ul li a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top:10px;
	padding-bottom: 12px;
	padding-left: 24px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#nav ul li a:hover, #nav ul li a:active
{
	background-image: url(img/nav_bild2.gif);
	background-repeat: no-repeat;
}
#nav ul li.menu-current{
	background-image: url(img/nav_bild2.gif);
	background-repeat: no-repeat;
}
#nav ul ul {
	margin-left: 20px;
}
#nav ul ul li {
	list-style-type: none;
	display: block;
	background-image: url(img/nav_bild.gif);
	background-repeat: no-repeat;
}
#nav ul ul li a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#content {
	width: 770px;
	margin-left: 220px;
	padding-top: 161px;
}
#content #content1 {
	background-color: #FFF;
	float: left;
	width: 490px;
	padding-left: 10px;
	padding-right: 10px;
}
#content1 li {
	line-height: 16px;
	list-style-position: inside;
	list-style-image: url(img/square_red.gif);
	padding-left: 10px;	
}
#content #content2 {
	background-color: #FFF;
	float: left;
	width: 240px;
}

#footer {
	background-color: #FFF;
	margin-left: 200px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#footer ul li {
	list-style-type: none;
	display:inline;
	margin-left:10px;
}
#footer ul li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	padding: 0px;
	float: left;
}

/* Formateierung des aktuell ausgew�hlten Men�punktes im Hauptmen� links*/



/*Falls Websitebaker doch im Bildblock ein p erzeugen sollte alle Abst�nde entfernen*/

