body{
	font-family:Trebuchet MS,Verdana, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#555555;
	padding:0;
	margin:0;
	background:#397d84;
}

div, p, span,h1,h2,h3,h4,h5,h6, ul, ol{
	margin:0;
	padding:0;
}



img{
	border:none;
}
h1, .headline1{
	font-size:19px;
	color:#3f7478;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:25px;

}
h2, .headline2{	
	font-size:14px;
	color:#3f7478;
	font-weight:bold;
	margin-bottom:8px;
}
h3{
	font-size:12px;
	color:#3f7478;
	font-weight:bold;
	margin-bottom:6px;
}
h4{
	font-size:12px;
	color:#555;
	font-weight:bold;
}
h5,h6{
	font-size:12px;
	color:#555;
	font-weight:bold;
}

ul{
	padding-left:0;
	margin-left:22px;
	list-style-type:square;
}
	
ol{
	padding-left:0px;
	margin-left:29px;
}

a{
	color:#555555;
	text-decoration:underline;
}
a:hover{
	color:#555555;
	text-decoration:underline;
}

.hidden{
	position: absolute;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow:hidden; 
	display:inline;
}

/******************** Divs**************************/
.f-left{float:left;}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}

.wrapper{
	width:1000px;
	text-align:left;
	margin:20px auto;
}
.div_search{
	width:182px;
	height:33px;
	background:#dcdee4;
}
.div_metanavi
{
	width:595px;
	height:33px;
	background:#dcdee4;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}

.div_service{
	width:181px;
	height:33px;
	background:#dcdee4;
}
.leftcolumn
{
	width:182px;
	min-height:500px;
}

.rightcolumn
{
	width:181px;
}
.middle
{
	width:597px;
}

.contentP
{
	/*margin-left:18px;*/
	width:560px;
}
.footer
{
	width:960px;
	background:#dcdee4;
	border-top:4px solid #397d84;
	padding:5px 0 5px 0;
}

/******************************* Navigation ****************/
.meta ul  
{
	margin: 0;
	padding:5px 0 5px 0;
	list-style: none;
	list-style-image: none;
}
.meta li 
{
	padding:0;
	margin: 0;
	display:inline;
	font-weight: bold;
}

.meta li a
{
	color: #397d84;
	font-size: 15px;
	line-height:35px;
	padding-bottom:6px;
	text-decoration: none;
	background:url(img/blank.gif) bottom left repeat-x;
	
}

.meta li a:hover, .meta li a.current

{
	color: #397d84;
	line-height:35px;
	padding-bottom:6px;	
	background:url(img/meta_a.gif) bottom left repeat-x;
	text-decoration: none;
	
}


ul.topul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}


li.topli{
	margin:5px 0 0 0;
	padding:0;
	list-style: none;

}

.topmenu, a.topmenu 
{
	padding:5px 0 5px 15px;	
	color: #3f7478;
	font-size: 15px;
	line-height:19px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}


a.topmenu:hover, .topmenucurrent, a.topmenucurrent, a.topmenucurrent:hover 
{
	padding:5px 0 5px 15px;
	color: #3f7478;
	font-size: 15px;
	line-height:19px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background:url(img/topmenu_a.gif) top left repeat-y;
}


ul.second{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

li.secondli{
	margin:3px 0 0 0;
	padding:0;
	list-style:none;
}

.secondmenu, a.secondmenu, a.secondmenu:hover{
	color:#3f7478;				
	font-weight:normal;
	font-size:14px; 
	line-height:17px;
	text-decoration:none;
	display:block;
	padding:3px 0 3px 25px;
}
.secondmenucurrent, a.secondmenucurrent, a.secondmenucurrent:hover{
	color:#3f7478;				
	font-weight:bold;
	font-size:14px;  
	line-height:17px;
	text-decoration:none;
	display:block;
	padding:3px 0 3px 25px;
}

/****************** Fonts ***********************/

.textstandard{
	font-size:14px; 
	line-height:19px; 
	font-weight:normal; 
	color:#555;
}

.text12{
	font-size:12px; 
	line-height:19px; 
	font-weight:normal; 
	color:#555;
}
.textfett12{
	font-size:12px; 
	line-height:19px; 
	font-weight:bold; 
	color:#555;
}



.footertext 
{
	font-size:11px; 
	font-weight:normal;
	line-height:14px; 
	color:#3f7478;
	margin-left:200px;
}


/************************** Formularstyles***************************/
.formular{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#555;
}
input.formular, textarea.formular {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:2px;
	color:#555;
	width:250px;
	background-color:#F2F0EE;
	border:#555 1px solid;
}

.formbutton{
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-weight:bold;
	font-size:11px;
	color:#555;
	padding:2px;
	background-color:#F2F0EE;
	border:#555 1px solid;
}

