@charset "utf-8";
/* Alle Schriftgrößen einheitlich auf Standardgröße (16 Pixel zurücksetzen */
html * { font-size: 100.01% }

/* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
* { margin:0; padding: 0 }

/* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
option { padding-left: 0.4em }

/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
html { height: 100% }
body {
    min-height: 101%;

/* Standardschriftgröße von 12 Pixeln */
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
 
/* (de) Vorgabe der Standardfarben und Textausrichtung */
    color: #3b3b3b;
    background: #e5e5e5;
    text-align: left;
  }

/* Rahmen für <fieldset> und <img> Elemente löschen */
fieldset, img { border: 0 solid}  


/* ### Überschriften Formatierungen ### */
h1,h2,h3 { font-weight:normal; margin: 0 0 0.25em 0; }
h1 { font-size: 200% }                        /* 24px */
h2 { font-size: 166.67% }                     /* 20px */
h3 { font-size: 150% }                        /* 18px */
h4 { font-size: 133.33% }                     /* 16px */
h5 { font-size: 116.67% }                     /* 14px */
h6 { font-size: 116.67%; font-style:italic }  /* 14px */

/* ### Absätze ### */
p { line-height: 1.5em; margin: 0 0 1em 0; }

/* ### Links (Allgemein) ### */
a { color: #3b79b1; text-decoration: none; }

/* ### Lists | Listen  #### */
ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

ul li ul li { list-style: disc; color: #3b79b1; }

/* ### text formatting | Textauszeichnung ### */
cite, blockquote { font-style:italic }
blockquote { margin: 0 0 1em 1.5em }

strong,b { font-weight: bold }
em,i { font-style:italic }

/* ### Formular ### */
.left {
 float: left;
 text-align: left;
 width: 50px;
 margin-right: 2%;
}

input { 
	margin: 0px 5px 10px 0;  
	border: 1px solid #CFD5D9;  
	padding: 1px; 
}

input[type=checkbox] { border: none; }
input[type=submit] { padding: 3px 10px 3px 10px; margin-top: 6px; }

textarea { width: 385px; border: 1px solid #CFD5D9; }

.label { padding: 0 15px 5px 0; }

/* ### Skip Links ### */
.skip, .hideme {
   position: absolute;
   top: -1000em;
   left: -1000em;
   height: 1px;
   width: 1px;
  }

.skip:focus, .skip:active {
   position: static;
   top: 0;
   left: 0;
   height: auto;
   width: auto;
  }
  
/**
 *
 * |-------------------------------|
 * | #header  762px                |
 * |-------------------------------|
 * | #col1   | #col2               |
 * | 258 px  | flexible            |
 * |-------------------------------|
 * | #footer                       |
 * |-------------------------------|
 */
 
#page_margins { width: 762px; margin: 50px auto; }
#page{ background: #e5e5e5 url("grafiken/bg_mitte.gif") top left repeat-y; } 

#header { 
	position:relative; 
	height: 200px; 
	background: url("grafiken/bg_oben.gif") top left no-repeat;
	text-align: right; 
   }
   
#logo { margin: 0 24px 60px 0; }

#topnav {
   position:absolute;
   top: 226px;
   left: 24px;

/* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
   text-align: left;
   color: #424224;
  }
* html #topnav { top: 230px; }
  
#topnav a { color: #424224; text-decoration:none; }
#topnav a:hover { text-decoration: none; color: #3b79b1; }
#topnav .active a { color: #3b79b1; }

#nav { clear:both; width: 758px; margin-left: 2px; }
#main { clear:both; width: auto; }

#col1 { float: left; width: 258px; padding-top: 22px; }
#col1_bild { float: left; padding-top: 33px; }
#col2 { margin: 0 0 0 262px; padding: 30px 60px 42px 0px; }

/* Absicherung für die Positionierung von #footer */
#footer { clear:both; display:block; background: #e5e5e5; margin-top: -12px; font-size: 80%; }
* html #footer { width: 762px; }
#footer p { padding: 0 0 0 24px; line-height: 1.0em; }
#footer a { color: #748698; text-decoration: none; }

/* Anpassung: #col2 mittels z-index hinter die float-Spalten verschieben */
#col1 {z-index: 3}
#col2 {z-index: 1}
#col1_content {z-index: 4}
#col2_content {z-index: 2}

#col1_content, #col2_content { position:relative }

/* Box in col1_content */
#col1_content {
	margin-left: 24px;
	margin-bottom: 40px;
	padding-bottom: 60px; 
	width: 210px;
	background: url("grafiken/box_bottom.gif") no-repeat bottom left; 
	}
	
#col1_content h3 {
	background: url("grafiken/box_top.gif") no-repeat top left;
	margin: 0;
	padding: 12px 24px 4px 12px;
	color: #424224;  
    }

