body {
	background:#333333;
}
#wrapper {
	min-height:100%;
	background:url(../images/bg_punkt.jpg);
	border: 1px solid black;
}
#header {
	height:150px;
	border-bottom:1px solid black;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
	background: -webkit-linear-gradient(top, #999, #666);
	background: -moz-linear-gradient(top, #999, #666);
	background: -o-linear-gradient(top, #999, #666);
	background: -ms-linear-gradient(top, #999, #666);
	background: linear-gradient(top, #999, #666);
}
#header p {
	margin-top:75px;
	margin-bottom:0px;
}
#logo {
	margin-top:40px;
}
#home {
	margin:-25px 0 0 450px;
	height:50px;
}
#home a {
	display:inline-block;
	width:60px;
	height:50px;
	background:url(../images/home_sprite.png) no-repeat;
}
#home a:hover {
	background: url(../images/home_sprite.png) 100% -50px no-repeat;
}
#impressum {
	text-align:center;
}

#menu {
	margin-bottom:20px;
}

#menu img {
	height:150px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
	margin:10px;
	position:relative;
	top:0;
}

.bild {
	background: white;
	border-width: 1px 0;
	border-color:#333;
	border-style:solid;
	margin: 20px;
	padding: 10px;
	height: 200px;
}

.bild img {
	float:left;
	margin:0px 5px 0px 0px;
}

