/* BuA - Wern */


/* Firmenlogo (Druck) */
div#logo
{
 display:none;
 
}


/* Firmenbezeichnung (Druck) */
div#company
{
 display:none;
}




div#left
{
 width: 175px;
 /*border-right: 2px solid #B8B8C0;*/
 background-color: #FFFFFF;
 float:left;
}


div#oben
{
	width: 900px;
	height: 93px;
}

div#oben2
{
	width: 900px;
	top: 92px;
	height: 19px;
	overflow: auto;
	left: 0px;
	background-color: #EE1C27;
	padding-top: 4px;
	padding-bottom: 2px;
}



div#content
{
 width: 	720px;
 top:		117px;
 left: 		175px;
 background-color: #FFFFFF;
 float:left;
 /*overflow-x: hidden;*/
}


span.content
{
  padding-top:  20px;
  padding-left: 18px;
  padding-right: 5px;
  float:	    left;
  width:		700px;
}


* html body
{
 overflow: hidden;
} 

* html div#content
{
  height: 470px;
}



/* Inhalt im Brwoser zentriert darstellen */

body
{
 margin-left:  		0px;
 margin-top: 		0px;
 margin-right:  	0px;
 margin-bottom:		0px;
 background-color:  #CCCCCC;
}


/* Horizontale + Vertikale Zentrierung */
.mitte
{
background-color: 	transparent;
left: 				0px;
width: 				100%;
margin-top:		    10px;
text-align: 		center;
min-width: 			900px;
}

.wrapper2 
{
	margin: 	0px auto;
	text-align: left;
	width: 		900px;
	border: 	1px solid #333333;
 	background-color: #FFF;
}






.copyright
{
  /*position: absolute;
  top: 615px;
  left: 0px;
  */
  width: 100%;
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  text-align:center;
  margin-bottom: 50px;
}






/* Artikel */

span.headline
{
font-size: 12px;
font-weight: bold;
}

span.description
{
font-size: 12px;
}

span.main
{
font-size: 12px;
}


span.backlink
{
font-size: 12px;
}
