@charset "utf-8";
/* CSS Document */

body{
    background: url(img/main_back.png) repeat-x scroll #FFF;
    color: #000000;
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.background{
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    width: 978px;	
	z-index:200;
	position:relative;
	-moz-box-shadow: 0 0 10px 10px #96b469;
-webkit-box-shadow: 0 0 10px 10px#96b469;
box-shadow: 0 0 10px 10px #96b469;
}

.header
{
	background: #FFFFFF  url('img/logo.png') no-repeat;
	height:200px;
	width:978px;
    margin: 10px auto auto;

}

.header_backmerge
{
	background:url('img/backmerge.png') no-repeat;
		height:200px;
	width:286px;
	position:absolute;
	margin-left:-78px;
	margin-top:26px;
}
.header_backmerge2
{
	/*background: url('img/menu_back.png') repeat-x;	*/
	height:60px;
	position:absolute;
	margin-top:210px
}
.header_backmerge3
{
	background: url('img/ulinks.png') no-repeat;	
	height:60px;
	width:1889px;
	position:absolute;
	margin-top:210px
}
.menu_pos
{
	float:left;
width: 160px;
font-size:12px;
}

.menu
{
	border:none;
	border:0px;
	padding:0px;
	font-weight:bold;
font-size:12px;
margin-left:-30px;

	
}
.menu ul
{
	list-style:none;
}
.menu li
{
	/*float:left;*/
	padding:0px;
	font-size:12px;

}

.menu li a
{
	font-family: 'Arial';
	background:#FFF;
	color:#000;
	display:block;
	font-weight:normal;
	margin:0px;
	text-decoration:none;
	font-size:13px;
	margin-top:20px;
	
}
.menu li a:hover, .menu ul li:hover a
{
	background: #FFF ;
	color:#000;
	text-decoration:none;
}
.centering
{
	float:right;
	margin:0 auto;
	position:relative;
	width: 810px;


}
.links
{

	width:48%;
	padding-left:10px;
	float:left;	
}
.links img
{

		
}
.rechts
{

	width:48%;
	float:right;	
	
}
.Text
{
		width:98%;
	padding-right:10px;
	padding-left:10px;
			background:url('img/under.png') no-repeat scroll 0 0 transparent;


}
.Text2
{
		width:80%;
	padding-right:60px;
	padding-left:100px;

}

h2, h1, h3{
color:#627177;
font-family:'Handlee';
}
a{
	    color: #000033;
		text-decoration:none;
}
a img{
border:0px; }