@charset "utf-8";
/* Hörgeräte an der Keisereiche Standard Styles 1.0 by Oskar weinberger www.skarweb.de 2009*/


body  {
    	font: 100% Georgia, Helvetica, sans-serif;
		font-size:12px;
		color: #58585a;
    	background: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
	
    #main_container { 
    	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
    	width: 910px;
    	margin: 10px 0px 50px 0px;
		padding: 0 0 50px 0;
    	text-align: left;
		
    } 
    #sidebar_left {  /* Container liunks */
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 198px;
    	padding: 0px 0px 50px 0px;
		margin: 0px 0px 50px 0px;
    }
    #sidebar_right { /* Container rechts */
    	position: absolute;
    	top: 0;
    	right: 0;
    	width: 358px;
    	padding: 0px 0px 50px 0px;
		margin: 0px 0px 0px 0px;
    }
	
	
    #Content {  /* Hauptcontent Mitte */
    	margin: 0px 360px 0px 205px; /* Der rechte und der linke Rand dieses div-Elements erstellt die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. */
    	padding: 10px 0px 0px 0px;
    }
	


/* ------------------------------------------- */
/* ------------------------------------------- */
/* Header bereich der Seite */

#head { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	height:146px;
	width:961px;
}

#logo { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:350px;
	float:left;
}

#headbild { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:610px;
	float:left;
}

#redstripe { 
	font-size:11px;
    color:#FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 25px;
	background-image:url(../img/red_stripe_back.jpg); 
	background-repeat:repeat-x; 
	height:28px;
	clear:left;
}

#redstripe_case { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:910px;
}

#redstripe_adress { 
    color:#FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float:left;
}

#redstripe_impress { 
    color:#FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float:right;
	text-align:right;
}

#redstripe_impress a {
	color: #FFFFFF;
	text-decoration: none;
}

#redstripe_impress a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* Ab hier die Styles für das linke Hauptmenue */

#navcontainer { 
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #58585a;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { 

		margin: 0 0 0 0;

}

#navcontainer a {
	display: block;
	padding: 0px 0px 0px 25px;
	width: 169px;
	color: #58585a;
	background-color:transparent;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
}

#navcontainer a:hover {
	color: #d63247;
	background-color: transparent;
	text-decoration: none;
}

#navcontainer .current {
	display: block;
	padding: 0px 0px 0px 25px;
	width: 169px;
	color: #d63247;
	background-color: transparent;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
}

#navcontainer .current:hover{
	display: block;
	padding: 0px 0px 0px 25px;
	width: 169px;
	color: #d63247;
	background-color: transparent;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
}

#navcontainer ul ul{
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: none;
}

#navcontainer ul ul li { margin: 0 0 0 0; }

#navcontainer ul ul a {
	display: block;
	padding: 0px 0px 0px 35px;
	width: 159px;
	color: #58585a;
	line-height: 22px;
	height: 22px;
	background-color: transparent;
	text-decoration: none;
	background-image:url(../img/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position: 25px 6px;
}

#navcontainer ul ul a:hover {
	color: #d63247;
	background-color: #transparent;
	text-decoration: none;
}

#navcontainer .subcurrent {
	display: block;
	padding: 0px 0px 0px 35px;
	width: 159px;
	color: #d63247;
	background-color: transparent;
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	background-image:url(../img/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position: 25px 6px;
}

#navcontainer .subcurrent:hover {
	display: block;
	padding: 0px 0px 0px 35px;
	width: 159px;
	color: #d63247;
	background-color: transparent;
	text-decoration: underline;
	line-height: 22px;
	height: 22px;
}

/* Ende der Styles für das linke Hauptmenue */
	
	


	
/* ------------------------------------------- */	
/* ------------------------------------------- */	
/* ------------------------------------------- */	
/* Ab hier standard formatierungs Styles fuer Texte, Hovers und Headlines usw */





h1 { 
	font-size:12px;
	color: #d63247;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
	line-height: 22px;
}
 
h2 { 
    font-size:12px;
	color: #d63247;
	font-weight:normal;
    margin: 0;
    padding: 0 0 0 0;
	line-height: 22px;
}
 
