body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#FFFFFF;
	color: #cbcbcb;
	text-align: left;
	left:0px;
	line-height: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	


.header{
	float:left;
	
	position:fixed;
	
	top:100px;
	left:0px;	
}

*html .header{
	float:left;
	
	position:absolute;
	
	top:100px;
	left:0px;	
}




.content{
	
	position: absolute;
	top:140px;
	left:0px;
	height:300px;
	
	background-color:#000000;
	
	
	}

	
.firstpost{
	float:left;
	
	width: 320px;
	height:300px;
	
	
	
}



.post{
	float:left;
	width: 300px;
	height:300px;
	
	
	
	
}

.bigpost{
	float:left;
	
	height:300px;
	
	
	
	
}


.fixpost{
	float:left;
	
	height:300px;
	
	
	
}

.trenner{
	background-color:#FFFFFF;
	width:20px;
	height:300px;
	float:left;
}

.entry{
	color:#cbcbcb;
	margin:15px;
	text-align: left;
	
}



.entry img{
	float:left;
}

.entry h2{
font-size:10px;
color:#FFF;
}

.red{
	color:#FF0000;
}

.grey{
	color:#7e7e7e;
}

.disclaimer{
	color:#7e7e7e;
	font-size:9px;
	line-height: 11px;
}

.disclaimer h2{
	
	font-size:10px;
	margin-bottom:5px;
}

.abstract{
	color:#7e7e7e;
	margin-left:20px;
	margin-top:140px;
	width:200px;
}

.pink{
color:#fff;
text-decoration:underline;

}

.abstractunderheadline{
	color:#7e7e7e;
	margin-left:20px;
	margin-top:110px;
	margin-right:20px;
	width:200px;
}

.endabstract{
	color:#7e7e7e;
	margin-left:20px;
	margin-top:160px;
	margin-right:20px;
	width:200px;
}

.impressum{
	margin-left:20px;
	margin-top:260px;
	margin-right:20px;
	width:200px;
	font-size:9px;
}

.impressum a{
	color:#555555;
	
}


.endabstract a{
	color:#555555;
	
	font-size:9px;
	
}

	
.endblock{
	float:left;
	width:30px;
	background-color:#000000;
	
	
}







.navbar{
	width:550px;
	height:20px;
	position:fixed;
	top:450px;
	left:20px;
	float:left;
	font-size: 11px;
	color:#000000;
}

*html .navbar{
	width:400px;
	height:20px;
	position:absolute;
	top:450px;
	left:20px;
	float:left;
	font-size: 11px;
	color:#000000;
}



.navigationentry{
	margin-right:14px;
	float:left;
}


img{
	border:none;
	float:left;
	margin:0px;
	padding:0px;
	
	

}

 a {
color:#ff0000;
text-decoration:none;

}
 a:hover {
color:#660066;
text-decoration:none;
}