body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}


a:link 		{color: #FF7100; text-decoration:underline;}
a:visited	{color: #FF7100; text-decoration:underline;}
a:hover 	{color: #EEEEEE; text-decoration:none;}
a:active 	{color: #FF7100; text-decoration:underline;}

/******************************************************************************
                       Layautstruktur
******************************************************************************/
div.container {
	width:760px;
	margin:0 auto; 
	text-align:left;
	background-color:#111111;
}

div.content {
	float:left;
	width:580px;
	margin:10px 0 0 0;
}

div.content p {
	line-height:1.4;
}

div.navigation {
	float:right;
	width:180px;
	background:#222222;
}

div.extra {
	clear:both;
	width:100%;
	background:#FF7100;
}

.header {
	height:120px;
	background-color:#666666;
}

.col01 {
	
}

.imagecol{
	
}

.imagecol img{
	float:left;
}


.pane img{
	float:left;
	padding:0 10px 0 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/******************************************************************************
                       Content
******************************************************************************/


hr.thin {  
  height: 1px;
  border: 0;
  color: #333;
  background-color: #333;
  width: 100%;
} 


a.link          {color: #FFFFFF; text-decoration:none;}
    
a.link:hover    {color: #FFFFFF; text-decoration:underline;}