body {
	background-color: #9E2932;
}
.Stil1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}
.Contentarea{
	width: 300px;
	height: 300px;
}
.Stil1_rechts {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}
.Stil1_Fett {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.Stil2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.Stil3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration:underline;
	text-align: left;
	color: #FFFFFF;
}
.Stil3_rechts {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration:underline;
	text-align: right;
	color: #FFFFFF;
}

#border_seperator{
	border-bottom-color:rgb(255,255,255);
	border-top-color:#9E2932;
	border-right-color:#9E2932;
	border-left-color:#9E2932;
	border-width:1px; 
	border-style:solid; 
	/*padding:2px;*/
}
/*link einstellungen*/
a:link { text-decoration:underline; color:#FFFFFF; }
a:visited { text-decoration:underline; color:#FFFFFF; }
a:hover {font-weight:bold; color:#FFFFFF;}

/*seitenorientierung*/
  div#Seite {
    text-align: left;
    margin: 0 0;
    width: 620px;
    padding: 0.5em;
}
  
ul#Navigation_Impressum {
    font-size: 0.78em;
    float: right; 
    width: 28em;
    /*margin: 0 0 1em 1em; padding: 0;*/
    margin: 0 0 0 0; padding: 0;
   /* border: 1px dashed silver;*/	
  }
ul#Navigation_Impressum li {
  list-style: none;
  float: left; 
  width: 28em;
  margin: 0; padding: 0.5em;
  /*border: 2px dashed silver;*/
}

ul#Navigation {
    font-size: 0.78em;
    float: right; width: 23em;
    margin: 0 0 0 0; 
    padding: 0;
  }
ul#Navigation li {
  list-style: none;
  float: left; width: 22em;
  margin: 0; 
  padding: 0em;
}
ul#Navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}

ul#Navigation_cd {
    font-size: 0.78em;
    float: left; 
    width: 28em;
    margin: 0 0 0 0; 
    padding: 0;
}
ul#Navigation_cd li {
  list-style: none;
  /*float: left; */
  width: 28em;
  margin: 0; 
  padding: 0.5em;
}