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

*{margin: 0; padding: 0; border: 0; text-align:left; }
img { border:none !important; }

body {background:#FFFFFF; text-align:center; font-family: 'Arial', Helvetica, sans-serif; font-size:12px; line-height:18px; color:#44484c;}

/* SEITE */
#head { height:331px; width:auto; background:#cad3dc;}

	#bild_hintergrund {}
	#head_bild { position:absolute; left:87px; top:0px;}

#content { width:720px; margin-left:87px; min-height:300px;} 
	#left_box { float:left; position:relative; width:238px;}
	#right_box { float:right; width:482px; margin-bottom:80px;}
	
	
#footer {clear:both; margin: 0 0 0 60px; background: #cad3dc; width: 775px; height:20px; bottom:0px;}



/* MENUE */
#menue { width:194px; margin-left:110px; position:absolute; top:210px;}

/* TEXT */
.headline { font-size:14px; text-transform:uppercase;}
.sub_headline {text-transform:uppercase;}
.bold { font-weight:bold;}


/* LINKS */



a, span {
font-family: 'Arial', Helvetica, sans-serif; 
text-decoration:underline;
color:#44484c;
font-weight: 0;
letter-spacing: 0px; 
}

a:hover, span {
border-color: none; 
color: #6d96ba; 
}


