@charset "UTF-8";

html{

	margin:0;
	padding:0;
	
}

body{

	margin:0px;
	padding:0px;
	background:#456789;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#606060;

	
}

#container{

	position: relative;
	width: 980px;
	margin: 20px auto;
	padding: 0px 20px 20px 20px;
	background: #fff;
	text-align: left;

}

.top{

	position: relative;
	width: 980px;
	height: 70px;
	background: #fff;
	color: #333;

}

.language{

	position: absolute;
	right: 20px;
	top: 40px;
	height: 16px;
	
	color: #737373;
	font-family: Arial;
	font-size: 10px;

}


.date{

	position: absolute;
	left: 20px;
	top: 40px;
	height: 16px;
	width:200px;
	
	color: #737373;
	font-family: Arial;
	font-size: 10px;

}


.banner{

	position: relative;
	width: 980px;
	height: 405px;
	background: url(../img/banner.jpg) no-repeat;
	border-top: 1px solid #ccc;


}

.slogan{

	position: absolute;
	display: block;
	right: 0;
	top: 150px;
	height: 140px;
	width: 345px;
	background: url(../img/slogan_bg.png) no-repeat;

}

.menue{

	position: relative;
	width: 980px;
	height: 50px;
	background: #dedede;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;

}

.content{

	position: relative;
	margin: 0;
	min-height: 480px;
	padding: 40px 10px;
	width: 960px;
	background: #fff;
	
}


.right_content{

	position: relative;
	width: 635px;
	margin-left: 310px;
	
}

.left_content{

	position: absolute;
	display: block;
	width: 280px;
	top: 40px;
	left: 20px;
	margin: 0;
	padding: 0;
	
}


