/* CSS Document */
body{
background:url(../img/body-bg.jpg) no-repeat fixed;

}
/* WRAPER 
--------------------------------------------------------------------*/
.wrap{
position:relative;

}

/* HEADER 
--------------------------------------------------------------------*/
.header{
margin-top:70px;
position:relative;
height:45px;
}
.header .logo{
position:absolute;
width:175px;
height:68px;
bottom:-25px;
right:-53px;
background:url(../img/head-logo.png);
}

/* CONTENT 
--------------------------------------------------------------------*/
.content{
background:url(../img/wrap-bg.png);
padding-bottom:10px;
}
.content .left{
position:relative;
}
.content .left_logo{
background:url(../img/slogan.png);
width:400px;
height:122px;
}
.content .right_main{
border:solid 1px #e68c0a;
background:#f4f5f5;
text-align:center;
padding-top:80px;
padding-bottom:45px;
margin: 35px 30px 0 0;
}
.module.title{
margin-left:60px;
width:190px;
margin-top:65px;
}
.module.title h1{
font-size:16px;
margin:0;
padding:0;
line-height:18px;
margin-bottom:5px;
color:#e68c0a;
}
.module.title span{
width:160px;
border-top: solid 1px #e68c0a;
height:1px;
position:absolute;
right:-20px;
}
.module.title h2,
.module.title p {
font-size:12px;
margin:0;
padding:0;
line-height:14px;
color:#8c7d79;
}
.module.title p {
	margin-top: 20px;
	font-weight: normal;
}
.module.title ul {
	font-size:12px;
	line-height:14px;
color:#8c7d79;
	margin-top: 20px;
	
}


.module.title.datenschutz h2 {font-size:16px;margin-bottom: 10px;margin-top:15px;}
.module.title.datenschutz h3 {font-size:14px;margin-top: 10px;margin-bottom:10px;}

a {
	color:#8c7d79;	
	text-decoration:undelrine;
}

.module.image .download{
margin-top:15px;
text-transform:uppercase;
font-size:13px;
color:#e68c0a;
font-weight:bold;
}

.module.image .download a{
text-transform:uppercase;
font-size:13px;
color:#e68c0a;
font-weight:bold;
text-decoration:none;
}
.module.image .download a:hover{
color:#8c7d79;
}

/* FOOTER 
--------------------------------------------------------------------*/
.footer{
background:url(../img/footer-bg.png);
height:45px;
}
.footer p, .footer p a {font-size: 11px;color:white;}