body {
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	color: black;
	line-height: 1.4em;
	letter-spacing: 1px	
}


#mitte {
	position: absolute;
	left: 30%;
	top: 8%;
	width: 640px; /* Breite des Elements */
	margin-left: -90px; /* Breite des Elements geteilt durch zwei! */
}
.menu{
	margin-bottom: 30px;
}
#blog{	
	width: 640px;
}
hr.linie { 
	width: 640px;
	float: left;
}

p {	
	font-size: 85%;
	font-weight: normal;
}
img{	
border-style: none;	
}


a:link {
  color:            black;
  text-decoration:  underline;
}
a:hover {
  color:            red;
  text-decoration:  underline;
}
a:visited {
  color:            black;
  text-decoration:  underline;
}