* {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin:  0px;
	left: 0px;
	position: relative;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
} 

/* Farbe fuer alle Links */
a {
	color: #006197;
	text-decoration: none;
		
}

a img {
	border: none;
}

/* Clearfix zur Wiederherstellung des Dokumentenfluss */
.clearfix:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Wrapper Div zur Zentrierung */
#wrapper {
	position: relative;
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	/*
	left: 50%;
	margin-left: -480px;
	
	margin-bottom: -100px;
	padding-bottom: -100px;
	*/
}

#content {
	position: relative;
	padding-bottom: 120px;
	min-height: 450px;
}

/* Balken am oberen Bildschirmrand */
#top-line {
	position: relative;
	width: 960px;
	height: 11px; 	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fad23b), to(#f8c503));
	background: -webkit-linear-gradient(top, #fad23b, #f8c503);
	background: -moz-linear-gradient(top, #fad23b, #f8c503);
	background: -ms-linear-gradient(top, #fad23b, #f8c503);
	background: -o-linear-gradient(top, #fad23b, #f8c503);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fad23b', endColorstr='#f8c503'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fad23b', endColorstr='#f8c503')"; /* IE8 */
	
}

/* Headerbereich */ 
#header {
	width: 960px;
	height: 83px;
	background-image: url(./../img/header_background.png);
	background-position-x: 10px;
	background-position-y: 0px;
	background-repeat: no-repeat;
}

/* Logo im Headerbereich */
#header a.logo {
	position: relative;
	float: left;

	top: 29px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 55px;
	z-index: 20;
	
}

#header a img {
	width: 190px;	
	height: 40px;
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */ 	
}

/* Navigation im Header */
#header ul {
	position: relative;
	top: 47px;
	font-size: 12px;
	font-weight: bold;		
}

/* Navigation im Header */
#header ul li {
	display: inline;
}

/* Links der Navigation */
#header ul li a {	
	text-shadow: 0px 1px 0px rgba(255,255,255,0.30); /* Cross-Browser */
	padding-left: 12px;
	padding-right: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
}

/* Abweichende Abstaende zwischen den Menupunkten */
#header ul li + li a {
	padding-left: 15px;
	padding-right: 15px;
}

#header ul li + li + li a {
	padding-left: 14px;
	padding-right: 15px;
}

#header ul li:last-child {
	float: right;
}

