﻿/* ---------------  ---------------*/
html * { 
			margin: 0; 
			padding:0; 
		}

body {
	background: url("images/bg_body.jpg") left top repeat-x #fcfcfc;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #333;
}

#page {
	margin: 0px auto 0px auto;
	width:760px;
	text-align: left;
}

hr {
color: #acacac;
height: 1px;
}

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

a:hover{
	color: #C0C0C0;	

}

p
{
padding-right: 15px;
}

h2{
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	color: #bb050c;
	font-size: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

.red{
	margin-left:10px;
	
}

.red .clear{
	padding-bottom:10px;
}

ul.left {
	float: left;
	width: 200px; 
	margin: 0px;
	padding: 0px;
	border: 0px none; 
	list-style-position: inside;
	list-style-type:disc;
	color: #bb050c;	
	position: relative;
    left: 20px;
}

ul.right {
	float: right;
	width: 200px; 
	margin: 0px;
	padding: 0px;
	border: 0px none; 
	list-style-position: inside;
	list-style-type: disc;
	color: #bb050c;	
	position: relative;
    left: 20px;
}
.clear { clear: both; }



/* --------------- Topmenue oben rechts---------------*/
#topmenue {
	clear: left;
	float: left;
	width: 740px;
	height: 38px;
	overflow: hidden;
}

#topmenue ul {
	clear: both;
	float: right;
	margin: 10px 10px 10px 0px;
	list-style-type: none;
	color: #fff;
	font-size: 12px;
}
#topmenue li {
	float: left;
	list-style-type: none;
	font-size: 12px;
}
#topmenue li a{
	margin: 0px 5px 0px 5px;
	color: #fff;
	text-decoration: none;
}
#topmenue li a:hover.active{
	text-decoration: underline;
}

#topmenue li a.active{
	text-decoration: underline;
}

/* --------------- header---------------*/
#header {
	clear: left;
	width: 760px;
	height: 221px;
	background: url("images/bg_header1.jpg") left top no-repeat #fff;
}
/* --------------- Hauptmenue---------------*/
#hm1 {
	float: left;
	list-style-type: none;
}

#hm1 a{
	display: block;
	width: 140px;
	height: 32px;
	margin: 0px 1px 0px 1px;
	padding: 13px 0px 0px 0px;
	background: url("images/hm_bg1.jpg") left top no-repeat #dad9d9;
	color: #97060c;
	font-weight: bold;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
}
#hm1 a:hover.active{
	background: url("images/hm_bg_active1.jpg") left top no-repeat #535252;
	color: #97060c;
}
#hm1 a.active{
	background: url("images/hm_bg_active1.jpg") left top no-repeat #535252;
	color: #97060c;
}
#hm1 a:hover{
	background: url("images/hm_bg_over1.jpg") left top no-repeat #dad9d9;
}



#hm {
	float: left;
	clear: left;
	width: 660px;
	height: 39px;
	margin: 182px 0px 0px 0px;
	overflow: hidden;
}
#hm ul{
	margin: 0px 0px 0px 12px;
	list-style-type: none;
}
#hm .hm2{
	float: left;
	list-style-type: none;
}
#hm .hm2 a{
	display: block;
	width: 107px;
	height: 32px;
	margin: 0px 1px 0px 1px;
	padding: 13px 0px 0px 0px;
	background: url("images/hm_bg.jpg") left top no-repeat #dad9d9;
	color: #97060c;
	font-weight: bold;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
}
#hm .hm2 a:hover.active{
	background: url("images/hm_bg_active.jpg") left top no-repeat #535252;
	color: #97060c;
}
#hm .hm2 a.active{
	background: url("images/hm_bg_active.jpg") left top no-repeat #535252;
	color: #97060c;
}
#hm .hm2 a:hover{
	background: url("images/hm_bg_over.jpg") left top no-repeat #dad9d9;
}

#hm .hm3{
	float: left;
	list-style-type: none;
}
#hm .hm3 a{
	display: block;
	width: 95px;
	height: 32px;
	margin: 0px 1px 0px 1px;
	padding: 13px 0px 0px 0px;
	background: url("images/hm_bg2.jpg") left top no-repeat #dad9d9;
	color: #97060c;
	font-weight: bold;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
}
#hm .hm3 a:hover.active{
	background: url("images/hm_bg_active2.jpg") left top no-repeat #535252;
	color: #97060c;
}
#hm .hm3 a.active{
	background: url("images/hm_bg_active2.jpg") left top no-repeat #535252;
	color: #97060c;
}
#hm .hm3 a:hover{
	background: url("images/hm_bg_over2.jpg") left top no-repeat #dad9d9;
}


/* --------------- Intro---------------*/
#intro {
	width: 760px;
	height: 131px;
	background: url("images/bg_intro.jpg") left top no-repeat #000000;
}
#introtext {
	clear: left;
	float: left;
	width: 660px;
	margin: 20px 0px 0px 49px;
	line-height: 1.5em;
	color: #ffffff;
	text-align: justify;
}
#introtext h1{
	margin: 0px 0px 6px 0px;
	color: #ffffff;
	font-size: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
}