h3 {
    font-size:12px;
	color: #58585a; 
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
	line-height: 22px;
}

h4 {  /* Blaue headline ohne Umbruch zum integrieren innerhalb eines textblockes */
    font-size:12px;
	color: #d63247; 
    margin: 0;
    padding: 0 0 0 0;
	line-height: 22px;
	display:inline;
}

p { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 22px 0px;
}

a {
	color: #d63247;
	text-decoration: none;
}

a:hover {
	color: #d63247;
	text-decoration: underline;
}

.grey_big {
	color: #58585a;
	font-weight:bold;
}

.red_big {
	color: #d63247;
	font-weight:bold;
}

.red_thin {
	color: #d63247;
}

.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}





/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* Mittlerer Content textbox ---- Haupttextfenster */

#ContentText { 
	color: #58585a;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 0px 0px;
	font-size:12px;
	line-height: 22px;
}

#ContentText p { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#ContentText a {
	color: #d63247;
	text-decoration: none;
}

#ContentText a:hover {
	color: #d63247;
	text-decoration: underline;
}

#ContentText ul {
	margin: 0 0 0 0;
	padding: 0px 0px 22px 0px;
	list-style-type: none;
}

#ContentText ul li {
	
	background-image: url(../img/list_dot_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding:0px 0px 0px 10px;
	margin: 0 0 0 0; 
	line-height: 22px;
}

#ContentText ul li a {
	text-decoration: none;
	color: #d63247;

}

#ContentText ul li a:hover {
    text-decoration: underline;
	color: #d63247;
}



#ContentText ul ul{
	margin: 0 0 0 0;
	padding: 0px 0px 22px 5px;
	list-style-type: none;
}

#ContentText ul ul li {
	
	background-image: url(../img/list_dot_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding:0px 0px 0px 10px;
	margin: 0 0 0 0; 
	line-height: 22px;
}

#ContentText ul ul li a {
	text-decoration: none;
	color: #d63247;

}

#ContentText ul ul li a:hover {
    text-decoration: underline;
	color: #d63247;
}






/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* Mittlerer Content text ---- News - Newsdetail - Archiv  */

#ContentText_aktuell { 
	color: #58585a;
    margin: 0px 25px 10px 0px;
    padding: 0px 0px 10px 0px;
	font-size:12px;
	line-height: 22px;
	border-bottom: 1px solid #e8e7e0;
}

#ContentText_aktuell p { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#ContentText_aktuell h1 { 
	font-size:12px;
	color: #d63247;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0px 0;
	
}

#ContentText_aktuell h2 {
    font-size:12px;
	color: #d63247;
	font-weight:normal; 
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
}

#ContentText_aktuell a {
	color: #d63247;
	text-decoration: none;
}

#ContentText_aktuell a:hover {
	color: #d63247;
	text-decoration: underline;
}


#ContentText_aktuell ul {
	margin: 0 0 0 0;
	padding: 0px 0px 22px 0px;
	list-style-type: none;
}

#ContentText_aktuell ul li {
	
	background-image: url(../img/list_dot_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding:0px 0px 0px 10px;
	margin: 0 0 0 0; 
	line-height: 22px;
}

#ContentText_aktuell ul li a {
	text-decoration: none;
	color: #d63247;

}

#ContentText_aktuell ul li a:hover {
    text-decoration: underline;
	color: #d63247;
}


#ContentText_aktuell ul ul{
	margin: 0 0 0 0;
	padding: 0px 0px 22px 5px;
	list-style-type: none;
}

#ContentText_aktuell ul ul li {
	
	background-image: url(../img/list_dot_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding:0px 0px 0px 10px;
	margin: 0 0 0 0; 
	line-height: 22px;
}

#ContentText_aktuell ul ul li a {
	text-decoration: none;
	color: #d63247;

}

#ContentText_aktuell ul ul li a:hover {
    text-decoration: underline;
	color: #d63247;
}


#aktuell_butt_left {
    font-size:11px;
	color: #58585a; 
    margin: 0;
    padding: 0 0 0 0;
	float:left;
}

#aktuell_butt_left a {
	color: #d63247;
	text-decoration: none;
}

