html, body {
  background: #FEFEFE;
  /*background: #FBFBFD url(back.jpg);*/
  background-repeat: repeat-x;
  color: #000000;
  text-align: center;
  /*height: 100%; /* wichtig */*/
}

/*IE Zentrierung*/
div { margin: 0px auto;
      text-align: left;
}

#page {
	width: 980px;
	min-width: 980px;
	padding: 0px;
	padding-top: 2px;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/ 
}

#logo {
	float: left;
	width: 980px;
	height: 50px;
	background: url(/templates/logo.gif);
}

#topmenue {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 28px;
	text-align: right;
	margin-top: 22px;
	margin-right: 0px;
}

#topmenue a:link, #topmenue a:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	margin-left: 20px;
}

#topmenue a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#head {
	float: left;
	width: 980px;
	height: 110px;
	background: #ffffff url(/templates/head.jpg);
}

#lang {
	float: left;
	width: 980px;
	height: 18px;
	line-height: 18px;
	background: #ffffff url(/templates/line.jpg);
}

#usermenue {
	float: right;
	margin: 0px;
	margin-right: 6px;
	padding: 0px;
	/*width: 400px;
	height: 28px;*/
	text-align: right;
	/*margin-top: 22px;
	margin-right: 0px;*/
}

#usermenue a:link, #usermenue a:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	margin-left: 20px;
}

#usermenue a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}


#bottom {
	float: left;
	width: 980px;
	height: 8px;
	line-height: 8px;
	background: #ffffff url(/templates/line.jpg);
}

#fo h2 {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #AAAAAA;
	letter-spacing: 0.2em;
}

#user {
	float: left;
	font-family: arial;
	font-size: 11px;
	width: 980px;
	height: 30px;
	background: #E4E4E5;
	text-align: right;
	vertical-align: middle;
}

#reg {
	float: left;
	font-family: arial;
	font-size: 11px;
	width: 180px;
	line-height: 30px;
	background: #E4E4E5;
	text-align: left;
	vertical-align: middle;
	text-indent: 6px;
}

input.input {
    margin: 0px;
	padding: 0px;
  	width: 60px;
	height: 16px;
	margin-top: 4px;
}

input.button {
	margin: 0px;
	padding: 0px;
  	width: auto;
	height: 20px;
	border: 1px solid black;
	margin-right: 4px;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 0px;
}

#box {
	/*background: #ffffff url(leftback.gif);*/
  	background-repeat: repeat-y;
	float: left;
	width: 978px;
	min-width: 978px;
	background-color: #ffffff;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	/*border-bottom: 1px solid #DDDDDD;*/
	background: #E4E4E5;
}

#left {
	font-family: arial;
	font-size: 11px;
	float: left;
	color: #000000;
	width: 180px;
	padding: 0px;
	/*padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;*/
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height: 100%; /* IE */
	/*border-top: 1px solid #ffffff;*/
	background: #E4E4E5;
}

#lefth {
	line-height: 20px;
	background: #F18902;
	text-indent: 10px;
	vertical-align: middle;
	color: #FFFFFF;
}

#left ul {
	list-style: none;
	/*list-style-image: url(arrow.gif);*/
	/*list-style-type: circle;*/
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#left li {
	margin: 0;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #ffffff;
	text-indent: 10px;
}

#left a:link, #left a:visited {
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
}

#left a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content {
	/*clear: both;*/
	font-family: arial;
	font-size: 12px;
	float: left;
	color: #000000;
	background-color: #ffffff;
	width: 757px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid #000000;
	padding-bottom: 30px;
	/* Mindesthöhe in FF und IE
	www.dustindiaz.com/min-height-fast-hack*/
	min-height:400px;
  	height:auto !important;
  	height:400px;
	border-left: 1px solid #DDDDDD;
	background: #FFFFFF;
}

#start {
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-right: 20px;
	color: #000000;
}

#start img {
	margin-right: 4px;
	vertical-align: bottom;
}

#start a.more:link, #start a.more:hover, #start a.more:visited {
	font-size: 10px;
	color: #F18902;
}

/*#start h1 {
	height: 32px;
	border-bottom: 2px solid #E4E4E5;
	vertical-align: bottom;
}*/

