body {
	margin: 0;
	padding: 0;
	font-family :  Arial, sans-serif;
	font-size:100.01%;
	background-color: #1b1b1b;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bordered {
	float: left;
	border:1px solid black;
	padding: 6px;
	background-color: white;
	margin: 10px;
	clear: none;
	color: #1b1b1b;
}

.bordered2 {
	float: right;
	border-top:15px solid #3f6216;
	border-bottom:15px solid #3f6216;
	background-color: #1b1b1b;
	margin: 30px;
	clear: none;
	color: #1b1b1b;
}

div.imgpadding {
	width: 200px;
	height: 200px;
	clear: none;
	float: left;
	padding: 24px;
	text-align: center;
}

a {
	color: #6dbd0f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3
{
	font-family: Arial, san-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p {
	font-size: 1em;
	font-weight: normal;
	margin: 20px 0;
}

#kopf,
#kopf_bad,
#kopf_kueche,
#kopf_schlaf {
	height: 260px;
	color: white;
	overflow: hidden;
	background: #1b1b1b url('../images/hg_normal.jpg') repeat-x top left;
}

#kopf_kueche {
	background: #1b1b1b url('../images/hg_kueche.jpg') repeat-x top left;
}

#kopf_schlaf {
	background: #1b1b1b url('../images/hg_schlaf.jpg') repeat-x top left;
}

#kopf_bad {
	background: #1b1b1b url('../images/hg_bad.jpg') repeat-x top left;
}

#kopf_wohn {
	background: #1b1b1b url('../images/hg_wohn.jpg') repeat-x top left;
}

#nav1, #nav2 {
	color: #6dbd0f;
	text-align: center;
	line-height: 12px;
}

#nav1 img, #nav2 img {
	padding: 0 20px;
	margin-top: 4px;
	border: 0px;
}

#nav1 {
	height: 24px;
	background-color: #1b1b1b;
}

#nav2 {
	background-color: #3f6216;
}

#inhalt {
	background-color: #1b1b1b;
	border-right: 40px solid #6dbd0f;
	border-left: 40px solid #6dbd0f;
}

#texte {
	padding: 20px 40px;
	color: white;
	text-align: justify;
}
