* {
	border: 0;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
body {
	background:url(../images/bg.jpg) repeat;
}
#wrapper {
	width: 980px;
	margin: 50px auto;
	border: 1px solid white;
	height: 697px;
	background: url(../images/bg_wrapper.jpg);
}
#logo {
	width: 230px;
	float: left;
	margin: 10px;
}
#content {
	height: 410px;
	width: 858px;
	background: url(../images/bg_content.png);
	margin: auto;
	padding: 20px;
}
#content_left, #content_right {
	width: 49%;
}
#content_right {
	float: right;
	text-align: right;
}
.navi01 a {
	width: 127px;
	height: 49px;
	background: url(../images/navi/01home.png);
}
.navi01 a:hover {
	background: url(../images/navi/01home_hover.png);
}
.navi02 a {
	width: 127px;
	height: 49px;
	background: url(../images/navi/02about.png);
}
.navi02 a:hover {
	background: url(../images/navi/02about_hover.png);
}
.navi03 a {
	width: 127px;
	height: 49px;
	background: url(../images/navi/03vermietung.png);
}
.navi03 a:hover {
	background: url(../images/navi/03vermietung_hover.png);
}
.navi04 a {
	width: 127px;
	height: 49px;
	background: url(../images/navi/04galerie.png);
}
.navi04 a:hover {
	background: url(../images/navi/04galerie_hover.png);
}
.navi05 a {
	width: 127px;
	height: 49px;
	background: url(../images/navi/05kontakt.png);
}
.navi05 a:hover {
	background: url(../images/navi/05kontakt_hover.png);
}
#navi {
	margin: 50px 0;
}
#navi li {
	float: left;
	width: 127px;
	height: 49px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}
.navi01, .navi02, .navi03, .navi04 {
	border-right: 1px solid white;
}
#navi a {
	display: block;
	height:49px;
	width:127px;
} 
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.copyright {
	float: left;
}
.seb {
	text-align: right;
	float: right;
}
#footer {
	margin-top: 40px;
	background: #b52c00;
	height: 61px;
	border-top: #ff6000;
	font-size: x-small;
}
label, input {
	display: block;
}
label, input, textarea {
	margin: 7px 0;
}
input {
	width: 200px;
	background:white;
	color: black;
	border: 1px solid white;
}
textarea {
	width: 300px;
	height: 150px;
	color: black;
}
.copyright, .seb {
	margin: 20px;
	font-size: x-small;
}
.seb a {
	font-size: x-small;
}
#home .navi01 a {
	background:url(../images/navi/01home_hover.png);
}
#about .navi02 a {
	background:url(../images/navi/02about_hover.png);
}
#vermietung .navi03 a {
	background:url(../images/navi/03vermietung_hover.png);
}
#kontakt .navi05 a {
	background:url(../images/navi/05kontakt_hover.png);
}
.vermietungpic img {
	margin-right:20px;
}
#galerieseite {
	background:#DF4813;
}