/* CSS Document */
body {
	margin:0px;
	background-image:url(../images/ui/back.jpg);
}
#top {
	background-image:url(../images/ui/topStart.jpg);
	width:1000px;
	height:302px;
}
#topZimmer {
	background-image:url(../images/ui/topZimmer.jpg);
	width:1000px;
	height:302px;
}
#topFruehstueck {
	background-image:url(../images/ui/topFruehstueck.jpg);
	width:1000px;
	height:302px;
}
#topFerienwohnung {
	background-image:url(../images/ui/topFerienwohnung.jpg);
	width:1000px;
	height:302px;
}
#topSommer {
	background-image:url(../images/ui/topSommer.jpg);
	width:1000px;
	height:302px;
}
#topWinter {
	background-image:url(../images/ui/topWinter.jpg);
	width:1000px;
	height:302px;
}
#topBuchen {
	background-image:url(../images/ui/topBuchen.jpg);
	width:1000px;
	height:302px;
}
#topKontakt {
	background-image:url(../images/ui/topKontakt.jpg);
	width:1000px;
	height:302px;
}
#nav {
	background-image:url(../images/ui/navBack.jpg);
	height:58px;
	width:740px;
	padding-left:140px;
	padding-right:120px;
	padding-top:5px;
}
#contentRahmen {
	width:810px;
	margin-left:90px;
	padding-left:15px;
	background-image:url(../images/ui/backMitte.jpg);
	background-repeat:repeat-y;
	padding-bottom:10px;
}
#contentLeft {
	width:370px;
	float:left;
	padding-left:30px;
}
#contentRight {
	width:355px;
	float:left;
	padding-right:25px;
}
#contentLeftSchmal {
	width:300px;
	float:left;
	padding-left:30px;
}
#contentRightBreit {
	width:400px;
	float:left;
	padding-right:25px;
	padding-left:25px;
}
#contentLeftRundgang {
	width:400px;
	float:left;
	padding-left:30px;
}
#contentRightRundgang {
	width:300px;
	float:left;
	padding-right:25px;
	padding-left:25px;
}
#bottom {
	height:20px;
	background-image:url(../images/ui/backBottom.jpg);
	width:790px;
	height:10px;
	margin-left:90px;
	padding-left:15px;
}
#flagge {
	position:absolute;
	left:900px;
	top:238px;
	width:43px;
	height:93px;
	overflow: visible;
}
#clean {
	clear:both;
}

/* Kontaktformular */
#form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:400px;
	line-height:20px;
}
.spalteLinks {
	text-align:right;
	width:150px;
	float:left;
	padding:5px;
}
.spalteRechts {
	width:220px;
	float:right;
	padding:5px;
}

.del {
	clear:both;
}
.feld {
	border:none;
	width:220px;
	background-color:#CCCCCC;
	padding:5px;
}