/* CSS Document */

* {
padding: 0;
margin: 0;
}


body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:101%;
background-color: #eee;
background-image: url(../images/background_verlauf.jpg);
color: #000;
}

.rechts {
float: right;
margin: 0 5px;
font-size:0.8em;
padding-top:3px;
}

.links {
float: left;
margin: 0 5px;
}

.mitte {
text-align: center;
margin: 0.5em 2em;
}

/**
 * @section hidden elements | Versteckte Elemente
 * @see     ...
 *
 * Skip-Links und versteckte Inhalte
 */

/* Klassen fuer unsichtbare Elemente im Basislayout */
.skip {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
}
    
/* Skip-Links fuer Tab-Navigation sichtbar schalten */
.skip:focus, .skip:active {
  position: static;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
}

.topnav {
color:#fff;
font-size:0.8em;
height:15px;
width:93%;
margin:0 auto;
text-align:left;
}

.topnav a {
color:#fff;
}

.topnav a:hover, .topnav a:focus, .topnav a:active {
text-decoration:none;
}


/* CONTAINER */

/* Kopfbereich */

#container {
background-color: #fff;
border-left: solid #66ccff 1.5em;
border-right: solid #66ccff 1.5em;
width: 93%;
max-width:1200px;
margin: 0 auto;
}

#kleinnav {
height:1.5em;
background-color:#39f;
margin:0;
color:#fff;
}

.schrift_gross {
font-weight:bold;
font-size:1.1em;
}

.schrift_normal {
font-weight:normal;
border-right:1px solid #fff;
border-left:1px solid #fff;
}

.schrift_klein {
font-size:0.8em;
}

#kleinnav a, #kleinnav a:visited {
text-decoration:none;
color:#fff;
background-color:#39f;
padding:0 3px;
}

#kleinnav a:hover, #kleinnav a:focus, #kleinnav a:active {
text-decoration:underline;
}

#kleinnav h2 {
font-size:0.8em;
font-weight:normal;
display:inline;
}

#kopf {
text-align:center;
background:#fff url(../images/kopf_bg.gif) 0 0 repeat-x;
height:150px;
color: #000;
}

#banner {
width:720px;
text-align:center;
margin:10px auto;
background:transparent url(../images/kopf.gif) 0 0 no-repeat;
padding-top:115px;
color:#069;
font-size:1.5em;
font-family:Arial, Helvetica, sans-serif;
}


.clear {   
   clear: both;
}

/* Hauptmenue */

#navi {
	/*position:relative;   IE-Hack, verhindert, dass Inhalte beim Hovern verschwinden */
	display:inline;  /* IE6-Hack, verhindert doppelten Aussenabstand bei float-Elementen */	
	text-align:left;
	width:13em;
	padding:5px;
	margin-left:10px;
	background-color: #fff;
	color:#36f;
	font-size:0.9em;
	float:left;
	font-weight:bold;
	border:1px solid #ddeefe;
}

.navi_abstand {
	margin-bottom:15px;
}

#navi ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}

#navi ul li {
	list-style-image:none;
}

#navi ul ul {
	margin:0 0 15px 17px;
}

#navi ul ul li {
	margin:3px 0 0 0;
	font-size:0.9em;
	font-weight:normal;
	list-style-image:url(../images/dataicon.gif);
}
	
#navi a, #navi a:visited {
	color: #36f;
	text-decoration: none;
}


#navi a:hover, #navi a:focus, #navi a:active {
	color:#c00;
	text-decoration:underline;
}

#navi ul ul li a, #navi ul ul li a:visited {
	color: #039;
	text-decoration: none;
}

#navi ul ul li a:hover, #navi ul ul li a:focus, #navi ul ul li a:active {
	color:#c00;
	text-decoration:underline;
}


/* Inhalt  */

#index
{
/*position:relative;   IE-Hack, verhindert, dass Inhalte beim Hovern verschwinden */
margin: 0 15em;
font-size:0.9em;
line-height:150%;
padding: 1em;
background-color: #fff;
color: #000;
text-align: left;
}

#inhalt {
/*position:relative;   IE-Hack, verhindert, dass Inhalte beim Hovern verschwinden */
font-size:0.9em;
line-height:150%;
margin: 0 10em 0 15em;
padding: 1em;
background-color: #fff;
color: #000;
text-align: left;
}


#index p, #inhalt p {
margin: 0 0 1em 20px;
}

#index h1, #inhalt h1 {
font-family:Verdana, Geneva, Helvetica, sans-serif;
font-size: 1.3em;
margin: 0 0 1em 0;
font-weight: normal;
color: #36f;
}

#index h2, #inhalt h2 {
font-size: 1.2em;
margin: 1.5em 0 0.7em 20px;
font-weight: bold;
color:#c00;
}

#index h3, #inhalt h3 {
font-size: 1.2em;
margin: 1.5em 0 0.7em 20px;
font-weight: bold;
color: #039;
}

#index ul, #inhalt ul {
font-size: 1em;
list-style-type:none;
margin: 1em 1em 1em 2em;
}

#index ul li, #inhalt ul li {
padding: 0.5em 0;
margin: 0.5em 0 0 2em;
}

* html #index ul li, * html #inhalt ul li { /* Korrektur fuer IE 5.x */
margin-left: 0;
ma\rgin-left: 2em;
padding-top: 0;
padd\ing-top: 0;
}

#index a, #inhalt a {
color: #039;
text-decoration:none;
border-bottom:1px solid #ccc;
}

#index a:hover, #inhalt a:hover, #inhalt a:focus, #index a:focus {
color: #c00;
text-decoration:none;
border:none;
}

#index a:active, #inhalt a:active {
color: #c00;
text-decoration: none;
}

#drucken {
	/*position:relative;   IE-Hack, verhindert, dass Inhalte beim Hovern verschwinden */
	display:inline;  /* IE6-Hack, verhindert doppelten Aussenabstand bei float-Elementen */	
	margin-right:10px;
	background-color: #fff;
	color:#069;
	float:right;
}

#drucken img {
margin:2px;
border:none;
}

.leichte_sprache {
font-size: 1em;
margin: 0 0 1em 0;
font-weight: normal;
color: #36f;
}

.suchen {
display:inline;
}

/* Aktuelles auf Indexseite */

#aktuell {
	/*position:relative;   IE-Hack, verhindert, dass Inhalte beim Hovern verschwinden */
	display:inline;  /* IE6-Hack, verhindert doppelten Aussenabstand bei float-Elementen */	text-align:left;
	width:13em;
	padding:5px;
	margin-right:10px;
	background-color: #fff;
	color:#069;
	font-size:0.9em;
	float:right;
	border:1px solid #ddeefe;
}

#aktuell a, #aktuell a:visited {
	color: #069;
}

#aktuell a:hover {
	color: #c00;
}

#aktuell h2 {
	color: #069;
	margin: 1em 0;
	font-size:1em;
	font-weight: bold;
}

#aktuell p {
	margin: 1em 0;
	font-size:0.9em;
}



/* Fuss */

#fuss {
text-align: right;
background-color: #fff;
border-bottom: solid #39f 1.5em;
margin: 0;
padding: 0 1.5em 1.5em 0;
color: #006;
}

#fuss p {
margin:8px 5px 0 0;
}

#fuss img {
border:none;
}



/* Sonstiges */

span.extlink {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}



.invis {
display: none;
}

abbr, span.abbr, acronym {
border-bottom: 1px dotted #999;
cursor: help;
}