#sh {
	position: relative;
	height: 34px;
}

#sh h1 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 16px;
	border-bottom: 2px solid #E4E4E5;
	padding-bottom: 2px;
}

#start ul {
	list-style: none;
	/*list-style-image: url(arrow.gif);*/
	/*list-style-type: circle;*/
	color: #000000;
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
}

#start li {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #E4E4E5;
	text-indent: 0px;
	color: #000000;
}

#start a:link, #start a:visited {
	font-weight: normal;
	color: #058D75;
	text-decoration: none;
}

#start a:hover {
	font-weight: normal;
	color: #F18902;
	text-decoration: none;
}

#contactform label, #contactform input, #contactform select { /* Alle Labels UND Formularelemente */
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 100px;
}

#contactform form br { /* Zeilenumbrüche in Formularen */
  clear: left;
}

#contactform input#submit, #contactform .button { /* Submit-Button */
  float: none;
  width: auto;
  margin-top: 10px;
}

#register label, #register input, #register select { /* Alle Labels UND Formularelemente */
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 140px;
}

#register form br { /* Zeilenumbrüche in Formularen */
  clear: left;
}

#register input#submit, #register .button { /* Submit-Button */
  float: none;
  width: auto;
  margin-top: 10px;
}

#form label, #form input, #form select { /* Alle Labels UND Formularelemente */
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 140px;
  margin-right: 2px;
}

#form textarea {
  margin-bottom: 4px;
}

#form label {
  margin-top: 4px;
}

#form input {
  width: 260px;
}

#form form br { /* Zeilenumbrüche in Formularen */
  clear: left;
}

#form input#submit, #form .button { /* Submit-Button */
  float: none;
  width: auto;
  margin-top: 10px;
}

#form .plz {
  width: 50px;
}

#form .ort {
  width: 144px;
}

#advice {
  color: #FF8A00;
  width: 260px;
  margin-left: 142px;
  margin-right: 140px;
}

#contactform #advice {
  color: #FF8A00;
  width: 280px;
  margin-left: 100px;
  margin-right: 140px;
}

#adviceleft {
  color: #FF8A00;
  width: 140px;
  margin-left: 0px;
}

#sb {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  height: 28px;
  margin-right: 2px;
}

#sb .sb {
  width: 20px;
}

#block, #block2, #block3 {
  margin: 10px;
  padding: 10px;
  border: 1px solid #DDDDDD;
}

#block {
  background: #FBFBFB;
}

#block2 {
  background: #EEEEEE;
}

#block3 {
  width: 480px;
  border: 1px solid #FFFFFF;
  margin:0 auto;
}

#block4 {
  width: 420px;
  border: 1px solid #FFFFFF;
  /*margin:0 auto;*/
  float: left;
}

#block3 .check, #block4 .check {
  margin: 0px;
  padding: 0px;
  width: 16px;
  height: 14px;
  line-height: 14px;
}

#linkbox {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 340px;
  margin-right: 4px;
}

#error {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  width: 600px;
  color: red;
}

#label {
float: left;
  margin: 0px;
  margin-bottom: 2px;
  padding: 0px;
  width: 140px;
  border: 0px solid #000;
}

#value {
clear: both;
}

br {
clear: both;
}














#title {
	/*background: #999999 url(/templates/header.png);*/
	background: #999999 url(/templates/header.jpg);
  	background-repeat: repeat-x;
	background-position: right top;
	color: #0068D3;
	font-family: arial;
	font-size: 12px;
	background-color: #ffffff;
	padding: 18px;
	padding-left: 20px;
	width: 912px;
	height: 46px;
	border: 0px solid #000000;
}

#menueline {
	float: left;
	width: 764px;
	min-width: 764px; 
	height: 128px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #DDDDDD;
}

#navi {
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold; 
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 944px;
	min-width: 944px; 
	height: 24px;
	background-color: #ED6A32;
	border-right: 1px solid #DDDDDD;
}

#path {
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: normal; 
	color: #ffffff;
	padding-top: 4px;
	padding-left: 8px; 
}

a.path:link, a.path:visited {
	font-family: arial;
	font-size: 14px;
	font-weight: normal; 
	color: #ffffff;
	text-decoration: none;
}

a.path:hover {
	color: #ffffff;
}

