@charset "utf-8";
@media all
{
 /*------------------------------------------------------------------------------------------------------*/

  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0 }

  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em }

 /**
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  /* (en) Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
  /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100%; margin-bottom: 1px; }
  body {
    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
    font-size: 100.01%;

    /* (en) Standard values for colors and text alignment */
    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    color: #000;
    background: #fff;
    text-align: left;
  }

  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img { border: 0 solid; }

  /* (en) new standard values for lists, blockquote and cite */
  /* (de) Neue Standardwerte für Listen & Zitate */
  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote { margin: 0 0 1em 1.5em; }


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#seite {
	width: 900px;
	margin-top:10px;
	margin-left:auto;
	margin-bottom:10px;
	margin-right:auto;
	}

#gen_nav {
	font-size:10px;
	color:#707173;
	}
	
#inhaltsbereich * {
	color:#FFFFFF;
	background-color:#707173;
	}

#inhaltsbereich h1 {
	font-size:18px;
	font-weight:bold;
	}

#inhaltsbereich .fusszeile {
	font-size:10px;
	}
	
#inhalt {
	width:415px;
	/* margin-right:20px; */
	height:289px;
	overflow:auto;
	font-size:12px;
	}
	
#inhalt h2 {
	font-size:14px;
	margin-right:10px;
	margin-bottom:10px;
	font-weight:bold;
	}
	
#inhalt p {
	margin-right:10px;
	margin-bottom:12px;
	}
	
#inhalt table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.csc-sitemap ul {
     list-style-type: none;
	 text-decoration:none;
	 font-size: 11px;
	 font-weight: bold;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;

}

.csc-sitemap ul a {
	 text-decoration:none;
}

 .csc-sitemap ul li {
     list-style-type: none;
	 text-decoration:none;
	 font-size: 11px;
	 font-weight: bold;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
} 

.csc-sitemap ul li ul li {
     list-style-type:none;
	 text-decoration:none;
	 font-size: 11px;
	 font-weight: normal;
	 margin: 0px 0px 0px 15px;
	 padding: 0px 0px 0px 0px;
}
	
/* definition generische navigation */
#gen_nav {
	color: #707173;
	font-size: 10px;
}
#gen_nav a {
	color: #707173;
	text-decoration: none;
}
#gen_nav a:hover,
#gen_nav a:focus,
#gen_nav a:active {
	color: #a3a4a5;
	text-decoration: none;
}

#gen_nav .nav0_a {
	color: #707173;
	font-size: 10px;
	font-weight: bold;
}
#gen_nav .nav0_a a {
	color: #707173;
	text-decoration: none;
}
#gen_nav .nav0_a a:hover,
#gen_nav .nav0_a a:focus,
#gen_nav .nav0_a a:active {
	color: #a3a4a5;
	text-decoration: none;
}



/* definition navigationsebene */

#navigation_hg {
	color:#FFFFFF;
	background-color:#707173;
	}

#navigation {
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color: #ffffff;
}

/* definition liste navigation */
#navigation ul {
	/* font-size: 12px; */
	list-style-type: none;
}

/* definition abstand 1. ebene */
#navigation li {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
}

/* definition zustand normal */
#navigation .no {
	font-size: 12px;
	list-style-type: none;
	text-decoration: none;
	border-bottom: 1px, solid; 
	border-bottom-color: #ffffff;
}

/* definition zustand link */
#navigation .no a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

/* definition weitere zustände */
#navigation .no a:hover,
#navigation .no a:focus,
#navigation .no a:active {
	display: block;
	color: #ffffff;
	font-weight: bold;
	background-color: #a3a4a5; /* helles grau */
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

/* definition aktiver zustand */
#navigation .act {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	border-bottom: 1px, solid; 
	border-bottom-color: #ffffff; /* dunkles braun */
	background-color: #a3a4a5; /* helles braun */
}
/* definition aktiver zustand link */
#navigation .act a {
	display: block;
	color: #ffffff;  /* dunkles braun */
	text-decoration: none;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

