@charset "utf-8";
/* CSS Document */

body {
		color: #5a5546;
		background-color:#ab9b83;
		margin: 0; padding: 0;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		vertical-align:top;
		}

img {
     	border:0px;
		padding:0px;
		margin:0px;
     	}

div#seite{
		margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
		margin-top:40px;
		border:1px solid #8e8c8c;
		padding:5px;
		width:940px;
		max-width:928px;
		display:inline-block;	
		background-color:#f5f0e1;
		text-align:left;
		}

div#bild1{
		float:left;
		margin-right:1px;
		width:464px;
		height:230px;
		font-size:0px;
		}

div#bild2{
		float:left;
		width:249px;
		height:230px;
		font-size:0px;
		}

div#bild3{
		float:right;
		width:213px;
		height:230px;
		font-size:0px;
		}

div#quickanfrage{
		clear:both;
		float:left;
		width:715px;
		padding:0px;
		margin:0px;
		}

div#sprachauswahl{
		float:right;
		text-align:left;
		width:213px;
		height:31px;
		}


div#navigation{
		clear:both;
		float:left;
		width:228px;
		padding-top:10px;
		padding-bottom:20px;
		}

div#content_line{
		float:left;
		width:487px;
		margin-top:16px;
		}
		
div#content_headline{
		width:487px;
		background:url(../images/line_middle_left.gif) repeat-y left;
		min-height:310px;
		}

div#headline{
		margin-left:52px;
		height:74px;
		width:435px;
		}

div#content{
		margin-left:52px;
		margin-right:25px;
		width:410px;
		}

div#print{
		width:462px;
		margin-top:0px;
		margin-bottom:10px;
		height:59px;
		text-align:right;
		margin-right:25px;
		background:url(../images/logo_line.gif) no-repeat bottom left;
		}

div#news_links{
		float:right;
		}

div#news{
		margin-bottom:44px;
		}

div#links{
		padding-left:20px;
		color:#313028;
		font-weight:bold;
		font-size:10px;
}

div#footer{
		margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
		width:940px;
		color:#5b5244;
		text-align:left;
		padding-top:3px;
		padding-left:4px;
		}


