/* CSS Document */
* {
	margin-left: 0px;
	margin-top: 0px;
	border: none;
}
body {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #3f2825;
}
#desk {
	width: 640px;
}
#head01{
/*float:left;*/
	width: 640px;
	height: 180px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: top right;
	background-image:url(bilder/index.jpg);
	border-bottom: 5px solid #3f2825;
}
#head02{
/*float:left;*/
	width: 640px;
	height: 180px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: top right;
	background-image:url(bilder/firma.jpg);
	border-bottom: 5px solid #3f2825;
}
#head03{
/*float:left;*/
	width: 640px;
	height: 180px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: top right;
	background-image:url(bilder/dienstleistungen.jpg);
	border-bottom: 5px solid #3f2825;
}
#head04{
/*float:left;*/
	width: 640px;
	height: 180px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: top right;
	background-image:url(bilder/kontakt.jpg);
	border-bottom: 5px solid #3f2825;
}
#head05{
/*float:left;*/
	width: 640px;
	height: 180px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: top right;
	background-image:url(bilder/links.jpg);
	border-bottom: 5px solid #3f2825;
}
#head06{
/*float:left;*/
	width: 640px;
	height: 179px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: top right;
	background-image:url(bilder/empfehlungsmarketing.jpg);
	border-bottom: 5px solid #3f2825;
}
#logo {
	float: left;
	width: 123px;
	height: 147px;
	}
#logo img {
	margin-left: 20px;
	margin-top: 13px;
	}
#navi {
	width: 200px;
	height: 50px;
	font-weight: 800;
	color: #fff;
	}
.navi02 {
	width: 200px;
	height: 50px;
	font-weight: 800;
	color: #3f2825;
	}
#navi a {
	color: #fff;
	}
#navi a:hover, #navi a:focus, #startseite #navi01 a{
	color: #ccc;
	}
#navi a:active {
	color: black;
	background-color: white;
	}
#inhalt {
	float: left;
	width: 640px;
	height: auto;
	color: #fff;
	background-color: #a8845b;
}

#text {
height: 440px;
	margin: 20px;
	}
#portrait {
	background: red;
	}
#portrait01 {
	float: left;
	width: 145px;
	height: 230px;
	margin-right: 10px;
	}
#portrait02 {
	float: left;
	width: 145px;
	height: 230px;
	margin-right: 10px;
	}
#portrait03 {
	float: left;
	width: 145px;
	height: 230px;
	}
#portrait04 {
	float: left;
	width: 450px;
	}
#adresse {
	float: left;
	width: 290px;
	margin-right: 20px;
	}
#oeffnungszeiten {
	float: left;
	width: 290px;
	}
#karte {
	float: left;
	margin-top: 10px;
	width: 600px;
	border-top: 1px dashed #3f2825;
	}
#footer {
float: left;
	width: 640px;
	height: 15px;
	color: rgb(117,17,53);
	font-size:10px;
	text-align:right;
	margin: auto;
	}
#footer a {
	color: #999;
	}
a:link
	{
	color: #512531;
	text-decoration: none;
	}
a:visited
	{
	color: #512531;
	text-decoration: none;
	}
a:active
	{
	color:#333;
	text-decoration: none;
	}
a:hover
	{
	color:#333;
	text-decoration: none;
	}
h1 {
	font-size: 12px;
	}
h2 {
font-size: 11px;
}
h3 {
	font-size: 12px;
	}
table {
	vertical-align: text-top;
	}