body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* ######################### HAUPTBOX ######################### */

#main {
	
	position: absolute;
	width:990px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -495px;
	display: block;
	left: 50%;
}






/* ########################  OBEN / MITTE / UNTEN mit Schatten  ##################### */

.ShadowboxTop {
	width: 990px;
	background-image: url(../grafiken/layout/shadow-top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 24px;
	float: left;
	position: static;
}

.MIDDLE {
	width: 945px;
	background-image: url(../grafiken/layout/shadow-middle.png);
	background-repeat: repeat-y;
	display: block;
	float: left;
	position: static;
	padding-left: 45px;
}


.ShadowboxBottom {
	width: 990px;
	background-image: url(../grafiken/layout/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 24px;
	position: static;
}



/* --------------------------------- Small Navis ---------------------------- */
#smallNaviTop {
	position: static;
	display: block;
	float: left;
	text-align: right;
	color: #999;
	margin: 0;
	width: 900px;
}

.smallNavi {
	font-size: 11px;
	text-align: right;
	width: 900px;
}
.smallNavi a {
	text-decoration: none;
	outline: none;
	border: none;
}
.smallNavi a:link {
	color: #333;
}
.smallNavi a:visited {
	color: #333;
}
.smallNavi a:hover {
	color: #999;
}



/* ######################### KOPFBEREICH ########################### */

#head {
	position: static;
	float: left;
	width: 900px;
	margin: 0px;
}


/* ------------------- Topnavi ----------------- */
#topnavi {
	float: left;
	width: 600px;
	position: static;
	text-align: left;
	padding-top: 38px;
	font-size: 14px;
	padding-bottom: 20px;
	margin: 0px;
	
}
#topnavi a {
	text-decoration: none;
	outline: none;
	border: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnavi a:link {
	color: #00795F;
}
#topnavi a:visited {
	color: #00795F;
}
#topnavi a:hover {
	color: #096;
}
#topnavi .TopActive {
	color: #000;
}

/* ---------------- LOGOBOX ------------------*/

.LogoBox {
	float: right;
	position: static;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* --- Banner --- */
#banner {
	width: 900px;
	float: left;
	position: static;
	margin: 0;
	padding: 0;
	/*background-color: #966;*/
}

#banner .BannerHead {
	width: 450px;
	height: 1px;
	float: left;
	position: static;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
	margin: 0px;
	background-image: url(../grafiken/layout/Kopfbalken2.jpg);
	background-color: #006851;
	background-repeat: no-repeat;
	background-position: -25px top;
}

#banner .BannerEvent {
	width: 900px;
	height: 105px;
	position: static;
	float: left;
	margin: 0px;
	overflow: hidden;
	display: inline;
	border: 0px none #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -2px;
}

#banner .BannerFoot {
	width: 900px;
	height: 1px;
	float: left;
	position: static;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFF;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../grafiken/layout/Kopfbalken2.jpg);
	background-color: #006851;
	background-repeat: no-repeat;
	background-position: -25px top;
}

/* -------------------------- Suche und Sprachauswahl ------------------------ */

#SearchAndSelect {
	width: 900px;
	/*height: 30px;*/
	float: left;
	position: static;
	padding: 0;
	text-align: right;
	margin-top: -10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* -------------------- SUCHE-LAYER ---------------------- */

#SUCHE {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	height: 92px;
	width: 272px;
	margin: 0px;
	padding: 10px;
	background-image: url(../grafiken/layout/Suche-Schatten.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: hidden;
}
.SucheInnen{
	background-color: #FFF;
	height: 70px;
	width: 250px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #008D64;
}

/* -------------------- SPRACHAUSWAHL-LAYER ---------------------- */

#SPRACHE {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	height: 92px;
	width: 272px;
	margin: 0px;
	padding: 10px;
	background-image: url(../grafiken/layout/Suche-Schatten.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: hidden;
}
.SpracheInnen{
	background-color: #FFF;
	height: 70px;
	width: 250px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #008D64;
}







#CONTENTBOX {
	width: 900px;
	margin: 0px;
	float: left;
	position: static;
}






/* --- Subnavigation --- */


#subnavi {
	width: 200px;
	margin: 0;
	float: left;
	text-align: left;
	background-image: url(../grafiken/layout/subnavIn.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: right;
}

/* --- erste Ebene --- */
.subnavi1 {
	line-height: 16px;
	width: 170px;
	float: left;
	position: static;
	font-size: 14px;
	text-align: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*padding-right: 6px;*/
}
.subnavi1 a {
	display: block;
	color: #00795F;
	text-decoration: none;
	outline: none;
	border: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}
.subnavi1 a:hover {
	color: #999;
}
.subnavi1 .Active {
	display: block;
	color: #000;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}

/* --- zweite Ebene --- */
.subnavi2 {
	margin:4px 0 10px 5px;
	padding-left: 2em;
	line-height: 15px;
}
.subnavi2 li {
	color: #00795F;
}
.subnavi2 a {
	font-size: 12px;
	color: #006851;
	text-decoration: none;
	outline: none;
	border: none;
}
.subnavi2 a:hover {
	color: #999;
	text-decoration: none;
}
.subnavi2 .Active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#subnavi .subnavOut{
	width: 200px;
	height: 212px;
	margin: 0;
	float: left;
	text-align: left;
	background-image: url(../grafiken/layout/subnavOut.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	display: block;
	position: static;
	background-position: right;
}

/* ################################################################ Footer */ 
#footer {
	width: 900px;
	text-align: right;
	position: static;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-size: 11px;
	color: #999;
	padding-bottom: 15px;
}
#footer .FootHead {
	height: 5px;
	background-image: url(../grafiken/layout/Kopfbalken.jpg);
	background-position: center center;
	float: left;
	position: static;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 4px;
	display: block;
	width: 900px;
	margin-left: 0px;
}

