.clear {
	clear: both;
}




/* Struktur */
body {
	font-size: 1em; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #fff url('images/body_bg.jpg') top repeat-x;
	color: #666;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	}

#header {
	background: #fff url('images/logo.jpg') no-repeat bottom center;
	height:100px;
	margin-top:20px;
	margin-bottom:25px;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	}

#content {
	padding:10px 30px 20px 30px;
	border: 1px solid #999;
	margin: 0 auto;
	width: 650px;
	background: #fff;
	}

h1 {
	font-size: 20x;
	border-bottom: 1px solid #900000;
	}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	color: #000;
	}
	
p {
	clear:both;
}
small {
	color: #000;
}
/* Struktur */










/* Div */
div.center {
	text-align:center;
}

div.contact {
	width: 230px;
	border: 1px solid #000;
	padding: 10px;
	margin: 0 20px 10px 0;
	background-color: #FFCC00;
	color: #000;
	text-align:center;
	float: left;
}

#kontaktInfo {
	text-align: center;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
/* Div */










/* Img */
div.entry img {
	border: 1px solid #000;
	float: left;
	margin: 0 20px 10px 0;
}

p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}
/* Img */










/* Linker */
a, h2 a:hover, h3 a:hover {
	color: #900000;
	text-decoration: underline;
	}

a:hover {
	color: #900000;
	text-decoration: none;
	}
/* Linker */





#menu {

width: 650px;
height: 50px;
margin: 10px auto;
}

span.box {
	margin: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
  padding:10px;
  line-height:50px;
  height: 70px;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
}

#menu a {
  text-decoration:none;
}
#menu a:hover {
	text-decoration: underline;
}