/* ----  created by Crossmedia Community - www.ccsb.de         ----- */
/* ----  created with CCGO www.ccgo.de - - copyright 2009 	   ----- */
/* ----  ein Produkt der Crossmedia Community GmbH & Co. KG    ----- */
/* ----------------------------------------------------------------- */
/*       Allgemeine Style Sheets-Angaben des Internet-Auftritts      */
/* ----------------------------------------------------------------- */

/* HTML / BODY */

html
{
	background-color: #8a8988;
	
	background-image: url(../images/bg_body_repeat.jpg);
	background-position: 980px 734px;
}


/* Formatierung der Seitenstruktur */

#mainframe
{
	position: relative;
	
	width: 980px;
	height: 100%; /* Fuer IE 6.x */
	
	background-image: url(../images/bg_main_repeat.jpg);
	background-position: 0px 734px;
	background-repeat: repeat-y;
}

body > #mainframe
{
	height: auto; /* Fuer moderne Browser*/
	min-height: 100%; /* Fuer moderne Browser*/
}

#header
{
	position: relative;
	z-index: 3;
	
	height: 171px;
	
	background-color: #D39244;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
}

#menu
{
	position: absolute;
	z-index: 2;

	left: 0px;
	top: 0px;
	
	width: 200px;
}

#menu2
{
	position: absolute;
	z-index: 2;

	left: 680px;
	top: 0px;
	
	width: 300px;
}

#content
{
	position: relative;
	z-index: 1;
	
	margin: 0px;
	padding: 100px 185px 0px 275px; /* Wenn Slideshow: padding-right: 350px; */
	
	height: 463px;
}

#mainframe > #content
{
	height: auto;
	min-height: 463px;
}

#footer
{
	position: relative;
	clear: both;
	
	width: 980px;
	height: 22px;
	
	margin: -22px auto 0px;
	
	background-color: #334169;
	
	border: solid #c8c8c8;
	border-width: 0px 1px;
}