body {
	background: url(../images/bg.gif) 0% 0% repeat-x;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

#border-left{
	background: url(images/border-left.gif) 0 0 no-repeat;
	width: 3px;
}

#border-right{
	background: url(images/border-right.gif) 0 0 no-repeat;
	width: 3px;
}

#border-bottom{
	background: url(images/border-bottom.gif) 0 0 no-repeat;
	height: 2px;
}

/*-------------------------------------------------------
/ Header Layout
/------------------------------------------------------*/
#header{
	height: 133px;
	width: 941px;
	background: #494949;
}

#logo{
	float: left;
	width: 221px;
}

#language {
	clear: both;
	float: left;
	margin-left: 15px;
	padding: 5px 0 2px 5px;
}

#language a {
	color: #FFF;
	font: 12px/17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	display: block;
}

#containerTopMenu{
	float: right;
	width: 720px;
	height:100px; /* 133px wegen Language */
}

/*-------------------------------------------------------
/ Navigation Layout
/------------------------------------------------------*/


/*-------------------------------------------------------
/ Content Layout
/------------------------------------------------------*/
#bgNavigation{
	background: url(../images/bg_navigation.jpg) 100% 0 no-repeat;
}


#sideNavigation{
	width: 221px;
	background-color: #494949;
	border-right: 1px solid #a4a4a4;
}


#contentContainer{
	width: 720px;
	/*background: url(../images/bg_content.gif) repeat-y;*/
	background-color: #494949;
}

#content{
	padding: 28px 40px 0px 40px;
	_height: 120px;
	min-height: 120px;
	text-align: left;
	
}

#contentIndex{
	padding: 19px 40px 25px 40px;
}

#contentBorder{
	margin: 0;
	/*border-left: 1px solid #a4a4a4;*/
}

#contentPicture{
	height: 178px;
}

#druckversion{
	text-align: left;
	padding: 1px 40px;
	margin: 9px 0;
	/*border-left: 1px solid #a4a4a4;*/

}

#search{
	margin: 0;
	padding: 10px 0 10px 20px;
	text-align: left;
	background-color: 494949;
}

#news{
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #494949;
	
	
}
/*-------------------------------------------------------
/ Footer Layout
/------------------------------------------------------*/
#footer{
	color:  #494949;
	float: left;
	width: 947px;
	
}

#adresse{
	color:  #494949;
	float: left;
	width: 731px;
	text-align:left;
	padding: 10px 0 0 1px;
	
}

#footernavigation{
	float: right;
	width: 206px;
	font: 12px/17px Arial, Helvetica, sans-serif normal;
	text-align:right;
	color:#494949;
	padding: 10px 3px 0 0;
}

/*------------------------------------------------------
/ Formular Layout
/------------------------------------------------------*/
div#kontaktFormular p label{ color:#FFFFFF; }