.height150{

	display: block;
	width: 270px;
	height:140px;
	padding: 20px 0px 0px 10px;
	background-image: url(../img/left_box_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	
}


.height110{

	display: block;
	width: 270px;
	height:100px;
	padding: 20px 0px 0px 10px;
	background-image: url(../img/left_box_bg_110.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	
}


.height180{

	display: block;
	width: 270px;
	height:170px;
	padding: 20px 0px 0px 10px;
	background-image: url(../img/left_box_bg_180.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	
}

.height400{

	display: block;
	width: 270px;
	height:390px;
	padding: 20px 0px 0px 10px;
	background-image: url(../img/left_box_bg400.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	
}


.footer{

	position: relative;
	margin: 0;
	padding: 20px 20px;
	width: 940px;
	background: #dedede;
	border-top: 1px solid #ccc;

}

.footer_menue{

	position: absolute;
	top: 20px;
	right: 20px;

}



/*  
/
/
/   MENUE - Hauptmenue  
/
/
*/


.menue ul{

	margin: 0;
	padding: 0;
	list-style: none;
	
}

.menue ul li{

	float: left;
	width: 140px;
	
}


.menue ul li a, .menue ul li a:link, .menue ul li a:visited{

	display: block;
	height: 50px;
	width: 139px;
	border-right: 1px solid #fff;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2d2d2d;
	line-height: 50px;
	
}


.menue ul li a:hover{

	color: #fff;
	background: #555656;
	
}


ul.second_level{

	list-style: none;
	margin:0;
	padding:0;
	
}

ul.second_level li{

	width: 140px;
	height:16px;
	background:url(../img/arrow.png) no-repeat;
	margin:10px 0px 0px 30px;
	
}

ul.second_level li a,ul.second_level li a:link,ul.second_level li a:visited{

	display:block;
	height:16px;
	width: 140px;
	padding-left:30px;
	padding-top:3px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666;
	
	
}

ul.second_level li a:hover{

	display:block;
	height:16px;
	width: 140px;
	text-decoration:underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666;
	
	
}


/*  Linker Bereich  */


.left_content h1{

	margin: 0;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#333;
	padding-bottom: 10px;
	
}

.left_content p{
	
	display: block;
	width: 130px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666;
	
}

.helm{

	position: absolute;
	top: 50px;
	right: 10px;

}

.flag{
	
	display:block;
	width:75px;
	height:75px;
	margin-right:5px;
	float:left;
	
}

.height110 a{
	
	display: block;
	float: left;
	width: 88px;
	height: 31px;
	margin-right: 20px;
	
}

/* Textausrichtung  */

.colum_left{
	float:left;
}

.colum_right{
	float:right;
}

.breite_150{
	display:block;
	width:150px;
	}
	
.breite_440{
	display:block;
	width:430px;
	margin-right:0;
	padding-right:0;}

.no_marging_top{margin-top:0px;}

p.colum__text_right{
	display:block;
	width:370px;
	margin:0px 0px 0px 20px;
	padding:0px;
	float:right;
}

p.colum_text_left{
	display:block;
	width:370px;
	margin:0px 20px 0px 0px;
	padding:0px;
	float:left;
}

.frame_240_left{

	display:block;
	width:231px;
	height:81px;
	margin:0px 0px 20px 0px;
	padding:30px 0px 10px 10px;
	background:url(../img/frame_240.jpg) no-repeat;
	float:left;
}

.frame_240_right{

	display:block;
	width:231px;
	height:81px;
	margin:0px 0px 20px 20px;
	padding:30px 0px 10px 10px;
	background:url(../img/frame_240.jpg) no-repeat;
	float:left;
}

.frame_560{

	display:block;
	width:330px;
	height:187px;
	margin:0px;
	padding:20px 0px 10px 230px;
	background:url(../img/frame_560.png) no-repeat;
	float:left;
}

.clean{clear:both;}


/* MAILER */


.contact label, .contact span{

	display:block;
	width: 200px;
	line-height:20px;
	margin:0px 0px 15px 0px;
	float:left;

}

.contact span.colum_2{

	display:block;
	width: 110px;
	line-height:20px;
	margin:0px 0px 15px 50px;
	float:left;

}


.contact input{

	display:block;
	width: 400px;
	line-height:20px;
	margin:0px 0px 15px 0px;
	float:left;

}

.contact select{


	float:left;

}

.contact select option{

	margin:0;
	padding:0;
	float:left;

}

.contact textarea{

	display:block;
	width: 400px;
	line-height:20px;
	margin:0px 0px 15px 0px;
	float:left;

}

.contact input.button{

	display:block;
	width: 100px;
	margin-left:200px;
	margin-top:15px;
	float:left;
}
p.colum_1{

	display:block;
	width: 200px;
	margin:0px 0px 15px 0px;
	float:left;

}

p.colum_2{

	display:block;
	width: 300px;
	margin:0px 0px 15px 0px;
	float:left;

}


.space_upper_30{

	margin-top:30px;

}
/*  Rechter Bereich  */


.right_content h1{

	margin: 0;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#333;
	padding-bottom: 10px;
	
}

.right_content {
	
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666;
	
}


/*   Footer Menue  */



.footer_menue a{

	text-decoration: none;
	color: #606060;

}


.footer_menue a:hover{

	text-decoration: underline;
	color: #ef5e0b;

}


/*  Sprachmenue  */


.language a, .content a{

	text-decoration: none;
	color: #737373;

}

.language a:hover, .content  a:hover{

	text-decoration: underline;
	color: #ef5e0b;

}


/*   Sponsoren   */


.sponsor_box{

	position: relative;
	width: 635px;
}

.sponsor_box p{

	margin: 0px 0px 0px 140px;
	padding: 0;
	line-height: 16px;
	
}

.sponsor_box img{

	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	
}

.icon{

	padding-left: 25px;
		
}

.email{

	background: url(../img/email.jpg) no-repeat;
	background-position: 0 2px;

}

.telefon{

	background: url(../img/telefon.jpg) no-repeat;

}

.fax{

	background: url(../img/fax.jpg) no-repeat;

}

.sponsor_box a, .sponsor_box a:link, .sponsor_box a:visited{

	text-decoration: none;
	color: #606060;

}

.sponsor_box a:hover{

	text-decoration: none;
	color: #ef5e0b;

}

a img {border:0;}



