@charset "utf-8";

/* 
===== MAIN TAGS ===== 
*/

html{ overflow-y: scroll;  overflow-x:auto; }
body{
	margin:0;
	padding:0;
   
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	background:#f6f6f6;
}


img{
	border:0;	
}

a{ 
	color:black;
	text-decoration:none;
}

h1{
	margin:0 0 5px 0;
	font-size:18px;
	color:#336699;
}

h2{
	margin:0 0 5px 0;
	font-size:16px;
	color:#336699;
}
h3{
	margin:0 0 5px 0;
	font-size:15px;
	color:black;
}

p, li{
	margin:0;
	font-size:13px;	
}
table{
	float: left;
	width: 350px;
	margin: 20px 20px 0 -2px;
	padding: 0 0 20px 0;
	font-size: 13px;
	border: 0;
}
.clear_both{
	clear:both;	
}
.link{
	color:#336699;	
	font-weight:bold;
}

/* 
===== REQUEST/SEND/RESET BUTTON ===== 
*/

.request_button{
	width:240px;
	height:59px;
	background:url(../images/button.png) center no-repeat;
	cursor:pointer;
}
.request_button:active{
	background:url(../images/button_.png) center no-repeat;
}

.send_button{
	width:107px;
	height:50px;
	background:url(../images/button_send.png) center no-repeat;
	cursor:pointer;
}
.send_button:active{
	background:url(../images/button_send_.png) center no-repeat;
}

.reset_button{
	width:87px;
	height:50px;
	background:url(../images/button_reset.png) center no-repeat;
	cursor:pointer;
}
.reset_button:active{
	background:url(../images/button_reset_.png) center no-repeat;
}

/* 
===== NAVIGATION ===== 
*/


#header_menu_navigation{
	right: 10px;
    position: absolute;
    top: 37px;
	background:url(../images/navigation.png) center no-repeat;
	height:40px;
	margin:0;
	font-weight:bold;
	font-size:14px;
	width:750px;
}
#header_menu_navigation_content{
	height:39px;
	width:665px;
	margin:1px auto 0 auto;
		
}
#header_menu_navigation_content ul{
	margin:0;
	padding:0;	
	position:absolute;
}
#header_menu_navigation_content li{
    display: inline-block;
    zoom: 1;
    *display: inline;
	margin-right:-3px;
	color:white;
	padding:11px 10px 11px 10px;
}
#header_menu_navigation_content img{
	margin:-2px 5px 0 0;
	display:block;
	float:left;	
}
#background{
	height:39px;
	background:url(../images/navigation.png) center no-repeat;
	position:absolute;	
	opacity:0.7;
}
#header_menu #logo{
	margin:14px 0 0 -10px;	
}
/* 
===== CONTENT ===== 
*/

#content_container{
	margin:-10px auto 0 auto;
	width:910px;
	padding:25px 30px 0 30px;
	background:white;
	position:relative;
	z-index:0;
	background:url(../images/content_background.png);
}


#content_left{
	float:left;
	width:590px;
	margin-bottom:20px;	
}
#content_left p, #content_left img, #content_left_what p, #content_left_what img{
	margin-bottom:20px;	
}
#content_left img{
	width:590px;	
}
#content_left .request_button{
	margin:20px auto 0 auto;	
	
}
#content_left_what{
	float:left;
	width:530px;
	margin-bottom:20px;	
}
#content_left_what .request_button{
	margin:auto;
}
#content_right_erp{
	float:right;
	width:350px;
}
#content_right_erp p{
	margin-bottom:20px;
}
#content_right_erp img{
	width:350px;
	margin:0 0 10px 0;
}




#content_right{
	float:right;
	background:#f6f6f6;
	border:1px solid #d9d9d9;
	border-radius:10px;
	width:250px;
	padding:20px 20px 20px 20px;	
}
#content_right p{
	font-size:12px;	
}
#content_right img{
	float:left;
	width:250px;
	margin-bottom:20px;
}
#content_right span{
	display:block;
	margin-top:7px;
}

#bedankt h1{
	font-size:24px;
	text-align:center;
	margin:40px 0 40px 0;
}

/* 
===== FOOTER ===== 
*/

#footer{
	width:930px;
	height:15px;
	padding:10px 20px 10px 20px;
	font-size:10px;
	color:#999;
	margin:0 auto 20px auto;
	background:url(../images/footer_background.png) no-repeat bottom left;
}
#footer_copy{
	float:left;	
}
#footer_sites{
	float:left;
}
#footer_sites a{
	color:#999;
}
#footer_sites a:hover{
	color:#336699;
}
#footer_valid{
	float:right;
}

/* 
===== IMAGES ===== 
*/

#request_img{
	float:right;
}

#contact_img{
	position: absolute;
	right: 25px;
	top: 80px;
}