  /* (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, .bodytext, .abody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.hg_td_inhalt .fusszeile {
	font-size: 10px;
}
.csc-firstHeader {
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#inhalt a {
	color: #000;
	text-decoration: underline;
}
#inhalt a:hover,
#inhalt a:focus,
#inhalt a:active {
	color: #4285B3;
	text-decoration: underline;
}

.fusszeile a {
	color: #000;
	text-decoration: underline;
}
.fusszeile a:hover,
.fusszeile a:focus,
.fusszeile a:active {
	color: #4285B3;
	text-decoration: underline;
}

#inhalt img {
	padding-left: 15px;
	margin-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
}

h1 {
	color:#4285B3;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:19px;
	margin-bottom:0px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:8px;
	margin-bottom:0px;
}
p {
	padding-left: 15px;
	padding-right: 15px;
}

.hg_td_inhalt h2 {
	font-weight: bold;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
}

fieldset {
    border: 0px;
	margin-left: 15px;
	paddingleft: 15px;
}
label {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;

}
.pflicht {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: -15px;
	paddingleft: -15px;

}

form, input {
	width:300px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

textarea {
	width:300px;
	height:50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

.csc-sitemap a {
	color: #000000;
	text-decoration: none;
}

.csc-sitemap a:hover,
.csc-sitemap a:focus,
.csc-sitemap a:active {
	color: #000000;
	text-decoration: underline;
}


.csc-sitemap ul {
	font-size: 11px;
    list-style-type: none;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom:5px;
	padding-left:5px;
}

.csc-sitemap li ul {
	font-size: 11px;
	list-style-type:none;
	font-weight: normal;
	margin-left: 15px;
	padding-left:15px;
}

.csc-sitemap li ul li {
	font-size: 11px;
	font-weight: normal;
	padding-bottom:5px;
}


.hg_td_linie {background-color:#EAECE2}
.hg_td_inhalt {background-color:#FFFFFF}
.hg_td_rahmen {background-color:#4285B3}

/* definition generische navigation */
#nav_0 {
	color: #000;
	font-size: 10px;
}
#nav_0 a {
	color: #000;
	text-decoration: none;
}
#nav_0 a:hover,
#nav_0 a:focus,
#nav_0 a:active {
	color: #4285B3;
	text-decoration: none;
}

#nav_0 .nav0_a {
	color: #f00;
	font-size: 10px;
}
#nav_0 .nav0_a a {
	color: #f00;
	text-decoration: none;
}
#nav_0 .nav0_a a:hover,
#nav_0 .nav0_a a:focus,
#nav_0 .nav0_a a:active {
	color: #f00;
	text-decoration: none;
}