#aktuell_butt_left a:hover {
	color: #d63247;
	text-decoration: underline;
}

#aktuell_butt_right {
    font-size:11px;
	color: #58585a; 
    margin: 0;
    padding: 0 0 0 0;
	float:right;
	text-align:right;
	
}

#aktuell_butt_right a {
	color: #d63247;
	text-decoration: none;
}

#aktuell_butt_right a:hover {
	color: #d63247;
	text-decoration: underline;
}

#aktuell_bottom{
    margin: 0px 0 10px 0;
    padding: 10px 0 0px 5px;
	float:left;
	width:310px;
	
}



#aktuell_mehrLesen {
    font-size:11px;
	color: #58585a; 
    margin: 0;
    padding: 0 0 0 0;
	
}

#aktuell_mehrLesen a {
	color: #d63247;
	text-decoration: underline;
}

#aktuell_mehrLesen a:hover {
	color: #d63247;
	text-decoration: none;
}


#aktuell_more_archive_red {
  	font-size:12px;
	color: #d63247; 
    margin: 0;
    padding: 0px 0 0px 0;
	
}

#aktuell_more_archive_red a {
	color: #d63247;
	text-decoration: none;
	font-weight:bold;
}

#aktuell_more_archive_red a:hover {
	color: #d63247;
	text-decoration: underline;
	font-weight:bold;
}




#archiv {
  	font-size:12px;
	color: #58585a;
    margin: 0;
    padding: 20px 10px 0px 0;
	
}

#archiv h1 { 
	font-size:12px;
	color: #d63247;
	font-weight:normal;
    margin: 0px 0 16px 0;
    padding: 5px 0 5px 0;
	line-height:15px;
	display:block;
	border-bottom: 2px solid #e8e7e0;
}
 

#archiv h1 a {
	color: #d63247;
	text-decoration: none;
}

#archiv h1 a:hover {
	color: #d63247;
	text-decoration: underline;
}






/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* Styles fuer die rechte Seite Module */

#sidebar_right_head { 
    padding: 0 0 3px 0;
	margin: 0 0 0 0;
	height:17px;
}

#sidebar_right__foot {
    margin: 0 0 0 0;
    padding: 3px 0 0 0;
	clear:both;
	height:17px;
}

/* Modul Styles fuer die Text Box */
#modul_text {
	font-size:11px;
	font-style:italic;
	line-height: 22px;
	color: #58585a;
    margin: 0;
    padding: 8px 10px 5px 8px;
}

#modul_text h1{
    font-size:11px;
	color: #d63247;
	font-style:italic;
	font-weight:normal;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
	line-height: 22px;
}

#modul_text p { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#modul_text a{
	color: #d63247;
	text-decoration: none;
}

#modul_text a:hover{
	color: #d63247;
	text-decoration: underline;
}



#modul_text ul {
	margin: 0 0 0 0;
	padding: 0px 0px 22px 0px;
	list-style-type: none;
}

#modul_text ul li {
	
	background-image: url(../img/list_dot_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding:0px 0px 0px 10px;
	margin: 0 0 0 0; 
	line-height: 22px;
}

#modul_text ul li a {
	text-decoration: none;
	color: #d63247;

}

#modul_text ul li a:hover {
    text-decoration: underline;
	color: #d63247;
}




/* Modul Styles fuer die Bilder Box */

#modul_bild {
    margin: 0px -10px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#modul_bild img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border:none;
}



/* Modul Styles fuer die Bilder/Text Box */
/* ------------------------------------- */

#modul_bild_text_container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 358px;
	display:block;
	clear:both;
}



/* Modul Styles fuer die Bild Box rechts*/
#modul_bild_halb_rechts {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:170px;
	float:right;
}

#modul_bild_halb_rechts img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border:none;
}

/* Modul Styles fuer die Text Box links*/

#modul_text_halb_links {
    font-size:11px;
	font-style:italic;
	line-height: 22px;
	color: #58585a;
    margin: 0px 0px 0px 0px;
    padding: 8px 5px 5px 8px;
	width:175px;
	float:left;
}

