/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#CCC;
	padding:0px;
	margin:0px;
	background-image: url(../layout_images/hg_seite.jpg);
	line-height: 16px;
	}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
#main_wrapper {
	width:957px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}
#header {
	position:relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}


#nav {
	width:297px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:660px; /* this width + nav width must total 100% */
	top:0px;	
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}

#header_inner { 

	}
#nav_inner {
	padding:0em 0em; /* creates space between the box and the content */
	
	}
#content_inner { 

	padding-left:40px; /* creates space between the box and the content */
	padding-top: 30px;

	}
#footer_inner {
	text-align:right;
	padding-top: 0em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	color: #999;
	}

#kaesten{

	margin-top: 20px;

}

#kaesten li{
	display:inline;
}

#box_links{
	display:inline;
	background-image: url(../layout_images/hg_kasten.jpg);
	float: left;
	width: 281px;
	height: 112px;
	background-repeat: no-repeat;
}
#box_mitte{
	display:inline;
	background-image: url(../layout_images/hg_kasten.jpg);
	float: left;
	width: 281px;
	height: 112px;
	background-repeat: no-repeat;
	margin-left: 57px;
	margin-right: 57px;	
}
#box_rechts{
	display:inline;
	background-image: url(../layout_images/hg_kasten.jpg);
	float: left;
	width: 281px;
	height: 112px;
	background-repeat: no-repeat;	
}

.boxbilder {
	margin: 15px;
	border: 1px solid #333;
}
.btn_mehr {
	margin-bottom: 10px;
	margin-left: 36px;
	position: absolute;
	bottom: -45px;
}
#text_links {
	position:relative;
	left:150px;
	top:-94px;
	width:120px;
	height:44px;
	z-index:1;
	line-height: 17px;
}
#text_mitte{
	position:relative;
	left:150px;
	top:-94px;
	width:120px;
	height:44px;
	z-index:1;
	line-height: 17px;
}

#text_rechts {
	position:relative;
	left:150px;
	top:-94px;
	width:120px;
	height:44px;
	z-index:1;
	line-height: 17px;
}
#logo {
	text-align: left;
	float:left;

	}
#menue{
	padding-top: 110px;

}

#slideshow{
	margin-top: -4px;
	margin-bottom: -2px;
}

#untermenue{
	background-image: url(../layout_images/untermenue_hg.jpg);
	background-repeat: no-repeat;
	text-align:right;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 16px;
}



#news{
	padding-left:12px;
}

#news li{
	display:block;
	padding-left:36px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(../layout_images/aufzaehlung.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

a{
	text-decoration: none;
	color: #CCC;
}

a:hover{

	color: #6CF;
}



#right {
	float: right;
	width: 286px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../layout_images/news_hg2.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 286px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0px;
	background-image: url(../layout_images/news_hg2.jpg);
	background-repeat: repeat-y;
}

/* -----------footer--------------------------- */
#footer {
	background-image: url(../layout_images/footer_hg.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	text-align: right;

}
.bild_ausrichtung_links {
	float: left;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 4px;
}
.texte {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#CCC;
	line-height: 16px;
	text-align: justify;
	}

