/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
	font-weight: bold;
	color: #333;
}

img,
a img {
border: none;
}


/*--------------------- Schrift allgemein -------------------
---------------------------------------------------*/

body {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #333;
text-align: left;
background-color: #666;
}

a:link,
a:visited {
color: #666;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
text-decoration: none;
}

h1 {
color: #666;
font-weight: bold;
font-size: 14px;
}

h2 {
color: #333;
font-weight: bold;
font-size: 12px;
}

h3 {
color: #666;
font-weight: bold;
font-size: 12px;
}
/*--------------------- layout ----------------------
---------------------------------------------------*/


#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.35em;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	height: auto;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/helles_orange.gif);
	border: 3px solid #FFF;
}
#header {
	height: 190px;
	width: 850px;
	background-color: #FFF;
	z-index: 1;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#abstand_header {
	height: 130px;
	z-index: 2;
}
#home_navi {
	font-size: 11px;
	text-align: right;
	height: 18px;
	width: 840px;
	padding-right: 10px;
	padding-top: 2px;
	list-style-type: none;
	z-index: 2;
}
#home_navi li {
	display: inline;
	margin-left: 10px;
}
div#home_navi ul.menu li a {
  color: #333;
  font-weight: normal;
}
div#home_navi li a:active {
  color: #333;
  font-weight: bold;
}
div#home_navi li a:hover {
  color: #333;
  font-weight: bold;
}

#navi {
	height: 27px;
	width: 720px;
	padding-left: 130px;
	padding-top: 13px;
	list-style-type: none;
	z-index: 2;
}
#navi li {
	display: inline;
	margin-right: 10px;
}
.navi li a {
	color: #333;
}

.navi li  a:hover {
	color: #333;
	font-weight: bold;
}

.navi li a:active {
	color: #333;
	font-weight: bold;
}



#content {
	width: 620px;
	padding-top: 20px;
	padding-left: 130px;
	padding-right: 100px;
	padding-bottom: 20px;
}

#content img {
float: left;
padding-right: 40px;
padding-bottom: 50px;
}

#content ul, ol {
list-style: disc;
padding-left: 170px;
}

#footer {
	height: 20px;
	width: 840px;
	padding-right: 9px;
	text-align: right;
	font-size: 10px;
}

#footer a {
	color: #333;
}

#footer a:acitve {
	font-weight: bold;
}
#footer a:hover {
	font-weight: bold;
}