/* --------------- Content Bereich---------------*/
#ccontent {
	clear: left;
	float: left;
	width: 758px;
	padding: 10px 0px 10px 0px;
	border-left: 1px solid #ecedec;
	border-right: 1px solid #ecedec;
	background: #ffffff;
}
#submenue {
	float: left;
	width: 190px;
	margin: 10px 20px 10px 15px;
	font-size: 11px;
	border-right: 1px solid #C0C0C0;
	padding-right: 5px;
	text-align: justify;
}
#submenue h2{
	margin: 0px 15px 5px 0px;
	color: #bb050c;
	font-size: 150.00%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
}
#submenue ul{
	list-style-type: none;
	border-top: 1px solid #ccc;
}

#submenue li{
	list-style-type: none;
}
#submenue li a{
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 4px 0px 4px 20px;
	background: url("images/pointer_gray.gif") left 8px no-repeat #fff;
	border-bottom: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}
#submenue li a:hover{
	background: url("images/pointer_green.gif") left 8px no-repeat #fff;
	color: #7fae00;
}
#submenue li a:hover.active{
	background: url("images/pointer_red.gif") left 8px no-repeat #efefef;
	color: #535252;
}


#submenue li a.active{
	background: url("images/pointer_red.gif") left 8px no-repeat #efefef;
	color: #535252;
}


#content {
	float: right;
	width: 470px;
	margin: 5px 20px 0px 0px;
	line-height: 1.7em;
}
#content p{
	margin: 0px 0px 20px 0px;

}
#content a{
	color: #bb050c;
}
#content h2{
	margin: 0px 10px 10px 0px;
	color: #bb050c;
	font-size: 22px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
}

#content h3{
	margin: 0px 0px 10px 0px;
	color: #bb050c;
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
}
#content p.infobox{
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 20px;
	background: #efefef;
}

#content ul {
	line-height: 20px;
	color: #666666;
	margin-left: 20px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0px 0px 0px 5px;
}


/* --------------- Fusszeile ---------------*/
#footer {
	clear: left;
	/*background: url("images/footerbg2.gif") 0 0 no-repeat ;*/
	background: url("images/bg_body.jpg") repeat-x #fcfcfc;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	height: 77px;
	color: #fff;
	position: relative;
}

#footer hr{
	width:756px;
	margin-left:1px;
}

#footer p.copyright {
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
}
#footer p.copyright a{
	color: #000000;
}

#footerhtml
{
width:69px; 
height:23px; 
display:block;
float:left;  
text-align:left;
margin-right:10px;

}
#footerhtml a
{
width:69px; 
height:23px;
display:block; 
background:url("images/html-normal.gif") 0 0 no-repeat #000000; 
color:#fff; 
font-size:10px; 
line-height:23px; 
font-weight:bold; 
text-decoration:none;
text-transform:uppercase; 
padding:0 0 0 5px;

}
#footerhtml a:hover
{
background:url("images/html-hover.gif") 0 0 no-repeat #303030; 
color:#fff;
}

#footercss
{
float:left;
width:59px; 
height:24px; 
display:block; 
text-align:left;
margin-right:10px;
}

#footercss a
{
width:59px; 
height:24px; 
display:block; 
background:url("images/css-normal.gif") 0 0 no-repeat #5b0506; 
color:#fff; 
font-size:10px; 
line-height:24px; 
font-weight:bold; 
text-decoration:none; 
text-transform:uppercase; 
padding:0 0 0 5px;
}

#footercss a:hover
{
background:url("images/css-hover.gif") 0 0 no-repeat #5b0506; 
color:#fff; 
text-decoration:none;
}

#footerImages{
	width:276px;
	margin:0 auto;
	margin-top: 10px;
}

#footerakw{float:left; text-align:left; width:118px; height:23px; display:block; margin-right:10px;}
#footerakw a{width:118px; height:23px; display:block; background:url("images/akw-normal.gif") 0 0 no-repeat #000000; color:#fff; font-size:10px; line-height:23px; font-weight:bold; text-decoration:none;text-transform:uppercase; padding:0 0 0 5px;}
#footerakw a:hover{background:url("images/akw-hover.gif") 0 0 no-repeat #303030; color:#fff;}



/* --------------- Formulare ---------------*/
form {
	clear: left;
	line-height: normal;
}
label {
	clear: left;
	float: left;
	margin: 10px 0px 0px 0px;
}
label.plabel {
	font-weight: bold;
}
textarea {
	clear: left;
	float: left;
	width: 465px;
}
select {
	clear: left;
	float: left;
	width: 465px;
}
input {
	clear: left;
	float: left;
	width: 465px;
}
input.submit {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}
input.reset {
	width: auto;
	margin: 10px 0px 0px 0px;
}
