html,body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  color:#666666;  
  padding:0px;
  margin:0px;
  height:100%;
  }
/* Höhe und Breite der gesamten Homepage*/
#gesamt{
	width:100%;
	height:100%;
}
/* Definition für Logo*/
#logo{
	padding: 20px 20px 0px;
}
/* Definition für Hauptnavigation*/
#navigation{
	padding: 48px 0px 0px 20px;
}
/* Hyperlinks innerhalb Hauptnavigation*/
#navigation a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 2px 2px 10px;
    background-color: transparent;
	text-decoration: none;
}
#navigation a:hover{
	color : #CCCCCC;
}
/* Definition für Seitenavigation*/
#nav_oben{
	padding: 0px 0px 0px 25px;
}
/* Definition für optionale Unteravigation*/
#unter_nav{
	padding: 5px 0px 0px 25px;
}
/* Definition für Inhalt*/
#inhalt{
	padding: 20px 20px 20px 29px;
	}
/* Definition für Impressum*/
#impressum{
	text-align:right;
	padding: 0px 20px 20px;
}
/* Hyperlinks für Impressum*/
#impressum a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 2px 2px 2px 10px;
    background-color: transparent;
	text-decoration: none;
}
/* Definition für Inhalt*/
#navigation li,#impressum li{
	list-style-image:  url(images/bullet.gif);
		}

/* Hyperlinks innerhalb Seitennavigation, optionaler Unternavigation und Impressum*/
#nav_oben a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
#nav_oben a:hover,#impressum a:hover{
	/*color : #999999;*/
	color : #ff0000;
}
#unter_nav a{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
#unter_nav a:hover{
	color : #ff0000;
}
/* Breitenangabe für Bilder rechts*/
#bild_rechts{
	width:170px;
}
/* Formatierung Tabellendaten*/
.tabelle_daten{
	border-bottom: 5px solid #ffffff;
	border-width: 1px;
	background-color: #CCCCCC;
 }
.tabelle_kopf {
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    color : #FFFFFF;
    background-color : #666666;
	}
 /* Formatierung Hauptüberschriften*/
.ueberschrift{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
	text-decoration: none;
	}
/* Formatierung Hyperlinks*/
.textlink{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	}
.textlink:hover{
	color : #FF0000;
	}
/* Formatierung Aufzählungszeichen*/
li{
	list-style-image:   url("images/bullet.gif");
	}
ol { 
	margin-top:0px;
	padding-top:0px;
	margin-left: 0.7em; 
	padding-left: 0.7em;
	}
ul { 
	margin-top:0px;
	padding-top:0px;
	margin-left: 0.7em; 
	padding-left: 0.7em;
	}
/* Formatierung textüberschriften*/
.text_ueberschrift {

    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    color : #666666;
}
/* Formatierung Formularfelder*/
select {
	width: 175px;
}
#form_lang input {
	width: 450px;
}
#form_kurz input {
	width: 180px;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