#col1_content address {
	margin: 0 24px 0 12px;
	padding: 4px 0;
	border-top: 1px solid #ced0d3;
	border-bottom: 1px solid #ced0d3;
	color: #424224;
	font-style: normal;
	}
	
/* Navigation im blauen Kasten */
#col1_content ul {
	background: url("grafiken/box_top.gif") no-repeat top left;
	list-style: none;
	margin: 0;
	padding: 12px 24px 0 12px;
	color: #d4d8de;  
    }
	
#col1_content li {
	border-bottom: 1px solid #d4d8de;
	margin: 0;
	}
	
#col1_content li a {
	color: #424224;
	font-size: 116.67%;
	text-decoration: none;
	padding: 6px 0 6px 2px;
	line-height: 1.5em;
	}
	
#col1_content li a:hover,
#col1_content li a:active,
#col1_content li a:focus {
	color: #3b79b1; 
	}
	
#col1_content .current { color: #3b79b1; }
	

	


/**
 *
 * ### Hauptnavigation mittels Sliding Technik ###
 *
 */
 
#nav_main {
  background: transparent url("grafiken/navi/bg.gif") repeat-x bottom;
  float: left;
  width: 100%;
  padding-top: 20px;
 }

#nav_main ul {
  line-height: 1em;
  list-style: none;
  margin: 0;
  padding: 0 0 0 257px;
  white-space: nowrap;
 }

#nav_main li {
  background: #9dbcd8 url("grafiken/navi/left.gif") no-repeat top left;
  border-bottom: 1px solid #d2d8de;
  float: left;
  margin: 0 3px 0 0;
  padding: 0 0 0 8px;
 }

#nav_main a,
#nav_main strong {
  background: transparent url("grafiken/navi/right.gif") no-repeat top right;
  color: #000;
  display: block;
  font-weight: normal;
  padding: 5px 30px 2px 0px;
  text-decoration: none;
  text-transform: none;
  width: auto; /* only IE 5.x */
  width/**/:/**/ .1em; /* only IE 6.0 */
  font-size: 116.64%;
 }
 
#nav_main > ul a,
#nav_main > ul strong { width: auto; }
#nav_main ul li:focus,
#nav_main ul li:hover,
#nav_main ul li:active {
  background-color: #3b79b1;
  background-position: 0 -150px;
 }

#nav_main li:focus a,
#nav_main li:hover a,
#nav_main li:active a { background-position: 100% -150px; }

#nav_main a:focus,
#nav_main a:hover,
#nav_main a:active { background-color: transparent; color: #fff; }

#nav_main #current {
  background: white url("grafiken/navi/left_on.gif") no-repeat top left;
  border: 0;
 }

#nav_main #current a,
#nav_main #current strong {
  background: transparent url("grafiken/navi/right_on.gif") no-repeat top right;
  color: #fff;
  font-weight: normal;
  padding-bottom: 2px;
  padding-top: 5px;
 }
 
 #faq_tb{
  width:15px;
  height:35px;
 }
 
.col1_bild {
	padding-left: 25px;
}
 .col1_bild img{
  border: 1px #999999 solid;
}

