/* Layout */

body{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #e9eaea;
	font: 1em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #606B7D;
	border-top: 5px solid #DDDEDE;
}

#containerBackground{
	float: left;
	width: 100%;
	background: #fff;
}

#container{
	margin:auto;
	width:930px; 
	text-align: left;
	background: #fff;
}

/*---------------------------------------------------
	Top
---------------------------------------------------*/
#header{
	float: left;
	width: 930px;
	height: 70px;
}


#navigation{
	float: left;
	width: 760px;
	padding: 11px 0 0 0;
}

#logo{
	float: right;
	text-align: right;
	width: 170px;
	padding: 11px 0 0 0;
}


/*---------------------------------------------------
	middle
---------------------------------------------------*/

#picture{
	float: left;
	width: 930px;
	height: 350px;
}

#pictureMain{
	float: left;
	width: 930px;
	height: 235px;
}

/* Startseite */

#contentContainer{
	float: left;
	width: 930px;
	padding: 20px 0 10px 0;
}

#contentIndex{
	float: left;
	width: 930px;
	padding: 20px 0 10px 0;
	background: url(../images/index_satz_dunkel.gif) 100% 16px no-repeat;
}

#contentLeft{
	float: left;
	width: 280px;
	padding: 0 45px 0 0;
}

#content{
	float: left;
	width: 280px;
	padding: 0 45px 0 0;
	_height: 180px;
	min-height: 180px;
}

#contentLong{
	float: left;
	width: 610px;
	padding: 0;
	_height: 180px;
	min-height: 180px;
}

#contentRight{
	float: left;
	width: 280px;
	padding: 0;
}


#subnavigation{
	float: left;
	width: 280px;
	padding: 0 30px 0 0;
	min-height: 100px;
}

/*---------------------------------------------------
	bottom
---------------------------------------------------*/
#borderBottom{
	float: left;
	width: 100%;
	height: 5px;
	background: #e9eaea;
	border-bottom: 1px solid #fff;
	font: 3px/3px Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	clear: both;
	text-align: right;
	margin:auto;
	width:930px;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif; 
	color: #454749;
	padding: 8px 0 20px 0;	
}

#footerNavigation{
	float: right;
	width: 246px;
}

#address{
	float: left;
	width: 550px;
	text-align: left;
	
}

#print{
	float: left;
	width: 134px;
	
	text-align: right;
}



