body{
	font-family:Verdana, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:0px;
	color:#000000;
	font-size:12px;
	line-height:16px;
}
div, span, p{
	margin:0;
	padding:0;
}

/****************** Allgemeine ******************/
a:link, a:visited, a:hover, a:active{
	color:#000;
}

img, img a{
	border:none;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}

ul {
	margin:0 0 0 16px;;
	padding:0;
	list-style:bullet;
	color:#000;	
}

li{
  	margin:0;
	padding:0;
}

ol{
	margin:0;
	padding:0;
}




/*************** Divs **********************/

.wrapper{
	width:978px;
	border:solid 1px #005252;
}
.add_header{
	width:978px;
	height:124px;
	background:url(img/headerBG.gif) top left repeat-x;
}
.add_headerPrint{
	width:730px;
	height:124px;
	background:url(img/headerBG.gif) top left repeat-x;
	text-align:center;
}
.add_contentBG{
	width:978px;
	background:url(img/contentBG.gif) top left repeat-y;
	overflow:hidden,
}

.add_navi{
	width:200px;
}

.add_naviInner{
	margin:20px 10px 50px 10px;
}

.add_content{
	width:778px;
}
.add_contentInner{
	margin:10px 0 0 20px;
}
.add_copyright{
	
}
/****************** Navigation *************/
ul.navul{
	margin:0;
	padding:0;
}

li.nav1list{
	margin:10px 0 0 0;
	list-style:none;
}

.nav1, a.nav1:link, a.nav1:visited, a.nav1:hover, a.nav1:active, .nav1current, a.nav1current{
	background:url(img/button.gif) top left no-repeat;
	padding-left:20px;
	text-decoration:none;
	display:block;
}
.nav1current, a.nav1current
{
	font-weight:bold;
	display:block;
}

li.nav2list{
	margin:7px 0 0 20px;
	list-style:none;
}

.nav2, a.nav2:link, a.nav2:visited, a.nav2:hover, a.nav2:active, .nav2current, a.nav2current{
	text-decoration:none;
	display:block;
}
.nav2current, a.nav2current
{
	font-weight:bold;
	display:block;
}

/***************** Fonts ****************/
h1, .headline1{
	font-size:18px;
	line-height:26px;
 	font-weight:bold;
	color:#008080;
 	margin:0 0 5px 0;
 	padding:0;
}
h2, .headline2 {
 	font-family:Verdana, 'Trebuchet MS';
 	color:#728A7F;
 	font-size:16px;
	font-weight:bold;
	line-height:26px;
 	margin:0;
 	padding:0;
}
h3, .headline3 {
 	font-family:Verdana, 'Trebuchet MS';
 	color:#728A7F;
 	font-size:14px;
	font-weight:bold;
	line-height:24px;
 	margin:0;
 	padding:0;
}

h4, .headline4 {
 	font-family:Verdana, 'Trebuchet MS';
 	color: #728A7F;
 	font-size:18px;
	line-height:28px;
 	font-weight:bold;
 	margin:0 0 10px 0;
 	padding:0;
}
.newsheadline{
	font-size:12px;
	line-height:18px;
 	font-weight:bold;
	color:#008080;
 	margin:0 0 10px 0;
 	padding:0;
}

.textstandard{
	
}

.textbold, .textbold a:link, .textbold a:visited, .textbold a:hover, .textbold a:active{
	font-weight:bold;
}

.textsmall, .textsmall a:link, .textsmall a:visited, .textsmall a:hover,.textsmall a:active{
	font-size:11px;
	line-height:14px;
	color:#224B57;
}

.table, .td{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:5px;
	border-collapse:collapse;
}

/***************** Formulare ****************/
.formular{
	
}


input.formular, textarea.formular, select.formular, .btn {
 font-size:12px;
 font-family:'Trebuchet MS', Verdana;
 background-color : #F7F8F9;
 border : 1px solid Black;
 color : #000000;
}
