@charset "utf-8";
/* CSS Document */
/*reset style*/
body, div, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
}
.clear {
	display:block;
	height:0;
	width:0;
	font-size:0;
	clear:both;
	padding:0;
	margin:0;
	overflow:hidden;
	background:none;
	visibility:hidden;
}
/**end reset style**/

body {   
	font:14.51px HelveticaNeue45Light;
	color: #000000;  
	position: relative;	
}
#container{	
	width:758px;	
	position:relative;
	margin:0 auto;
	padding:0px 10px;
	background:url(../imgs/container_bg.png) repeat-y;	
	}
.shadow_right,.shadow_left{
	width:10px;	
	height:10px;
	position:absolute;
	top:0px;		
}
.shadow_right{	
	right:0px;	
	background:url(../imgs/shadow_right.png) no-repeat left top;
	}
.shadow_left{	
	left:0px;	
	background:url(../imgs/shadow_left.png) no-repeat left top;
	}
#header{
	width:758px;	
	height:223px;
	position:relative;
	}
.top_pic{
	height:195px;
	}
.logo{	
	width:365px;
	height:125px;	
	position:absolute;
	top:46px;
	left:-46px;	
	}
.menu{
	height:28px;
	padding-left:60px;
	background:url(../imgs/menu_bg.png) repeat-x;
	}
.menu li{
	float:left;
	}
.menu li a{
	float:left;
	display:inline-block;	
	padding:0px 30px 0px 25px;
	font:15.83px/28px HelveticaNeue45Light;
/*	text-transform:capitalize; */
	color:#ffffff;	
	}	
.menu li a.current,.menu li a:hover{
	color:#66CCCC;	
	}

#primary_content{	
	padding:45px 44px 0px 63px;
	position:relative;	
	}
h4{ 
	font:14.51px HelveticaNeue45Light;	 
	}	
.title{
	padding:14px 0px;
	color:#125d4e;	
	}
#img_box{
	float:right;
	height:182px;
	width:241px;
	padding:4px 3px;
	margin:20px 0px 0px 5px;
	display:inline;
	border:1px solid #cbe2dd;
	}
p{		
	padding-top:15px;	
	}
p.italic{
	font-style:italic;		
	}
#footer
{
	border-top:1px solid #b7d6d0;
	position:relative;	
	width:653px;
	margin:100px auto 0px;	
/*	margin:160px auto 0px;		*/
	}
.friend_link,.link{
	float:left;
	}
.friend_link{
	}
.friend_link li a{
	float:left;	
	height:16px;
	width:16px;
	overflow:hidden;
	padding:1px 4px 1px 1px;
	}
.friend_link li a.share{
	width:31px;
	
	}
.friend_link li a.facebook{
	padding:1px 4px 1px 5px;
	}
.link{	
/*	padding-left:135px; */
	float: right;
	}
.link li,.friend_link li{
	float:left;
}
.link li a{	
	float:left;
	font:11.88px/11.88px HelveticaNeue45Light;
	color:#464646;
	padding:5px 3px;	
	}
.shadow_bottom{		
	width:778px;
	height:25px;	
	background:url(../imgs/shadow_bottom.png) no-repeat left top;
	margin:0 auto;
	}
	
/* Stefanie´s code	----------------------------------------------------  */

h6 { font-size: 100%; color: #125d4e; font-weight:normal; margin-bottom: -12px; margin-top: 10px; }
.headingH1 { font-size: larger; font-weight: bold !important;}
.heading h1,h2,h3,h4,h5{ font-weight: bold !important;}

p a:visited { color: black;}
a.blacklink { color: black;}

.datenschutzheader {font-size: 1em; font-weight: bold; }

.googlemap { border:#777777 3px; }

.tellink { color:#000000; }
.tellink a:visited { color:#000000; }

.nav1 { color: #125d4e; }
.nav1 a:visited { color: #000000; }
.nav1current { color: #880000; }

.nav2 { margin-left: 20px; color: #125d4e; }
.nav2 a:visited { color: #000000; }
.nav2current { margin-left: 20px; color: #880000; }

#lineheight { line-height: 25px; }

.subnav{ width:365px; height:125px;	position:absolute; top:10px; left:274px; }

.liste { list-style-type: circle; list-style: inside; }
.listeeinrueck { margin-left: 36px; }

.imgli { float: left; padding:4px 3px; margin:0px 20px 0px 0px; display:inline; border:1px solid #cbe2dd; }
.imgre { float: right; padding:4px 3px; margin:20px 0px 0px 20px; display:inline; border:1px solid #cbe2dd; }


