@charset "UTF-8";

html{
	height: 100%;
}

html, body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url(../pics/background_gray.jpg);
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.button_action{
	font-size: 10px;
	height: 20px;
	width: auto;
	color: #fff;
	background-color: #eeeeee;
	border: 1px solid #880000;
	color: #5D5D5D;
	padding: 3px;
	line-height: 12px;
	padding: 3px;
}

.button_action:hover{
	cursor: pointer;
}

/*
 * CycleDiv auf Hauptseite
 */

#cycleDiv {
	position: relative;
	width: 470px;
	height: 313px;
}

#cycleDiv img{
	position: absolute;
	top: 0px;
	left: 0px;
}

hr{
	color: #cccccc;
	background-color: #cccccc;
    margin-bottom: 2em;
	border: 0px;
	height: 1px;
}

p{
	margin-top: 0px;
	margin-bottom: 15px;
}

.tabelleGrau{
	background-color: #e9e9e9;
}

.wichtig{
	color:#990000;
	line-height:15px;
	font-size: 12px;
}

.titel{
	color:#990000;
	line-height: 15px;
	font-weight: bold;
	font-size:14px;
}
.fliesstext{
	line-height:15px;
}

.suchfeld {
	background-color: transparent;
	border: none;
	margin-top: 2px;
	padding: 0;
	color:#666;
}


a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	/*
	height: 25px;
	width: 160px;*/
}
a:active {
	color: #990000;
	text-decoration: none;
} 

a.sprache:link { color: #FFFfff; text-decoration: underline; }
a.sprache:visited { color: #FFFfff; text-decoration: underline;}
a.sprache:hover { color: #FFFfff; text-decoration: none; } 
a.sprache:active { color: #FFFfff; text-decoration: underline; } 
a.spracheaktiv { color:#FFFfff;text-decoration: none;}

ul#Navigation {
	list-style: none;
    width: 160px;
    margin: 0; padding: 0px;
    background-color: #fff;
  }

#Navigation ol{
	list-style: none;
}

  ul#Navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	border-bottom-width: 1px;
  }

  ul#Navigation li ol {
    margin: 0;
	padding: 0;
	background-color:#e6e6e6;
	
  }
  
  ul#Navigation li ol li {
    margin: 0;
	background-color:#e6e6e6;
	border-bottom: 1px solid #CACACA;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	
  }

ul#Navigation li ol li ol li, ul#Navigation li ol li:last-child{
	border: none;
}

  ul#Navigation a {
    display:block;
	padding: 5px 0 5px 10px;
    text-decoration: none;
    color: #666; background-color: #fff;
  }
  
  ul#Navigation li ol li a {
    padding: 0 0 0 23px;
    text-decoration: none;
    color: #000; 
	background-color:#e6e6e6;
  }
  
  ul#Navigation li ol li ol li a {
    padding: 0 0 0 35px;
    text-decoration: none;
    color: #000; 
	background-color:#e6e6e6;
  }

  ul#Navigation a:hover, ul#Navigation a.active {
    color: #fff; background-color: #990000;
  }
  
  ul#Navigation li ol li a:hover, ul#Navigation li ol li a.active {
    background-image: url(../pics/aktiv_rot.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: transparent;
	color: #000000;
	overflow: visible;
  }

  ul#Navigation li ol li ol li a:hover, ul#Navigation li ol li ol li a.active {
    color: #990000; background-color: #fff;
	background-color:#e6e6e6;
	background-image: none;
  }

#shadow {
	position: absolute;
	top:0px;
	width:994px;
	height:321px;
	left: -17px;
	background-image: url(../pics/shadow.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.shadow_top{
	position: absolute;
	left: 170px;
	top: 121px;
	z-index: 100;
}

.shadow_bottom{
	position: absolute;
	left: 160px;
	bottom: 0px;
	z-index: 100;
}

#sprachen {
	position:absolute;
	top:90px;
	width:160px;
	height:20px;
	left: 790px;
}
#background {
	position:relative;
	text-align: left;
	top:4px;
	width:960px;
	margin: 0 auto;
	background-color: #FFF;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto; /* Important Regel für moderne Browser */ 
	 
	background-image: url(../pics/shadow_content.png);
	
}

/*

#navigation {
	position: relative;
	width:160px;
	margin-left: 10px;
	float: left;
}

*/

#navigation {
    background-image: url("../pics/shadow_top.jpg");
    background-position: 160px 0;
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px;
    position: relative;
    width: 175px;
}

#suche {
	position:absolute;
	top:24px;
	width:120px;
	height:15px;
	left: 5px;
}

#header{
	height: 120px;
	background-color: #ffffff;
}

#homeLink{
	position: absolute;
	display: block;
	left: 50px;
	top: 30px;
	width: 60px;
	height: 60px;
}

#contentTop {
	position:absolute;
	top:120px;
	width:500px;
	height: 28px;
	left: 170px;
	background-image: url(../pics/shadow_top.jpg);
	padding-top: 22px;
	padding-left: 30px;
}

#spalteRechts{
	float: left;
	width: 765px;
}

#contentMiddle {
	position:relative;
	width:460px;
	float: left;
	margin-left: 15px;
	margin-right:30px;
	margin-bottom: 50px;
	margin-top: 25px;
}
#contentBottom {
	position:absolute;
	bottom:0px;
	width:530px;
	height: 45px;
	left: 170px;
	background-image: url(../pics/shadow_bottom.jpg);
}

#banners {
	padding-top: 25px;
	position: relative;
	width:260px;
	float: left;
	text-align: center;
	background-image: url(../pics/shadow_top.jpg);
	background-position: -520px 0;
	background-repeat: no-repeat;
}

#banners img{
	margin-left: 10px;
	margin-bottom: 20px; 
	border: none;
}

/* Behaviour IE6 für transparente PNGs */

img{
	behavior: url("pngbehavior.htc");
}