/* Mouseover Effekt der Navigation */
#header ul li a:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8c401), to(#fad138));
	background: -webkit-linear-gradient(top, #f8c401, #fad138);
	background: -moz-linear-gradient(top, #f8c401, #fad138);
	background: -ms-linear-gradient(top, #f8c401, #fad138);
	background: -o-linear-gradient(top, #f8c401, #fad138);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c401', endColorstr='#fad138'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c401', endColorstr='#fad138')"; /* IE8 */

	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);  
	
}

#header .active {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8c401), to(#fad138));
	background: -webkit-linear-gradient(top, #f8c401, #fad138);
	background: -moz-linear-gradient(top, #f8c401, #fad138);
	background: -ms-linear-gradient(top, #f8c401, #fad138);
	background: -o-linear-gradient(top, #f8c401, #fad138);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c401', endColorstr='#fad138'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c401', endColorstr='#fad138')"; /* IE8 */
	
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);  
}

/* Slogan Hintergrund */
#slogan-bg {
	position: relative;
	width: 960px;
	height: 25px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#016297), to(#3680a9));
	background: -webkit-linear-gradient(top, #016297, #3680a9);
	background: -moz-linear-gradient(top, #016297, #3680a9);
	background: -ms-linear-gradient(top, #016297, #3680a9);
	background: -o-linear-gradient(top, #016297, #3680a9);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#016297', endColorstr='#3680a9'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#016297', endColorstr='#3680a9')"; /* IE8 */
	
	border-bottom: 1px solid #ffffff;
	
}

/* Slogan Text */
#slogan-bg h1 {
	top: 2px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
	padding-top: 1px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.30);
}

/* Slider Hintergrund */
#slider {
	position: relative;
	width: 960px;
	height: 265px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8c400), to(#fad23b));
	background: -webkit-linear-gradient(top, #f8c400, #fad23b);
	background: -moz-linear-gradient(top, #f8c400, #fad23b);
	background: -ms-linear-gradient(top, #f8c400, #fad23b);
	background: -o-linear-gradient(top, #f8c400, #fad23b);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c400', endColorstr='#fad23b'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8c400', endColorstr='#fad23b')"; /* IE8 */
	
	box-shadow: 0px 1px 1px rgba(0,0,0,0.30);
	margin-bottom: 26px;
}

/* Slider Pfeile */
#slider a {
	position: relative;

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3680a9), to(#016297));
	background: -webkit-linear-gradient(top, #3680a9, #016297);
	background: -moz-linear-gradient(top, #3680a9, #016297);
	background: -ms-linear-gradient(top, #3680a9, #016297);
	background: -o-linear-gradient(top, #3680a9, #016297);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3680a9', endColorstr='#016297'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3680a9', endColorstr='#016297')"; /* IE8 */
	
	box-shadow: 0px 0px 1px rgba(0,0,0,0.30);
}

/* Slider Linker Pfeil */
#slider .left {
	position: absolute;
	top: 104px;
	left: 10px;
	width: 33px;
	height: 32px;
	padding-left: 5px;
	padding-top: 7px;
	display: block;
	z-index: 10;	
}

/* Slider Rechter Pfeil */
#slider .right {
	position: absolute;
	top: 104px;
	left: 882px;
	width: 33px;
	height: 32px;
	padding-left: 6px;
	padding-top: 7px;
	display: block;
	z-index: 10;
}


.slidesjs-pagination {
	position: absolute;
	top: 210px;
	left: 400px;
	z-index: 10;
}

.slidesjs-pagination li {
	display: inline;
	margin-right: 5px;

}

.slidesjs-pagination li > a {
	display: inline-block;
	height: 18px;
	width: 150px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.30);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a71a1), to(#498cb1));
	background: -webkit-linear-gradient(top, #1a71a1, #498cb1);
	background: -moz-linear-gradient(top, #1a71a1, #498cb1);
	background: -ms-linear-gradient(top, #1a71a1, #498cb1);
	background: -o-linear-gradient(top, #1a71a1, #498cb1);
	opacity: 0.8;
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1a71a1', endColorstr='#498cb1'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1a71a1', endColorstr='#498cb1')"; /* IE8 */

}

.slidesjs-pagination li > .active {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#016297), to(#3680a9));
	background: -webkit-linear-gradient(top, #016297, #3680a9);
	background: -moz-linear-gradient(top, #016297, #3680a9);
	background: -ms-linear-gradient(top, #016297, #3680a9);
	background: -o-linear-gradient(top, #016297, #3680a9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#016297', endColorstr='#3680a9'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#016297', endColorstr='#3680a9')"; /* IE8 */
	opacity: 1;
}

#slides {
	display: none;
}

/* Definiert den Style der Slideshow*/
#slider .slider_style {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 930px;
	height: 240px;
	border: 5px solid #ffffff;

}



/* Div Container fuer den Slider */
/*
.scrollable {
	position: relative;
	float: left;
	width: 810px;
	height: 240px;
	top: 8px;
	left: 70px;
	border: 5px solid #ffffff;
	display: none;
*/
/*
	overflow: hidden;	
	z-index:100;
*/
/*
}
+/
/* */

#slider .slider_navi {
	position: absolute;
	top: 220px;
	left: 400px;
	width: 460px;
	height: 18px;
	z-index: 10;
}
 

#slider .slider_navi li {
	display: inline-block;
} 


#slider .slider_navi li a {
	height: 18px;
	width: 150px !important;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.30);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#016297), to(#3680a9));
	background: -webkit-linear-gradient(top, #016297, #3680a9);
	background: -moz-linear-gradient(top, #016297, #3680a9);
	background: -ms-linear-gradient(top, #016297, #3680a9);
	background: -o-linear-gradient(top, #016297, #3680a9);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#016297', endColorstr='#3680a9'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#016297', endColorstr='#3680a9')"; /* IE8 */
	
	display: inline-block;
} 


/* Bereichsteaser Div */
.teaser {
	position: relative;
	width: 300px;
	height: 350px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	color: #006197;
	min-height: 200px;
}

/* Bereichsteaser Bild */
.teaser img {
	position: relative;
	width: 290px;
	height: 91px;
	border: 5px solid #006197;
	margin-bottom: 10px;	
}

/* Bereichsteaser Ueberschrift */
.teaser h2 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.30);
	color: #006197;
	background: #f8c401;
	padding-left: 10px;
	padding-top: 5px;
	width: 140px;
	height: 18px;
	margin-bottom: 8px;
}

.teaser h2 > a {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.30);
	color: #006197;
	background: #f8c401;
	padding-left: 0px;
	padding-top: 0px;
	width: 140px;
	height: 18px;
	margin-bottom: 8px;
	float: left;
	padding-right: 0px;
	text-align: left;	
}

/* Bereichsteaser Absatz */
.teaser h2 + p {
	height: 120px;
}

/* Bereichsteaser Link */
.teaser a {
	position: relative;
	float: right;
	height: 18px;
	width: 145px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#016297), to(#3680a9));
	background: -webkit-linear-gradient(top, #016297, #3680a9);
	background: -moz-linear-gradient(top, #016297, #3680a9);
	background: -ms-linear-gradient(top, #016297, #3680a9);
	background: -o-linear-gradient(top, #016297, #3680a9);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#016297', endColorstr='#3680a9'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#016297', endColorstr='#3680a9')"; /* IE8 */
}


#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	height: 120px; 
	color: #ffffff;
	background: -webkit-linear-gradient(#101010 0%, #353535 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#101010), to(#353535));
	background: -webkit-linear-gradient(top, #101010, #353535);
	background: -moz-linear-gradient(top, #101010, #353535);
	background: -ms-linear-gradient(top, #101010, #353535);
	background: -o-linear-gradient(top, #101010, #353535);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#101010', endColorstr='#353535'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#101010', endColorstr='#353535')"; /* IE8 */
}

#footer ul {
	float: left;
	list-style-type: square;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
}

#footer ul a {
	color: #ffffff;
}


#footer ul + ul {
	margin-top: 5px;
	margin-left: 45px;
}

#footer li {
	margin-bottom: 5px;
}

