body{
	color:black;
	background:#FFFFFF;
	margin:5px 0 5px;
	padding:0 0 5px;
	font:13px Arial, Helvetica, sans-serif;
	text-align: center;
}

/* -------------------- verschiedene Stile -------------------------------- */
.b {
	font-weight: bold;
	}
	
#aktion {
	border:5px solid #FFCD30;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: left;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}


/* -------------------- Container-Formatierung -------------------------------- */

#container{
	padding:0;
	margin:auto;
	width: 850px;
	background: url("../img/bg-gesamt.jpg") repeat-y left;
}


/* -------------------- Kopfteil -------------------------------- */

#header{
	height: 90px;
	margin: auto;
	padding-top: 20px;
	padding-right: 50px;
	text-align: right;
	background: url("../img/head.jpg") no-repeat;
}
#header a {
	color:#333333;
	font-weight: bold;
	text-decoration: underline;
}


#header a:hover{
	color:#FF6600;
	}
	
/* -------------------- Hauptmenü -------------------------------- */


#menu{
	text-align:center;
	background: url("../img/head.jpg") no-repeat 0px -110px;
	height: 30px;
	padding: 30px 0 0 0;
	margin: 0;
}
#menu ul{
	margin:0;
	padding:6px 5px;
	list-style: none;
	white-space: nowrap;
	text-align: center;
	background: url("../pic/head.jpg") bottom;
}
#menu li{
	display:inline;
	color: #FFFFFF;
}
#menu a{
	color:#999999;
	padding:2px 20px 2px 20px;
	text-decoration:underline;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover{
	color:#FFFFFF;
}


/* -------------------- Untermenü linke Seite -------------------------------- */

#submenu{
	float: left;
	width: 200px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#submenu ul{
	padding: 0 0 0 30px;
	margin: 15px 0 0 0;
}
#submenu li{
	padding: 0 0 4px 0;
	margin: 0;
	list-style-position: inside;
	list-style-image: url("../img/dot-pik.jpg");
	font-size: 14px;
}
#submenu a{
	color: #666666;
	font-weight : bold;
	font-size: 12px;
	text-decoration:none;
}

#submenu a.current {
	color:#CC6600;
}

#submenu a:hover {
	color:#CC6600;
}


#submenu p{
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding: 10px 0 10px 30px;
}


/* -------------------- Inhaltsbox -------------------------------- */

#content{
	color: black;
	padding:0;
	text-align: left;
	background: url("../pic/bg-content.jpg") no-repeat left 30px;
	margin: 20px 50px 30px 215px;
}
#content a{
	color:#336699;
}
#content a:hover{
	color: #CC6600;
}
#content h1{
	color: #5B5251;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: solid #322526 10px;
	border-bottom: solid #322526 1px;
}
#content h2{
	margin:10px 0 0px;
	padding:2px 0 2px 15px;
	font:bold 17px Arial, Helvetica, sans-serif;
	color: #FF6600;
}
.red{
	color: #FF6600;
}

#content h3{
	font:bold 12px Arial, Helvetica, sans-serif;
	border-left:6px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin: 12px 0 10px 0;
	padding: 2px 0 2px 8px;
}
#content p{
	padding:2px 15px 5px;
	color: #333333;
	margin: 0 0 0 0;
	font-size: 14px;
	line-height: 1.2em;
}

/* -------------------- Fussbereich -------------------------------- */

#foot{
	color:white;
	margin:0;
	height: 102px;
	background: url(../img/foot.jpg) no-repeat left bottom;
	text-align: left;
	padding-left: 40px;
	padding-top: 30px;
}
#foot p{
	margin:0;
	color: #FFFFFF;
	padding-top: 45px;
	padding-left: 30px;
	font-size: 12px;
}
#foot p a{
	color: #FFFFFF;
}
#foot p a:hover{
	color: #FFC838;
}
img {
	border: 0px;
}
.endsign {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 45px;
	background: url(../img/endsign.png) no-repeat 250px bottom;

}
.h2
 {
	color: #990000;
}

/* -------------------- Tabellenformatierungen -------------------------------- */
tr {
	vertical-align: top;
	font-size: 12px;
	line-height: 0.5em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


table .fett {font-weight:bold}
table .bg {background-color:#FFFFCC;}
td {
	border-collapse:collapse;
	line-height: 2em;
	padding-left: 10px;
}
