html, body {
  /*background: #CACACA url(templates/back.png);*/
  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;
}

#main {
	width: 950px;
	min-width: 950px;
	padding: 0px;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/ 
}

#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;
}

#logo {
	float: left;
	width: 184px;
	height: 128px;
	/*overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/ 
}

#box {
	background: #ffffff url(leftback.gif);
  	background-repeat: repeat-y;
	float: left;
	width: 943px;
	min-width: 943px;
	background-color: #ffffff;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#left {
	font-family: arial;
	font-size: 11px;
	float: left;
	color: #000000;
	width: 174px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height: 100%; /* IE */
	border-right: 0px solid #999999;
}

#left ul {
	/*list-style: none;*/
	/*list-style-image: url(arrow.gif);*/
	list-style-type: circle;
	color: #04ACD3;
	margin: 0;
	padding: 0;
	margin-left: 8px;
	padding-left: 8px;
}

#left li {
	margin: 0;
	padding: 0;
}

#left a:link, #left a:visited {
	font-weight: normal;
	color: #04ACD3;
	text-decoration: none;
}

#left a:hover {
	color: #ED6A32;
	text-decoration: none;
}

#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 {
	/*clear: both;*/
	font-family: arial;
	font-size: 12px;
	float: left;
	color: #000000;
	background-color: #ffffff;
	width: 718px;
	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;
}

#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;}

#fr {
margin: 0px;
padding: 0px;
margin-top: 20px;
}

#fr h1 {
text-align: center;
}