@charset "utf-8";
/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
}

body { 	
	margin: 0px 0px 0px 0px;
	color: #000; 
	font-size: 13px; 
	line-height: 21px;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	background-image:url(../img/bg2.jpg);
	background-repeat:no-repeat;
	scrollbar-base-color: #e6e6e6;
	scrollbar-dark-shadow-color: #000;
	scrollbar-shadow-color: #ccc;
	scrollbar-arrow-color: #76ff24;
	scrollbar-highlight-color: #ffffff;
	}
		
td { 
	color: #000; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 13px;
	line-height: 20px; 
	font-family: Arial, sans-serif;
	}
	
select, input, search, textarea {
	font-size: 13px;
	font-style: normal;
	font-family: Arial, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	color: #000
}	
	
h1 { 
	color: #05599d; 
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	font-family: Arial, sans-serif;
	margin: 0px 0px 20px 0px;
	}
	
h2 { 
	color: #05599d; 
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	font-family: Arial, sans-serif;
	margin: 0px 0px 20px 0px;
	}
	
h3 { 
	color: #000; 
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	font-family: Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	}
	
h4 { 
	color: #000; 
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 21px;
	font-family: Arial, sans-serif;
	}

h6 { 
	color: #ff0000; 
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	line-height: 30px;
	font-family: Arial, sans-serif;
	margin: 0px 0px 20px 0px;
	}

