.main{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color:#DDDDDD;
 font-size: 12px;
 line-height:140%;
 }

.headline {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color:#DDDDDD;
 line-height:140%;
 font-size: 14px;
}

body {
	background-color:#666666;

}
#contentbox {
	position:absolute;
	left:0;
	top:0;
	height:485px;
}
#kopfbox {
	position:relative;
	top: 0;
	height:180px;
	width:800px;
	text-align:center;
	background-image:url(baselines/kopf.jpg);
	padding:0;
}
#blogheadlinebox {
	padding:5;
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:#999999;
  	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:#999999;	
	width:600px;
}
#kommentarbox{
	position:relative;
	background-color:#555555;
	width:600px;
	padding:5px;
	text-align:left;
}
#blogtextbox{
	position:relative;
	width:600px;
	text-align:left;
}
a {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
  text-decoration:none;
  text-style:bold;
 
}

a:link {
 	text-decoration:none 
 
 }
a:visited { 
	 text-decoration:none 
 
 }
a:hover { 
	color:#DD0000;
	 text-decoration:none 
 
 }
a:active {
	 text-decoration:none 
  
}
a:focus {
	 text-decoration:none 
 
}