#modul_text_halb_links h1{
    font-size:11px;
	color: #d63247;
	font-style:italic;
	font-weight:normal;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
	line-height: 22px;
}

#modul_text_halb_links p { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#modul_text_halb_links a{
	color: #d63247;
	text-decoration: none;
}

#modul_text_halb_links a:hover{
	color: #d63247;
	text-decoration: underline;
}




/* Modul Styles fuer die Bild Box links*/


#modul_bild_halb_links {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:170px;
	float:left;
}

#modul_bild_halb_links img {
    margin: 0;
    padding: 0;
	border:none;
}

/* Modul Styles fuer die Text Box rechts*/

#modul_text_halb_rechts {
    font-size:11px;
	font-style:italic;
	line-height: 22px;
	color: #58585a;
    margin: 0px 0px 0px 0px;
    padding: 8px 5px 5px 8px;
	width:175px;
	float:right;
}

#modul_text_halb_rechts h1{
    font-size:11px;
	color: #d63247;
	font-style:italic;
	font-weight:normal;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
	line-height: 22px;
}

#modul_text_halb_rechts p { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#modul_text_halb_rechts a{
	color: #d63247;
	text-decoration: none;
}

#modul_text_halb_rechts a:hover{
	color: #d63247;
	text-decoration: underline;
}


/* Modul Styles fuer die Trennlinien Box*/

#modul_trennlinie{
    padding: 0px 0px 0px 0px;
	width:358px;
	height:12px;
	background-image:url(../img/box_trenner.gif);
	background-repeat:no-repeat;
	clear:both;
}



/* Modul Styles fuer das Formular */

#modul_kontakt {
    font-size:11px;
	color: #58585a;
    margin:  0 0 0 0;
    padding:  10px 0 8px 20px;
	background-color:#e9e7e0;
}

#modul_kontakt h1 {
    font-size:12px;
	color: #d63247; 
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
}

#modul_kontakt p {
    margin: 0;
    padding: 0 0 20px 0;
}


#modul_kontakt form{
    padding: 0px 0px 0px 0px;
	margin: 0;
}

#modul_kontakt form h1 {
    font-size:12px;
	color: #d63247; 
    margin: 0 0 0 12px;
    padding: 0 0 5px 0;
}

input { 
  font: 100% Georgia, Helvetica, sans-serif;
  font-size:11px;
  color: #58585a;
  float: left;
  width: 200px; 
  height: 16px;
  line-height:16px;
  padding: 0 0 0 3px;
  margin: 0px 0px 6px 0px;
  border-top: 1px solid #58585a;
  border-right: 1px solid #58585a;
  border-bottom: 1px solid #58585a;
  border-left: 1px solid #58585a;
  background: #ffffff;
}

label {
 float: left;
 width: 95px; 
 height: 16px;
 line-height:16px;
 text-align: right;
 padding: 0;
 margin: 0px 6px 7px 0px;
}

.label_anfrage {
 float: left;
 width: 185px; 
 height: 18px;
 line-height:18px;
 text-align: left;
 padding: 0;
 margin: 0px 8px 4px 0px;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

#formpadding { 
  float: left;
  margin:0px 0px 0px 103px;
  padding: 0 0 2px 0;
}

#formpadding label{ 
  float: left;
 width: 180px; 
 height: 18px;
 line-height:18px;
 text-align: left;
 padding: 14px 0 0 0;
 margin: 0px 0px 3px 0px;
}

.pflichtfeld { 
  font-size:10px;
  color: #58585a;
}

textarea {
  font-size:11px;
  color: #58585a;
  float: left;
  width: 200px; 
  height: 100px;
  line-height:15px;
  background: #ffffff;
  border-top: 1px solid #58585a;
  border-right: 1px solid #58585a;
  border-bottom: 1px solid #58585a;
  border-left: 1px solid #58585a;
  margin:0px 0px 7px 0px;
  padding: 0 0 0 3px;
  float: left;
  scrollbar-base-color:#e9e7e0;
  scrollbar-3d-light-color:#e9e7e0;
  scrollbar-arrow-color:#ffffff;
  scrollbar-darkshadow-color:#e9e7e0;
  scrollbar-face-color:#e9e7e0;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#58585a;
  scrollbar-track-color : #e9e7e0;
}

