/* ######################################################################################################
** ### Vorbereitende Maßnahmen | Reset ##################################################################
** ######################################################################################################
*/
	/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
	*/
	
	* { margin:0; padding: 0; } 

	/* Das zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
	option {padding-left: 0.4em}
	
	/*
	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
	*/
	
	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
	html { height: 100% } 
	body { 
		min-height: 101%;	
	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
		font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser 
			Fensters geändert wird. */
		position: relative; 
	
	/* Vorgabe der Standardfarben und Textausrichtung*/     
		color: #000;        
		background: #fff;
		text-align: left; 
	} 
	
	/* Standardrahmen zurücksetzen */
	fieldset, img { border:0; }
	
	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
	select, input, textarea { font-size: 99% }
	
	
/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-Lösungen ###########################################################
** ######################################################################################################
*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe benötigt der Safari-Browser zwingend !! */
	.clearfix { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
	#ie_clearing { display: none }
	

	
/* ####################################### Ende Clearing ####################################### */
	
	
	
body { 
	background: #edeff7; 
	background-image: url(../image/hintergrund.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}

/* Layoutpositionierung | Randgestaltung */
#page_margins {
	width: 889px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#page{ background: #fff; }

/* Formatierung der Kopfbereiches */

#header { 
	position:relative;
	color: #fff; 
	padding: 0px;
	height: 107px;
	background-image: url(../image/header_hg2.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	 }
	 
#logo {
	margin: 0;
	padding: 0;
	height: 95px;
	width: 317px;
	background-image: url(../image/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



#headerbildcontainer { 
	clear:both; 
	width: auto; 
	padding-bottom: 5px;
	background: #dee0e2;
	}


#headerbild {
	clear:both; 
	margin: 0px;
	padding: 0px;
	height: 131px;
	width: 889px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	}
	
#headerbild h1 {
	padding: 48px 0 0 40px;
	font-family:"Lucida Grande", Arial, san-serif, Verdana;
	font-size: 26px;
	color: #5b668b; 
	font-weight: normal;
	}

#headerbild h1 #subtitel {
	padding: 0 0 0 110px;
	font-family: Times, serif;
	font-size: 26px;
	color: #7d7c7c; 
	font-weight: normal;
	}
	
	
#headerbild h1 #subtitel2 {
	padding: 0 0 0 200px;
	font-family: Times, serif;
	font-size: 26px;
	color: #7d7c7c; 
	font-weight: normal;
	}
	
#main { 
	background: #fff; 
	padding: 40px 0 20px 0; 
	font-family:"Lucida Grande", Arial, san-serif;
	font-size: 12px;
	}
	

	
	
	
/* ######################################################################################################
** ### Skiplink-Navigation ##############################################################################
** ######################################################################################################
*/

.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}

	
	
/* ####################################### Spaltenformatierung ####################################### */
	
#col1 {
		float: left;
		width: 25%;  /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	}
#col1_content { padding-left: 20px; padding-right: 10px; }
	
#col2 {
		float:right; 
		width: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */

	}
#col2_content {	padding-left: 10px; padding-right: 10px; display:none; }
	
#col3
	{
		width:auto;
		margin-left: 25%; margin-right: 0; border-right: 0
	}
	
#col3_content { padding-left: 10px; padding-right: 20px; }


/* ####################################### Ende Spaltenformatierung ####################################### */
	
#footer { 
	clear:both; /* Backup für IE-Clearing */
	background-color: #dde2ef; 
	color:#3b3f5b; 
	padding: 10px 15px 10px 15px; 
	font-family:"Lucida Grande", Arial, san-serif;
	font-size: 12px;
		text-align: center;
	}	
	
#footer a { 
	clear:both; /* Backup für IE-Clearing */
	color:#3b3f5b; 
	font-family:"Lucida Grande", Arial, san-serif;
	font-size: 12px;
	text-decoration: none;
	}	
	
#footer a:hover { 
	text-decoration: underline;
	color:#07017b; 
	}	

/* ####################################### Navigation ####################################### */

.navigation {
	margin-bottom:30px;
}

.navigation {
	margin-bottom:30px;
}

.navigation ul,
.navigation li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size: 13px;
}

.navigation a {
	color: #1f3694;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
	color: #0000CC;
}

/* ####################################### Ende Navigation ####################################### */




#main h2 {
	margin:0px 0px 15px 0px;
	padding:0px 0px 2px 0px;
	font-family:"Lucida Grande", Arial, san-serif, Verdana;
	color: #5b668b; 
	font-weight: normal;
}

#main h2 a {
	color: #5b668b;
	text-decoration:none;
	font-weight: normal;
}

#main h2 a:hover {
	text-decoration:underline;
}

.navigation {
	margin-top: 4px;
}

.navigation h2 {
	font-size: 18px;
}

#main #col3 h2 {
	font-size: 22px;
}

#main h3 {
	margin: 20px 0 7px 0;
	color: #5b668b;
	font-size:16px;
	font-weight: bold;
	font-family:"Lucida Grande", Arial, san-serif;
}

#main #col3 p a {
	color: #5b668b;
	text-decoration:underline;
	font-weight: normal;
}

#main #col3 p a:hover {
	color: #0000CC;
	text-decoration:underline;
	font-weight: normal;
}



.absatz, .absatz_image_float {
	margin-bottom:30px;
}

.absatz a {
	border: 0px;
}

#col3 p {
	margin-bottom:10px;
}

.absatz ul, .absatz_image_float ul {
	margin-left:25px;
	margin-bottom:10px;
}

.absatz li, .absatz_image_float li {
	margin-bottom:5px;
}

.float_image_left {
	padding-right:9px; 
	float:left;
	margin-bottom:10px;
}
.float_image_right {
	padding-left:9px; 
	float:right;
	margin-bottom:10px;
}

.image_center {
	text-align: center;
}


/* ####################################### Clearing image absatz float ####################################### */
	
		/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .absatz_image_float:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe benötigt der Safari-Browser zwingend !! */
	.absatz_image_float { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.absatz_image_float { overflow:hidden; }
	
	/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
	#ie_clearing { display: none }
	
/* ####################################### Ende Clearing image absatz float ####################################### */