body{
	font-family:Verdana, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	line-height:19px;
	margin:0;
	padding:0;
}

div, p, span, h1, h2, h3, h4,h5,h6, ul, ol{
	margin:0;
	padding:0;
}

img, img a{
	border:none;
}

.clear{	
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.center{
	text-align:center;
}

.hidden
{
	position: absolute;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow:hidden; 
	display:inline;}
	
.f_left{
	float:left;
}
.f_right{
	float:right;
}

ul{
	margin-left:18px;
	padding:0;
	list-style-image:url(img/liste.gif);
	
}
a, a:hover{
	color:black;
}
h1, .headline1{
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 16pt; 
	font-weight:normal;
	line-height:17pt;
	color: #ed1820;	
	margin:5px 0 7px 0;
	
}

h2, .headline2 { 
	background: #ed1820; 
	font-size: 10pt; 
	color: #FFFFFF; 
	font-weight: bold;
	padding:0 3px 0 3px;
	 }
	
h3, .headline3{
	font-size:12px;
	color:black;	
}

h4{
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 16pt; 
	line-height:17pt;
	font-weight:normal;
	color: #000;
}

h5{
	font-size:13px;
	color:black;	
}
h6{
	font-size:12px;
	color:black;	
}
p, .textstandard{
	
}

.newshead{
	font-size:13px;
	font-weight:bold;
	color:#ed1820;	
}

.newstext, .newstext a, .newstext a:hover{
	color:black;
	font-size:10px;
	line-height:15px;
}

.newslink, a.newslink , a.newslink:hover{
	font-size:10px;
	font-weight:bold;
	color:#ed1820;	
	text-decoration:none;
	padding-right:10px;
	background:url(img/newslink.gif) top right no-repeat;
}
.text11, .text11 a, .text11 a:hover{
	font-size:11px;
}
.footer, .footer a, .footer a:hover{
	font-size:10px; color: #999999;
}
.textwhite10{color:White;font-size:10px;}
/******************* Formulare ***********************/
formular{
	font-family:Verdana, Helvetica, sans-serif;
	color:black;
	font-size:12px;
}

input.formular, textarea.formular 
{
	line-height:11px;
	color:black;
	border:solid 1px black;
	padding:2px;
	margin:0px;
}

.formbutton
{
	border:none;
	height:25px;
	color:White;
	background:black;
}

.form_err 
{
	color:red;
	font-size:11px;
}

/**************** Tabellen******************/
table tbody tr td{
	font-family:Verdana, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	line-height:19px;
	margin:0;
	padding:0;
	border-collapse:collapse;
	vertical-align:top;
}

/********************* Divs ********************/
.wrapper{
	width:750px;
	margin:0px auto;	
	text-align:left;
}

.intro{
	width:1000px;
	text-align:center;
	margin:0 0 0 0;
}
.btn_start1{
	float:right;
}

.btn_start2{
	margin-top:-20px;
	
}

.search_p{
	}

.sprachwahl_p{
	text-align:right;
	margin:30px 0 0 20px;
}
/*************** Navigation **************************/
.sprachwahl, .sprachwahl a{
	color:white;
	text-decoration:none;
}
.sprachwahl a:hover{
	color:white;
	background:black;
	text-decoration:underline;
}

.flyout, a.flyout{
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:17px;
	color:#000;
	text-decoration:none;
	text-transform:none;
	display:block;	
	padding:4px 10px 4px 10px;
	
}

a.flyout:hover{
	color:#fff;
	background:#ed1820;	
	text-decoration:none;
	display:block;
}

 /**** slideshow***/
 .div_logo
 {
 	position:relative;
 	z-index:100;
 	width:700px;
 	height:150px;
 }
 
 .slideshow {
    position:relative;
    height:90px;
    width:700px;
    height:240px;
    z-index:5;
}

.slideshow IMG {
    position:absolute;
    top:-90px;
    left:0;
    z-index:8;
    width:700px;
    height:240px;
}

.slideshow IMG.active {
    z-index:10;
    width:700px;
    height:240px;
}

.slideshow IMG.last-active {
    z-index:9;
    width:700px;
    height:240px;
}