.submit { /* den Submit-Button */
  font-size:11px;
  color: #ffffff;
  width: 90px; 
  height: 20px;
  line-height:15px;
  background: #bb1023;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #58585a;
  border-bottom: 1px solid #58585a;
  border-left: 1px solid #ffffff;
  margin:0px 0px 0px 101px;
  padding: 0 0 2px 0;
  cursor:pointer;
}

.submit:hover { /* den Submit-Button */
  font-size:11px;
  color: #ffffff;
  background: #bb1023;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #58585a;
  border-bottom: 1px solid #58585a;
  border-left: 1px solid #ffffff;
  cursor:pointer;
}

#error  { /* error feld */
  font-size:11px;
  color: #d63247;
  float: left;
  margin:0px 0px 0px 0px;
  padding: 7px 0px 15px 93px;
  background-image:url(../img/form_error_arrow2.gif);
  background-repeat: no-repeat;
  background-position: 92px 0px;
}

#error .errortext  { /* error text */
  font-size:11px;
  color: #d63247;
  width: 210px; 
  height: 20px;
  line-height:20px;
  background: #e9e7e0;
  border: 3px solid #d63247;
  margin:0px 0px 0px 0px;
  padding: 0 0 0 5px;
}




/* Ab hier die Styles die Sitemap */
#sitemap {
	background:transparent 0px 0px no-repeat;
	margin: 0;
	padding-left: 3px;
}

#sitemap span.none {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#sitemap span.vert {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/map_vert.gif);
}

#sitemap span.last {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/map_last.gif);
}

#sitemap span.midd {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/map_midd.gif);
}

#sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#sitemap ul li a {
	list-style-type: none;
	margin: 0;
	color: #58585a;
	background-color: transparent;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}

#sitemap ul li a:hover {
	list-style-type: none;
	margin: 0;
	color: #d63247;
	background-color: transparent;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}




/* ------------------------------------------- */
/* ------------------------------------------- */
/* Styles für die Startseite */

#head_start { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	height:363px;
	width:961px;
}

#logo_start { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:350px;
	float:left;
}

#headbild_start { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:610px;
	float:left;
}

#redstripe_start { 
	font-size:11px;
    color:#FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 30px;
	background-image: url(../img/start_red_stripe_back.jpg); 
	background-repeat:repeat-x; 
	height:17px;
	clear:left;
}

#redstripe_start_case { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:910px;
}

#redstripe_start_adress { 
    color:#FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float:left;
}

#redstripe_start_impress { 
    color:#FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float:right;
	text-align:right;
}

#redstripe_start_impress a {
	color: #FFFFFF;
	text-decoration: none;
}

#redstripe_start_impress a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

    #start_main_container { 
    	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
    	width: 960px;
		height: 232px;
    	margin: 0px 0px 30px 0px;
		padding: 0 0 5px 0;
    	text-align: left;
		background-image: url(../img/start_back.jpg);
		background-repeat:no-repeat;
		
    } 
    #start_sidebar_left {  /* Container links */
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 349px;
    	padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
    }

#start_Content {  /* Hauptcontent Mitte */
    	margin: 0px 0px 0px 350px; /* Der rechte und der linke Rand dieses div-Elements erstellt die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. */
    	padding: 30px 0px 0px 0px;
    }

#start_ContentText { 
	color: #58585a;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 75px;
	font-size:12px;
	line-height: 22px;
}

#start_ContentText p { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#start_ContentText a {
	color: #d63247;
	text-decoration: none;
}

#start_ContentText a:hover {
	color: #d63247;
	text-decoration: underline;
}

#start_ContentText h1 { 
	font-size:18px;
	color: #58585a;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
	line-height: 26px;
	font-weight:normal;
}

#start_ContentText h2 { 
	font-size:18px;
	color: #961a27;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
	line-height: 30px;
	font-weight:normal;
}

#start_ContentText h3 { 
	font-size:14px;
	color: #58585a;
    margin: 50px 0px 0px 0px;
    padding: 0 0 0 0;
	line-height: 20px;
	font-weight:normal;
}



