@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif, Verdana ;
	font-size:16px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #4e4e4e;
	background-color: #e7e5ff; 
	background-image: url('../images/bg_body.gif'); 
	background-repeat: repeat-x; 
	background-position: left top;
    }
/***************************************** Überschriften*/	
h1 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #e20020;
	}
h2 {
	margin: 0 0 5px 0; 
	padding: 0; 
	font-size: 1.4em; 
	font-weight: normal; 
	color: #4e4e4e; 
	}
h3 {
	color: #4e4e4e;	
	font-size:1.2em; 
	font-weight: bold; 
	margin:0; 
	padding:0
	}
h4 {
	font-size:70%; 
	font-weight: bold; 
	margin:0; 
	padding-top:5px; 
	text-align:center;
	}
	
					h5 {color: #cc3433; font-size:1.0em; font-weight: bold; margin:0 0 1px 0; padding:0}
					h6 {color: #cc3433;; font-size:1.0em; font-weight: bold; margin:10px 0px 0px 0px; padding:0}
					
/***************************************** Absatz*/	
p {
	margin: 0pt 0pt 15px 0px;
	}
	
/***************************************** Links*/		
a {
	color:#A00000;
	line-height:22px; 
	text-decoration: none;
	}
a:hover {
	color:#222222;
	line-height:22px;
	font-weight:bold; 
	text-decoration: none;
	}
a.partner {
	color:#A00000;
	font-weight:bold;
	font-size:15px;
	text-decoration: none;
	text-transform: none; 
	}
a.partner:hover {
	color:#222222;
	text-decoration: underline;
	}
	
/***************************************** Formatierung Bilder*/	
img {
	border:none
	}
img.link {
	float:left; margin:3px 10px 0 2px;}
.bildrahmen {
	padding: 0px 5px 0px 5px ;
	margin: 7px 10px 0 0;
	border:#838383 1px solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	font-size:70%;
	float:left;
	}	
/***************************************** Listen*/		
ul { 
	display: inline-block; 
	margin: 15px 0 0 10px; 
	list-style: url('../images/pfeil.gif');	
	padding: 0px 0px 0px 15px;
	}
li {
	padding:0;
	margin-bottom:10px;
	}
	
/***************************************** Trennlinie*/		
hr { 
	size:               1px; 
	height:             2px;
	background-color:	#FFFFFF;
	border:				none;
	border-top:         1px solid #A00000;
	margin-top:			12px;
	}

/****************************************************************** Main Container */	
.thrColFixHdr #container { 
	width: 960px;  
	background: #dadada;
	margin: 20px auto; 
	text-align: left;
    }
			
/****************************************************************** Container für die Navigation*/	
.thrColFixHdr #navcontainer {
	height:67px;
	width:960px;
	}
#navcontainer .topnavieckelinks {
	background-image:url('../images/bg_navi_ecke_links.gif'); 
	background-repeat:no-repeat;
	float: left;
	width:19px;
	height:67px;
	}
#navcontainer  .topnavi {
	background-image:url('../images/bg_navi.gif'); 
	background-repeat: repeat-x;
	float:left;
	height:67px;
	width:922px; 
	}
#navcontainer .topnavieckerechts {
	background-image:url('../images/bg_navi_ecke_rechts.gif'); 
	background-repeat:no-repeat;
	float:left;
	width:19px;
	height:67px; 
	}

/****************************************************************** Hintergrund Header */
.thrColFixHdr #header {
	height:437px;
	background: url('../images/bild_flash.jpg') no-repeat;
	background-color: #e20020;
	background-position: 175px 7px;
    } 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
    }
	
/****************************************************************** Logo */	
.thrColFixHdr .logokomplett {
	position:absolute; 
	left:50%; 
	top: 27px; 
	width: 142px; 
	height: 100px; 
	margin-left:-455px;	
	text-align:center; 
	z-index: 2; 
	}
.thrColFixHdr #header .logomann {
	position:absolute; 
	left:50%; 
	top: 168px; 
	background: url('../images/logo_mann.gif') no-repeat;
	width: 267px; 
	height: 267px; 
	margin-left:-470px;	
	text-align:center; 
	z-index: 2;
	}
	
/****************************************************************** Header Abschluss*/		
.headerschatten {
	background: url('../images/headerschatten.gif') repeat-x;
	height:3px;
	width:960px; 
	}	
	