#search {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-right: 8px;
}

#search form input.eintrag, #search form input.eintrag:hover {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #ED6A32;
	border: 0px solid black;
	height: 18px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
}

#search form input {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FAFBFD;
	border: 1px solid #DDDDDD;
	height: 18px;
	width: 120px;
	margin: 0px;
	padding: 0px;
}

#line {
	background: #999999 url(/templates/line.png);
  	background-repeat: repeat-x;
	color: #000000;
	background-color: #000000;
	width: 950px;
	height: 10px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

#right {
	display: inline; /*kein doppleter Rand IE*/
	font-family: arial;
	font-size: 11px;
	float: right;
	color: #000000;
	width: 174px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0px;
	padding-left: 10px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height: 100%; /* IE */
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#right h2 {
	font-family: arial;
	font-size: 14px;
	color: #ED6A32;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	padding-top: 4px;
	padding-left: 0px;
	padding-bottom: 4px;
}

#right a:link, #right a:visited {
	font-weight: normal;
	color: #04ACD3;
	text-decoration: none;
}

#right a:hover {
	font-weight: normal;
	color: #ED6A32;
	text-decoration: none;
}

/*#content a:link, #content a:visited {
	color: #04ACD3;
	text-decoration: none;
}

#content a:hover {
	color: #ED6A32;
	text-decoration: none;
}*/

#footer {
	float: clear;
	color: #000000;
	background-color: #ffffff;
	width: 950px;
	height: 6px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}

/*#bottom {
	background: #999999 url(/templates/line.png);
  	background-repeat: repeat-x;
	color: #000000;
	background-color: #0068D3;
	width: 950px;
	height: 12px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}*/

a.topmenue:link, a.topmenue:visited {
  display: block;
  float: left;
  font-family: arial;
  font-size: 10px;
  color            : #000000;
  background-color: #ffffff;
  margin: 0px;
  padding-top: 3px; 
  text-decoration: none;
  line-height: 9px;
  width: 94px;
  height: 62px;
  text-align: center;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

a.topmenue:hover {
	color: #04ACD3;
	font-family: arial;
	font-size: 10px;
	background-color: #ffffff;
	text-decoration: none;
}

.img {
	padding: 4px;
	margin: 0px;
	border: 1px solid #0068D3;
}

#mainbutton {
	float: left;
	color: #0068D3;
	text-align: right;
	margin-top: 20px;
	/*padding-left: 68px;*/
	padding-left: 48px;
	margin-right: 20px;
	border: 0px solid #0068D3;
}

h2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#alu {
	border: 1px dotted #0068D3;
}

h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	font-weight: normal; 
	color: #000000;
}

a:hover {
	color: #0068D3;
	text-decoration: underline;
}
	
a.foot:link, a.foot:visited {
	font-family: arial;
	font-size: 10px;
	font-weight: normal; 
	color: #606060;
	text-decoration: underline;
}

a.foot:hover {
	color: #606060;
	text-decoration: underline;
}
	
table.login {
	color: #ffffff;
	background-color: #04ACD3;
	width: 150px;
	border: 4px solid #04ACD3;
	
}

#h {
	/*min-height:100%;
  	height:auto !important;
  	height:100%;*/
	bottom: 0px;
	border: 0px solid #000000;
}

/*i {
	color: #CDCDCD;
}*/


++++++++++++++++++++
   Topmenü
++++++++++++++++++++

#menu {
padding: 0px;
margin: 0px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: auto;
float: left;
}

#menu a {
font: normal 12px arial, helvetica, sans-serif;
color: #FFFFFF;
display: block;
background: #0068D3;
text-decoration: none;
width: 120px;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
line-height: 24px;
padding: 0;
margin: 0;
padding-left: 4px;
}

#menu a:hover {
color: #FFFFFF;
background: #3E3E3E;
}

#menu a.main, #menu h2 {
font: normal 12px arial, helvetica, sans-serif;
color: #ffffff;
/*display: block;*/
background: #0068D3;
border-width: 0px;
padding-left: 12px;
padding-right: 12px;
line-height: 24px;
width: auto;
white-space: nowrap;
border: 0px;
}

#menu a.main:hover {
color: #FFFFFF;
background: #3E3E3E;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