a { color: #000; 
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:hover { color: #05599d;
	font-weight: normal; 
	text-decoration: underline;
	}
	
a.fu { color: #000; 
	font-size: 13px;
	font-family: Arial, sans-serif;
	background:url(../img/rndkl.gif) 0px 3px no-repeat !important ;
	padding: 0 0 0 16px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.fu:hover { color: #05599d;
	}
	
a.cv {
	font-size: 11px;
	line-height: 17px;
	font-style: normal;
	font-family: Arial, sans-serif;
	color: #05599d;
	background:url(../img/arr.gif) 103px 4px no-repeat !important ;
	text-align:right;
	text-decoration:none;
	margin-bottom:5px;
	display:block;
	}
	
a.weiter {
	display:block;
	background-image: url(../img/weiter.png);
	background-repeat: no-repeat;
	}
	
a.weiter:hover {
	background-image: url(../img/weiter2.png);
	background-repeat: no-repeat;
	}
	
a.top {
	display:block;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
	}
	
a.top:hover {
	background-image: url(../img/top2.png);
	background-repeat: no-repeat;
	}
	
a.back {
	display:block;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	}
	
a.back:hover {
	background-image: url(../img/back2.png);
	background-repeat: no-repeat;
	}
	
a.print {
	display:block;
	background-image: url(../img/print.png);
	background-repeat: no-repeat;
	}
	
a.print:hover {
	background-image: url(../img/print2.png);
	background-repeat: no-repeat;
	}

.klein { 
	color: #000; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px;
	line-height: 17px; 
	font-family: Arial, sans-serif;
	}
		
p { 
	margin: 0px;
	padding: 0px }
	
.blau { 
	color: #05599d }
	
.gruen { 
	color: #76ff24; }
	
.weiss { 
	color: #fff; }
	
.fett  {
	font-weight: bold; }
	
hr {
	color:#ccc;
	height: 1px;
	width: 100% ;
	border:none;
	border-top:1px solid #ccc;
	float:left;
	clear:both;
	padding:0;
	margin:10px 0 10px 0;
}

.line {
	width:100%;
	border-bottom: 1px solid #ccc;
	height:1px;
	max-height:1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	}
	
ul, ol {
	margin-left: -22px;
	color: #000
}
		
#container {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 960px;
	padding: 0px;
	background-color:#FFF !important;
	box-shadow:0 0 15px rgba(5,89,157,.30)!important;
	}
	
#navi {	
	margin: 25px 0px 0px 0px;
	padding: 0px 0 0px 0;
	width: 245px;
	min-height: 400px;
	background:url(../img/bg_nav.jpg);
	background-repeat: repeat-x;
	float: left;
	}
	
#content {	
	margin: 25px 0px 0px 0px;
	width: 715px;
	min-height: 570px;
	float: left;
	background-color:#FFF;
	}

.haupt {
	margin:50px 0 0 0px;
	text-align:left;
	}
	
.haupt ul{
	margin:0;
	padding: 0;
	list-style:none;
	display:inline;	
}

.haupt ul li {
	margin:0 0 14px 0;
	padding: 0;
	float: left;
	display: block;
	}
	
.haupt ul li a {
	padding: 6px 0px 0px 36px;
	width: 221px;
	height: 26px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #05599d;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	}
	
.haupt ul li a.act {
	color:#000;
	background:url(../img/rnd.gif) 12px 8px no-repeat !important ;
	}
	
.haupt ul li a:hover, .haupt >ul> li:hover >a {
	color:#fff;
	background-color: #05599d !important ;
	background-image:none !important;
	}

	

.haupt ul li:hover ul{
	display: block;

	}
		
.haupt ul li ul {
	display:none;
	position: absolute;
	margin: -32px 0 0 180px;
	box-shadow:0 0 15px rgba(5,89,157,.30)!important;
	z-index:1000;
}

.haupt ul li.act ul {
	display:block;
	position: relative;
	padding:0 0 0 34px;
	margin:0;
	z-index:999;
}

.haupt ul li ul li {
	margin:0 0 0 0 !important;
	display: block;
	clear: both;
	}
	
.haupt ul li ul li a{
	padding: 6px 0px 0px 26px !important;
	width: 185px;
	height: 26px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #05599d;
	background-image:none !important;
	background-color:#e5ecf4;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	display: block;
	float:left;
	}
	
.haupt ul li ul li.act a {
	background-color:#bacde0 !important;
	background-image:none !important;
	color: #05599d;
	display:block;
	} 
	
.haupt ul li ul li a:hover {
	background-color:#bacde0 !important;
	background-image:none !important;
	color: #05599d;
	display:block;
	}
	
	

.haupt ul li ul li:hover ul{
	display: block;

	}
		
.haupt ul li ul li ul {
	display:none;
	position: relative;
	margin: -60px 0 0px 0px !important;
	box-shadow:0 0 15px rgba(5,89,157,.30)!important;
}

.haupt ul li ul li ul li{
	margin:0 0 0 0 !important;
	display: block;
	clear: both;
	}
	
.haupt ul li ul li ul li a{
	padding: 6px 0px 0px 26px !important;
	width: 185px;
	height: 26px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #05599d;
	background-image:none !important;
	background-color:#e5ecf4;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	display: block;
	float:left;
	}
	
.haupt ul li ul li ul li a.act {
	color: #05599d;
	background-color:#e5ecf4 !important;
	background-image:none !important ;
	display:block;
	} 
	
.haupt ul li ul li ul li a:hover {
	background-color:#bacde0 !important;
	background-image:none !important;
	color: #05599d;
	display:block;
	}
		
.img_cms {
	margin:0 0 5px 0px;
}

img {
	border-width:0px;
	margin:0 0 5px 0px;
}

.legende {
	padding: 3px 0 0 0;
}


#fader div{
	position:absolute;
	width:680px;
	z-index:100;
	display:none;
}

#fader div.curr{
	z-index:200;
	display:block;
}

#fader div.next{
	display:block;
	z-index:300;
}


#fader{
	height:400px;
	width:680px;
}

/* Browserinfo */

.browserInfo{
	left:0px;
	position:absolute;
	display:block;
	width:300px; 
	background:#fd0;
	z-index:1000;
	text-align:center;
	color:#f00;
}
.browserInfo div{
	margin:10px;
	color:#f00;
}
.browserInfo a{
	color:#f00;
	font-weight:bold;
}