/****************************************************************** Mini Nav */		
#mininav {
	font-size:70%;
	margin:3px 20px 0 20px;
	padding-bottom: 3px;
	margin-bottom: 9px;
	border-bottom: #CCC 1px solid;
	}
#mininav a{
	margin: 0 5px 0 5px;
	}

/****************************************************************** Hintergrund Main*/	
.rahmen {
	font-family: Arial, Helvetica, sans-serif, Verdana ;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	padding:3px 0 20px 0;
	} 
div.wrapper {
	width: 958px; 
	min-height: 400px; 
	height: auto; 
	height: 100%;	
	margin: 0px auto;
	background: url('../images/wrapper.gif') repeat-y;
	}
	
/****************************************************************** Sidebar 1*/		
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 211px;
	padding: 0 20px 0 23px;
	margin-top: 25px; 
    }
.thrColFixHdr #sidebar1 a{
 	color:#222222;
	line-height:22px; 
	text-decoration: none;
   }
.thrColFixHdr #sidebar1 a:hover {
	color:#A00000;
	line-height:22px;
	font-weight:bold; 
	text-decoration: none;
	}
	
/****************************************************************** Sidebar 2*/		
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 248px; 
	padding: 0 10px 0 30px;
	margin-top: 25px;
    }
.thrColFixHdr #sidebar2 hr { 
	size:               1px; 
	height:             2px;
	background-color:	#FFFFFF;
	border:				none;
	border-top:         1px solid #A00000;
	margin:				22px 0 16px 0;
	}
	
.thrColFixHdr #sidebar2 H3{
	margin-bottom: 8px;
    }	
.thrColFixHdr #sidebar2 .download{
	font-family:Tahoma;
	font-size:0.8em;
	padding: 5px 0 0 5px;
	width:90%;
	border-bottom:#999999 1px dotted;
	border-top:#999999 1px dotted;
	}	
	
/****************************************************************** Maincontent*/		
.thrColFixHdr #mainContentstart { 
	margin: 0 295px 0 261px; 
	padding: 0px 20px;
    }
.thrColFixHdr #mainContent .rahmen {
	border: #999999 1px solid;
	padding:3px;
	display: inline-block;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	} 
	
/****************************************************************** Welle*/		 
.welle {
	background: url('../images/welle.gif') no-repeat;
	height:53px;
	}
		
/****************************************************************** Footer*/					
.thrColFixHdr #footer { 
	padding: 0;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background:#dadada;
	height:81px;
    }
.thrColFixHdr #footerleft {
	float: left; 
	width: 252px;
	height:49px;
	padding: 0;
	border-right: #999999 2px solid;
	margin: 10px 30px 0 0;
	}
.thrColFixHdr #footer p {
	text-align:left;
	margin: 0;
	font-weight:normal;
	font-size:12px;
	line-height:25px; 
	padding: 14px 20px 0 0 
	}		 
.thrColFixHdr #footer a{
	font:Arial, Helvetica, sans-serif bold;
	font-size:12px;
	padding: 0 2px 0 2px;
	color:#A00000;
	font-weight:bold;  
	}
.thrColFixHdr #footer a:hover{
	font:Arial, Helvetica, sans-serif bold;
	font-size:12px;
	padding: 0 2px 0 2px;
	color:#222222;
	text-decoration:underline;  
	}
.thrColFixHdr .footerleft {
	margin: 0; 
	padding: 15px 0 0 30px; 
	}
	
/****************************************************************** Verschiedene Klassen*/		
.floatboxstart { overflow:hidden; }

/***************************************** Kasten um Bild*/	
#bildkasten {
	float:left;
	background-color:#f3f3f3;
	height:100%;
	width:90%;
	font-size:80%;
	padding: 7px 10px;
	margin: 10px;
	border:#838383 1px solid;
	display: inline-block;
	}	
#bildkasten img{
	border:#838383 1px solid;
	}	
#bildkasten p {
	font-weight: bold; 
	margin:0; 
	padding:0; 
	}	
#bildkasten a {
	font-size:90%;
	font-weight: bold; 
	color:#A00000;
	line-height:22px; 
	text-decoration: none;
	}	
#bildkasten a:hover {
	color:#222222;
	line-height:22px;
	font-weight:bold; 
	text-decoration: underline;
	}	
	
/***************************************** Floats*/		
.fltrt { 
	float: right;
	margin-left:8px;
    }
.fltlft {
	float: left;
	margin-right:8px;
    }
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
    }
