/* --------------- Einstellung für alle Elemente ---------------*/
html * { 
			margin: 0; 
			padding:0; 
		}

body {
	background-color:#5a9fc8;
	font-size: 82.5%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	overflow: scroll;
}


/* --------------- Header ---------------*/
#cheader {
	width:100%;
	height: 254px;
	background: url(images/bg_page.jpg) left bottom repeat-x;
}
#header {
	width: 820px;
	height: 254px;
	background: url(images/bg_header.gif) left bottom no-repeat;
	text-align: left;
	overflow: hidden;
	margin-left: 10%;
}
#header #logo{
	float: left;
	margin: 19px 0px 0px 0px;
	width: 100px;
	height: 84px;
}

#header #hm{
	float: inherit;
	width: 820px;
	margin: 0px 0px 0px 0px;
	height: 108px;
}
#header #hm ul{
	list-style-type: none;
}
#header #hm ul li{
	list-style-type: none;
	float: left;
	color: #E31919;
}
#header #hm ul li a{
	display: block;
	float: left;
	width: 135px;
	height: 93px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #E31919;
	text-decoration: none;
	text-align: center;
	background-image: url(images/bg_hm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#header #hm ul li a:hover,
#header #hm ul li a:hover.active,
#header #hm ul li a.active{
	height: 30px;
	padding: 70px 0px 0px 0px;
	background-image: url(images/bg_hm_active.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* --------------- Page ---------------*/
#page {
	width:1037px;
	margin-left: 10%;
}

#werbung {
	float: right;
	width: 341px;
	background-image: url(images/tapete_01.jpg);
	height: 350px;
	margin-left: 5px;
	top: 379px;
	position: absolute;
	left: 963px;
}

#ccontent {
	width: 797px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	padding-right: 21px;
}
#cleftmenue {
	clear: left;
	float: left;
	width: 257px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 0px;
}
/* --------------- leftmenue ---------------*/
#leftmenue {
	clear: left;
	float: left;
	width: 220px;
	font-size: 82.50%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#leftmenue h2{
	margin: 0px 0px 5px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #E31919;
	text-transform: capitalize;
	line-height: 25px;
}
#leftmenue a{
	color: #E31919;
}
#leftmenue ul{
	margin: 0px 0px 30px 0px;
	list-style-type: none;
}
#leftmenue ul li{
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(images/pointer01.gif) left 3px no-repeat;
}
#leftmenue ul li a{
	text-decoration: none;
}
#leftmenue ul li a:hover.active,
#leftmenue ul li a.active{


}
#leftmenue div.news{
	margin: 0px 0px 30px 0px;
	line-height: 1.5em;
}

/* --------------- content ---------------*/
#content {
	float: left;
	width: 510px;
	margin: 25px 0px 20px 30px;
	line-height: 1.7em;
}
#content h1{
	margin: 0px 0px 1em 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
}
#content h2{
	margin: 0px 0px 1em 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 150.00%;
	font-weight: normal;
	color: #fff;
}
#content p{
	margin: 0px 0px 2em 0px;
}
#content a{
	color: #FFFFFF;
}


/* --------------- footer ---------------*/
#cfooter {
	width:100%;
	height: 40px;
	background-color: #FFFFFF;
	border-top: 1px solid #5f5f5f;
	text-align: center;
}
#footer {
	width: 500px;
	text-align: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
}

/* --------------- Formulare ---------------*/
#content form {
	clear: left;
	line-height: normal;
	width: 360px;
}
#content label {
	clear: left;
	float: left;
	margin: 10px 0px 0px 0px;
}
#content label.plabel {
	font-weight: bold;
}
#content input,
#content select,
#content textarea {
	clear: left;
	float: left;
	width: 360px;
}
#content input.submit {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}
#content input.reset {
	width: auto;
	margin: 10px 0px 0px 0px;
}
body,td,th {
	font-size: 10pt;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.Stil1 {color: #E21818}
.Stil2 {color: #FFFFFF}
.Stil6 {
	font-size: 8pt;
	color: #E31919;
	font-weight: bold;
}
.Stil19 {
	font-size: 10px;
	color: #333333;
}
.Stil21 {color: #333333}
.Stil22 {color: #666666; }
.Stil3 {color: #5A9FC8}
.Stil24 {font-size: 12px}
.Stil25 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.Stil26 {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.Stil27 {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}
