body {
	font: normal small sans-serif;
}
#header {
	width: 800px;
	height: 600px;
	margin: auto;
	background: url(images/<?php echo $bild; ?>.jpg) no-repeat;
	background-repeat:no-repeat;
}
#Layer1 {
	width:800px;
	height:92px;
	margin: auto;
}
#Layer2 {
	width:800px;
	height:17px;
	margin: auto;
}
#Layer3 {
	width:800px;
	height:24px;
	margin: auto;
	background-color: #f0f0f0;
}
#Layer4 {
	width:800px;
	height:341px;
	margin: auto;
	overflow: auto;
}
#Layer5 {
	width:800px;
	height:21px;
	margin: auto;
}
#Layer6 {
	width:800px;
	height:105px;
	margin: auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #5c5c5c;
}

h1 {
font-family: Verdana;
font-size:14px;
}

a {
	text-decoration: none;
	color: #a3a3a3;
}

a:hover {
	color: #a3a3a3;
}

a:active {
	color: #a3a3a3;
}

/* Header */

#header {
	width: 800px;
	height: 600px;
	margin: auto;
	background-image: url(./images/home.jpg);
}

/* Logo */

#logo {
	float: left;
	padding: 15px 0 0 0;
}

#logo * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #878C66;
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 2.8em;
}

#logo h2 {
	margin-top: -5px;
	padding-left: 2px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 69px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 2px;
	padding: 8px 15px 0 15px;
	background: #f0f0f0 url(images/img2.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-decoration: none;
	color: #a3a3a3;
}

#menu .active a, #menu a:hover {
	height: 23px;
	background: #a3a3a3;
}

/* Content */

#content {
	width: 700px;
	margin: auto;
	height: auto;
}

/* Column One */

#colOne {
	float: right;
	width: 470px;
}

#colOne .post {
	clear: both;
	margin-bottom: 3em;
}

#colOne .title {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #016CB4;
	font-size: 1.em;
}

#colOne .posted, #colOne .meta {
	margin: 0;
	text-align: right;
	font-size: xx-small;
}

#colOne .posted {
	margin-top: -13px;
}

#colOne .meta {
	border-top: 1px solid #C9CCB9;
}

#colOne .meta p {
	margin: 0;
}

/* Column Two */

#colTwo {
	float: left;
	width: 200px;
}

#colTwo #textfield1 {
	width: 170px;
}

#colTwo #submit1 {
	display: none;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#colTwo li h2 span {
	margin: 0;
	padding: 5px 10px;
	border: 2px solid #016CB4;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 10px;
	background-color: none;
	background-image: url(images/img3.gif);
	background-repeat: repeat-x;
}

#colTwo li ul, #colTwo li form {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 2px solid #016CB4;
}

/* Footer */

#footer {
	width: 700px;
	padding: 1px;
	border-top: 2px solid #016CB4;
	margin: auto;
	background-color: #DADDF0;
}

#footer p {
	font-size: xx-small;
}
