@charset "UTF-8";
#content {
	width: 580px;
	left: 240px;
	top: 240px;
	position: absolute;
	overflow: visible;
	bottom: 40px;
}
#navi {
	width: 160px;
	padding: 10px;
	left: 20px;
	top: 240px;
	position: absolute;
	}
	ul {
	padding:0;
	}
	li {
	list-style-type: none; 
	}
#navi a {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	list-style-type: none;
}
#navi a:hover {
	text-decoration: underline;	
}
.bild-rechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	font-size: 12px;
}
h1 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	
}
h2 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	
}
h3 {
	font-size: 14px;
	
}
#titel {
	background-image: url(bilder/85mm-titelbild.jpg);
	height: 200px;
	width: 800px;
	position: absolute;
	left: 20px;
	top: 20px;
	background-repeat: no-repeat;
}
.blogtitel {
	font-family: 'Roboto', sans-serif;
	font-size: 80px;
	padding-top: 0px;
	padding-left: 15px;
	line-height: 80px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
