/* Globale CSS */
* {
padding: 0; 
margin: 0;
border: 0;
} 

html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
}
/* Ende Globale CSS */

/* Aufteilung der HP */

#bottom {
margin: 0px 0px 0px 0px;
}

#links {
margin: 20px 0px 0px 0px;
float: left;
width: 180px;
height: 400px;
}

#navleiste {
	margin: 10px 10px 0px 10px; 
	border-top: 1px solid #0000FF;
}

#mitte {
	margin: 0px 10px 0px 10px; 
	border-top: 1px solid #0000FF;
}

/* Ende Aufteilung der HP */


/* hiermit werden alle Einstellungen zurückgesetzt, damit die Bildleiste unten linksbuendig steht */
.cleaner {
clear:both;
heigth:1px;
font-size:1em;
border:0px none;
margin:0; padding:0;
background:transparent;
}
/* Cleaner Ende */

/* top */
#top {
	margin: 10px 10px 0px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

#top h1{
	margin: 10px 10px 0px 0px;
	font-weight: bold;
	font-size: 1.4em;
}

#top .bildlinks {
float:left; 
margin: 0px 10px 5px 0px;
}

/* Ende top */

#links .rahmen1 {
	border-top: 3px solid #FFCF33;
	margin-bottom: 10px;
}



/* Anfang Text Mitte */
#mitte h1 {
font-size: 1.1em;
font-weight: bold;
color: #000000;
margin-top: 15px;
margin-bottom: 10px;
}

#mitte p {
font-size: 0.8em;
display: block;
margin-bottom: 15px; 
}

#mitte .bild {
float:right; 
margin: 0px 5px 5px 10px;
}

#mitte .bildlinks {
float:left; 
margin: 0px 10px 5px 0px;
}

#mitte .bildmitte {
margin: 0px 5px 5px 0px;
}

#mitte li {
font-size: 0.9em;
list-style: none;
padding-left: 20px;
}

#mitte .einschub { /* Einschub fuer ie */
font-size: 0.9em;
list-style: none;
padding-left: 20px;
}

#mitte td {
color: #000000;
font-size: 0.9em;
margin-bottom: 15px; 
}

#mitte input , #mitte textarea {
background-color:#FFD860;
color: #6068A8;
font-size: 15px;
}

#mitte a {
color: #0000FF;
font-weight: bold;
font-size: 1em;
text-decoration:none;
}

#mitte a:visited, #mitte a:active, #mitte .aktiv {
	color: #0000FF;
	font-weight: bold;
}

#mitte a:hover, #mitte a:active, #mitte .aktiv {
	color: #0000FF;
	font-weight: bold;
	text-decoration:underline;
}

#mitte .tabueb {   /* Tabellenueberschrift */
font-weight: bold;
}
/* Ende Text Mitte */

/* Text Rechts */
#rechts a {
	padding: 3px 0px 4px 15px;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	_height:  15px; /* damit der IE die Abstaende nicht vergroessert */
	border-top: 1px solid #FFCF33;
	border-bottom: 1px solid #FFCF33;
	border-left: 6px solid #FFCF33;
	border-right: 1px solid #FFCF33;
}

#rechts .bildr {
float:right; 
padding: 0px 5px 5px 0px;
}

#link a #link a:visited, #link a:hover, #link a:active, #link .aktiv {
	color:#0000FF;
	text-decoration:none;
	}
	
.link2 {
	color:#0000FF;
	text-decoration:none;
	}