@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

/* ------------------------------------------------------------------- BASIS-STYLES */

body {
	background: #FFF url(../images/bg_main.jpg) no-repeat fixed top center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #3b3b3b;
	line-height: 21px;
}

.ie6 #header a img{
	behavior: url(iepngfix.htc);
}

p{
	margin-bottom: 21px;
}

a:link, a:visited{
	color: #558eca;
	text-decoration: none;
}

a:hover, a:active{
	color: #558eca;
	text-decoration: underline;
}

ul{
	list-style-type: none;
	margin: 0 0 20px 21px;
}

ul li{
	margin-bottom: 10px;
	background: transparent url(../images/arr_right_dblue.png) no-repeat scroll left 5px;
	padding-left: 20px;
}

.ie6 ul li{
	behavior: url(iepngfix.htc);
}


h1{
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 21px;
	clear: both;
}

h2{
	font-size: 20px;
	line-height: 28px;
	padding: 5px 0 16px;
	clear: both;
}

h3{
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

h4{
	font-size: 16px;
	padding: 7px 0 14px;
	clear: both;
}

/* ------------------------------------------------------------------- LAYOUT */

#page-wrapper{
	width: 920px;
	padding: 0 30px;
	margin: 0 auto;
	background: transparent url(../images/bg_box.png) repeat-y scroll 0px 0px;
	overflow: hidden;
}

.ie6 #page-wrapper{
	background-image: none;
	background-color: #FFF;
	width: 900px;
}

#header{
	padding: 14px 0 22px;
	text-align: right;
}

#slideshow{
	position: relative;
	left: -20px;
	top: -10px;
	z-index: 5;
	width: 960px;
	height: 162px !important;
	overflow: hidden;
}

.ie6 #slideshow{
	left: -30px;
}

#slideshow p{
	margin: 0;
}


#main{
	overflow: hidden;
	margin: 18px 0 36px;
}

#content{
	float: right;
	width: 610px;
}

#sidebar{
	float: left;
	width: 230px;
	overflow: auto;
}

#footer-wrapper{
	background: transparent url(../images/bg_footer.png) no-repeat scroll 0 0;
	width: 920px;
	height: 51px;
	padding: 0 30px;
	margin: 0 auto;
	overflow: hidden;
}

.ie6 #footer-wrapper{
	background-image: none;
	background-color: #FFF;
	width: 900px;
}

#footer{
	border-top: #558eca solid 1px;
	padding: 8px 0 10px;
	overflow: hidden;
	font-size: 12px;
}


/* ------------------------------------------------------------------- SIDEBAR-BOXEN */

.sidebar-box{
	background-color: #558eca;
	color: #FFF;
	padding: 10px 10px 21px;
	margin-bottom: 30px;
	overflow: hidden;
}

.ie6 .contacts{
	padding-bottom: 150px;	
}

.sidebar-box a:link, .sidebar-box a:visited{
	color: #FFF;
	text-decoration: underline;
}

.sidebar-box a:hover, .sidebar-box a:active{
	color: #bbdbfc;
	text-decoration: underline;
}


/* ------------------------------------------------------------------- KONTAKTPERSONEN */

.contact{
	overflow: hidden;
	margin-bottom: 21px;
	clear: both;
}

.contact-details{
	float: left;
	width: 120px;
	overflow: hidden;
}

.contact-image{
	display: block;
	float: left;
	border: #FFF solid 1px;
	margin-right: 10px;
}

.contact-name{
	display: block;
}

.contact-position{
	display: block;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}

.contact-phone{
	display: block;
	background: transparent url(../images/icon_phone.png) no-repeat scroll 4px 50%;
	padding-left: 25px;
}

.ie6 .contact-phone{
	behavior: url(iepngfix.htc);
}

.contact-email{
	display: block;
	background: transparent url(../images/icon_email.png) no-repeat scroll left 50%;
	padding-left: 25px; 
}

.ie6 .contact-email{
	behavior: url(iepngfix.htc);
}



/* ------------------------------------------------------------------- NAVIGATION */

.navigation{
	list-style-type: none;
	margin: 0;
	padding: 0 31px;
	background: transparent url(../images/bg_menu.png) no-repeat scroll 0 0;
	height: 46px;
	width: 920px;
	position: relative;
	left: -31px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 10;
}

.ie6 .navigation{
	behavior: url(iepngfix.htc);
	margin-left: 21px;
}

.navigation li{
	float: left;
	margin-right: 10px;
	padding: 0;
	background: none;
}

.navigation li a:link, .navigation li a:visited{
	color: #FFF;
	text-decoration: none;
}

.navigation li a:hover, .navigation li a:active{
	color: #bbdbfc;
	text-decoration: none;
}

.navigation li.active a{
	color: #bbdbfc !important;
}


/* ------------------------------------------------------------------- SUB-NAVIGATION */

.sub-navigation{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.sub-navigation li{
	margin-bottom: 10px;
	padding: 0;
	background: none;

}

.sub-navigation li a:link, .sub-navigation li a:visited{
	color: #FFF;
	text-decoration: none;
}

.sub-navigation li a:hover, .sub-navigation li a:active{
	color: #bbdbfc;
	text-decoration: none;
}

.sub-navigation li.active a{
	color: #bbdbfc !important;
	background: transparent url(../images/arr_right_lblue.png) no-repeat scroll right 65%;
	padding-right: 15px;
}

.ie6 .sub-navigation li.active a{
	behavior: url(iepngfix.htc);
}

.sub-navigation ul{
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0 15px 15px;
	list-style-type: square;
}

.sub-navigation ul li{
	margin-bottom: 5px;
	padding: 0;
	background: none;

}

.sub-navigation li.active ul li a:link, .sub-navigation li.active ul li a:visited{
	background: none;
	color: #FFF;
}

.sub-navigation li.active ul li a:hover, .sub-navigation li.active ul li a:active{
	background: none;
	color: #bbdbfc;
}


.sub-navigation li.active ul li.active a{
	background: none !important;
	color: #bbdbfc;
}





/* ------------------------------------------------------------------- META-NAVIGATION */

.meta-navigation{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	text-transform: uppercase;
}

.meta-navigation li{
	float: left;
	margin-right: 8px;
	padding: 0;
	background: none;

}

.meta-navigation li a:link, .meta-navigation li a:visited{
	color: #3b3b3b;
	text-decoration: none;
}

.meta-navigation li a:hover, .meta-navigation li a:active{
	color: #3b3b3b;
	text-decoration: underline;
}





/* ------------------------------------------------------------------- KLASSEN */

.copyright{
	float: left;
}

.ref-link{
	display: block;
	font-size: 16px;
	background: transparent url(../images/arr_right_slim.png) no-repeat scroll left 50%;
	padding-left: 30px;
}

.ie6 .ref-link{
	behavior: url(iepngfix.htc);
}

.bild-links{
	display: block;
	float: left;
	margin: 0 15px 21px 0;
	clear: left;
}

.bild-rechts{
	display: block;
	float: right;
	margin: 0 0 21px 15px;
	clear: right;
}

.bild-zentriert{
	display: block;
	clear: both;
	margin: 21px auto;	
}

.bild-links, .bild-rechts, .bild-zentriert{
	border: #558eca solid 1px;
}








/* ------------------------------------------------------------------- FLEXI-BG */

img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
} 

.wide img#expando, .tall img#expando { 
    display: block; 
} 

.wide img#expando { 
    width: 100%; 
    height: auto; 
} 

.tall img#expando { 
    width: auto; 
    height: 100%; 
}
	
.ie6fixed {
    position: absolute;
    top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}