*
{
   margin: 0px;
   padding: 0px;
font-family: arial;
}

body
{
  background-color: #ffffff;
 }

#site_container
{
	float: left;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

#header
{
	display:none;
}

#menu_first_level_container
{
	display: none;
}

#menu_first_level
{
	display: none;
}

#weiterempfehlen
{
      display: none;
}

#weiterempfehlen a
{
     display: none;
}

#menu_second_level_container
{
	display: none;
}

#menu_third_level_container
{
	display: none;
}

#subheader
{
	clear: both;
	border-bottom:1px solid #B80909;
float:left;
height:60px;
margin-left:50px;
width:90% !important;

}

#subheader_right
{
 display: none;
}

#search
{
 display: none;
}

#print
{
  display: none;
}

#content_container
{
	float: left;
	width: 100%;
	min-height: 500px;
}

* html #content_container
{
	height: 500px;
}

#content
{
	float: left;
	width: 650px;
	height: auto;
	margin-left: 50px;
	margin-top: 20px;
        margin-bottom: 10px;
        color: #000000;
        font-size: 12px;
}


#content a
{
  color: #000000;
}

#right
{
	display: none;
}


#footer
{
	display: none;
}

ul 
{ 
   margin:0px;
   padding: 0px; 
}

#breadcrumb
{
  float: left;
  margin-top: 43px;
  width: 400px;
  height: 15px;
}

.breadcrumb
{
  color:#3A3A3A;
  float:left;
  font-size:12px;
}

.breadcrumb a
{
  color:#3A3A3A;
  text-decoration: none;
}

.bc_aktiv
{
  font-size: 14px;
  color: #B80909;
}

  


