

body {
  background-color: #ffffff;
  font-size: 12px;
  color:#000000;  
  font-family: Arial;
  padding: 20px;
}


a, a:link, a:visited, a:focus {
	color : #9c5198;
	font-size : 12px;
	text-decoration : none;
}

a:hover, a:active {
	color : #000000;
}

h1 {
	color : #000000;
	font-size : 19px;
	font-weight : bold;
	margin : 0 0 10px 0;
}



.r_menue {
  width:175px;
  
  float:left;
  //background-color: #efefef;
  padding-left: 20px;
}

.r_menue ul{
  line-height: 20px;
  padding:0px;
  //margin:0px;
}

.r_content {
  width:400px;
  //background-color: #000000;
  float:left;
  margin-left: 20px;
  line-height: 20px;
  color: #666666;
  //text-align: justify;
}

.r_content img{
  border: 1px solid white; 
  box-shadow: 4px 4px 4px #888;
}


.r_content h1 {
	color: #666666;
	font-size : 16px;
	font-weight : bold;
	
}

.r_content h2 {
	color: #666666;
	font-size : 16px;
	font-weight : bold;
	
}

.r_h_aktiv {
 // text-decoration: underline;
  //font-weight: bold;
}

.r_h_aktiv a{
  text-decoration: underline;
}

.r_ul_ebene2 {
   margin-left: 20px;
   text-decoration: none;
}
.r_ul_ebene2 a{
   text-decoration: none;
}

.r_h2_aktiv {

}

.r_h2_aktiv a{
  text-decoration: underline;
}

.img_float_left {
  float: left;
  margin-right: 15px;
}
.img_float_right {
  float: right;
  margin-left: 15px;
}