/* definition weitere zustände link */
#navigation .act a:hover,
#navigation .act a:focus,
#navigation .act a:active {
	display: block;
	color: #ffffff;  /* dunkles braun */
	background-color: #a3a4a5; /* helles grau */
	text-decoration: none;
	font-weight: bold;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

/* definition 2. navigationsebene */
#navigation .no1 {
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
	border-bottom: 1px, solid; 
	border-bottom-color: #ffffff;
	margin-left:20px; /* einzug 2. ebene normal */
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
}
#navigation .no1 a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
#navigation .no1 a:hover,
#navigation .no1 a:focus,
#navigation .no1 a:active {
	display: block;
	color: #ffffff; /* dunkles braun */
	font-weight: bold;
	background-color: #a3a4a5; /* helles grau */
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

#navigation .act1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	border-bottom: 1px, solid; 
	border-bottom-color: #ffffff; /* dunkles braun */
	background-color: #a3a4a5; /* helles braun */
	margin-left:20px; /* einzug 2. ebene aktiv */
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
#navigation .act1 a {
	display: block;
	color: #ffffff;  /* dunkles braun */
	text-decoration: none;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
#navigation .act1 a:hover,
#navigation .act1 a:focus,
#navigation .act1 a:active {
	display: block;
	color: #ffffff;  /* dunkles braun */
	background-color: #a3a4a5; /* helles grau */
	text-decoration: none;
	font-weight: bold;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

/* definition 3. navigationsebene */
#navigation .no2 {
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
	border-bottom: 1px, solid; 
	border-bottom-color: #ffffff;
	margin-left:40px; /* einzug 2. ebene normal */
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
}
#navigation .no2 a {
	display: block;
	color: #ffffff; 
	text-decoration: none;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
#navigation .no2 a:hover,
#navigation .no2 a:focus,
#navigation .no2 a:active {
	display: block;
	color: #ffffff; /* dunkles braun */
	font-weight: bold;
	background-color: #a3a4a5; /* helles grau */
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

#navigation .act2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	border-bottom: 1px, solid; 
	border-bottom-color: #ffffff; /* dunkles braun */
	background-color: #a3a4a5; /* helles braun */
	margin-left:40px; /* einzug 2. ebene aktiv */
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
#navigation .act2 a {
	display: block;
	color: #ffffff;  /* dunkles braun */
	text-decoration: none;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
#navigation .act2 a:hover,
#navigation .act2 a:focus,
#navigation .act2 a:active {
	display: block;
	color: #ffffff;  /* dunkles braun */
	background-color: #a3a4a5; /* helles grau */
	text-decoration: none;
	font-weight: bold;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

/* definition 4. navigationsebene */
#navigation .no3 {
	font-size: 12px;
	list-style-type: none;
	text-decoration: none;
	border-bottom: 1px, solid; 
	border-bottom-color: #B2B2B2;
	margin-left:60px; /* einzug 2. ebene normal */
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
}
#navigation .no3 a {
	 display: block;
	/* color: #BA590D; */
	text-decoration: none;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
#navigation .no3 a:hover,
#navigation .no3 a:focus,
#navigation .no3 a:active {
	display: block;
	color: #BA590D; /* dunkles braun */
	font-weight: bold;
	background-color: #DBDBDB; /* helles grau */
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

#navigation .act3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	border-bottom: 1px, solid; 
	border-bottom-color: #BA590D; /* dunkles braun */
	background-color: #FFD7C5; /* helles braun */
	margin-left:60px; /* einzug 2. ebene aktiv */
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
#navigation .act3 a {
	display: block;
	color: #BA590D;  /* dunkles braun */
	text-decoration: none;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
#navigation .act3 a:hover,
#navigation .act3 a:focus,
#navigation .act3 a:active {
	display: block;
	color: #BA590D;  /* dunkles braun */
	background-color: #DBDBDB; /* helles grau */
	text-decoration: none;
	font-weight: bold;
	/* margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px; */
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
}