body {
	background: url(../images/bg.gif) 0% 0% repeat-x;
	background-color: #505050;
	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: #EFDA1B;
}

#logo{
	float: left;
	width: 221px;
}

#language {
	clear: both;
	float: left;
	margin-left: 15px;
	padding: 5px 0 2px 5px;
}

#language a {
	color: #505050;
	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: #EFDA1B;
}


#contentContainer{
	width: 720px;
	background: url(../images/bg_content.gif) repeat-y;
	background-color: #EFDA1B;
}

#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 #f7ed8d;
}

#contentPicture{
	height: 178px;
}

#druckversion{
	text-align: left;
	padding: 1px 40px;
	margin: 9px 0;
	border-left: 1px solid #f7ed8d;

}

#search{
	margin: 0;
	padding: 10px 0 10px 20px;
	text-align: left;
	border-bottom: 1px solid #f7ed8d;
	background-color: #EFDA1B;
}

#news{
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #EFDA1B;
	
	
}
/*-------------------------------------------------------
/ Footer Layout
/------------------------------------------------------*/
#footer{
	color:  #f7ed8d;
	float: left;
	width: 947px;
	
}

#adresse{
	color:  #f7ed8d;
	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:#CBCBCB;
	padding: 10px 3px 0 0;
}





