@charset "utf-8";

h1 {
	font-size: 13px;
}
h2 {
	font-size: 13px;
}

h3 {
	font-size: 13px;
}

#dd {
	line-height: 20px;
}

.bodytext {
 	font-family:  Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Globales href */
a {
	color: #9c0002;
	text-decoration:none;
}
/* Formatierung des Counters */
#counter {
	/* TODO */
}
/* Formatierung des linken Banner Bildes */
#banner {

	width:130px;
	height:70px;
	margin-left: 8px;
	
}
/* Abstand des Banners zur Navi */
#breaker {
	margin-top:50px;
}
/* Globale Einstellungen */
html, body {
	background-color: #ffffff;
	margin-top: 0px;
	padding: 0px;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f4f4f4;
	/*height: 100%;*/
}
/* Farbe und Formatierung des Textes innerhalb des Inhaltes  */
.body_text {
	color: #9c0002;
}

/* Korrektur Gerfried für IE 6 center Problem */
#page {
 position:absolute;
 top:0px;
 left:50%;
 width:815px;
 margin-left:-407.5px;
 height:auto;
 /* height: 100% */
}


/* Schatten rund um die Webseite herum ;-)  */
#shadow {
	background-image: url(images/bg_linie.jpg);
	background-repeat: repeat-y;
	width: 815px;
	margin: 0 auto;
	height:90% ;
}
/* Keine Ahnung warum der noch benÃ¶tigt wird !? */
#header {
	width: 815px;
	height: 166px;
	margin: 0 auto;
}
/* Formatierung des Headerbildes (ganz oben auf der Webseite) */
#header_1 {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width: 815px;
	height: 166px;
	margin: 0 auto;
}
/* Globaler Formatierungs DIV */
#con2 {
clear:both;
	width:815px;
	margin: 0 auto;
	height: 100%;
}
/* Globaler Formatierungs DIV */
#container {
  width: 815px;
  height:100% ;
 clear:both;
}
/* linke Navigations Seite*/ 
#navigation {
	width: 160px;
  float: left;
	height: auto;
	padding-left : 26px;
	padding-top: 5px;
}
/* linke Navigation Link-Formatierung */
.leftnavlinks {
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #9c0002;
	text-decoration:none;
}
/* Formatierung der AbstÃ¤nde um Inhaltscontainer */
#inhalt {
	 width:560px;
	 min-height:400px;
	 float:left;
	 margin:0px 0px 0px 0px;
	 padding:10px 5px 25px 15px;
}
/* Formatierung der AbstÃ¤nde (Text) im Inhalt */
#inhalt_text {
	padding-left:25px;
	padding-top:10px;
	height:auto;
	padding-bottom:25px;
}
/* Einen Footer, wenn er einmal benÃ¶tigt wird */
#footer {
  clear: both;
	background-image:url(images/footer_line.jpg);
	background-repeat:repeat-y;
	width: 815px;
	height: 20px;

}

#footer_text {
	color:#f4f4f4;
	font-size: 10px;
	font-weight:normal;
	text-align:center;
	padding-top:2px;
}

/* Derz. keine Funktion */
.header_txt {
	color: #9c0002;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
}
/*  dieses Zeuch hier gestaltet den geschlossenen Navi-Container
		Man kÃ¶nnte noch eine Haarlinie definieren, einen Link oder sonstiges.
		Nur so drinnen, falls es einmal benÃ¶tigt wird .....
		It's not a feature it's a BUG ;-)
*/
/* left container */
#l_first{
padding-top:0px;
margin-top:0px;
	margin-left:0px;
}
#lopen 		{background-image:url(images/boxen_header.gif); background-repeat:no-repeat; width:145px; height:29px;}
#lbottom 	{background-repeat:no-repeat;width:145px;height:23px;}
#lleft 		{background-repeat:repeat;width:145px;height:auto;  background-color:#ffffff}
#linhalt 	{margin-left:5px;padding-top:5px; padding-bottom:5px; background-color:#ffffff;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight: normal;
						color: #9c0002;
}
#lheadline{margin-left:5px;padding-top:5px; font-weight:bold; color:#ffffff;}
#lfooterline{margin-left:27px;padding-top:6px; font-weight:normal; color:#3a4a6b; font-size:10px;}
/* left container end */
