html,body {
	background: url(../images/bg.gif);
	margin: 0 auto;
	font-family: Arial;
	font-size: 12px;
	color: #6C6C6C;
	height: 100%;
	min-height: 100%;
}

#container {
	background: url(../images/content_bg.gif) repeat-y;
	margin: 0 auto;
	width: 700px;
	min-height: 100%;
	padding: 0 100px;
	position: relative;
}

#header {
	background: url(../images/header.gif) no-repeat;
	width: 700px;
	height: 103px;
	border-bottom: 1px solid #8A8A8A;
}

#navi {
	border-bottom: 1px solid #8A8A8A;
	padding: 5px 0;
	text-align: center;
}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navi #startseite {
	float: left;
	width: 93px;
}

#navi #haus {
	float: left;
	width: 42px;
}

#navi #apartments {
	float: left;
	width: 91px;
}

#navi #preise {
	float: left;
	width: 64px;
}

#navi #arrangements {
	float: left;
	width: 98px;
}

#navi #wellness {
	float: left;
	width: 80px;
}

#navi #last-minute {
	float: left;
	width: 94px;
}

#navi #anfahrt {
	float: left;
	width: 68px;
}

#navi #kontakt {
	float: left;
	width: 69px;
}

#navi a {
	color: #B3B3B3;
	text-decoration: none;
	font-weight: bold;
}

#navi a._aktive,
#navi a:hover {
	color: #00689D;
	font-weight: bold;
}

#main {
	/*border-bottom: 1px solid #8A8A8A;*/
	/*background: url(../images/sidebar.gif) repeat-y 500px 0;*/
	width: 700px;
	padding-bottom: 10px;
	padding-bottom: 140px;
}

#imgs {
	border-top: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
	margin-top: 2px;
	padding: 5px 0;
	width: 100%;
	min-height: 100px;
}

#content {
	float: left;
	margin-top: 15px;
	width: 495px;
}

#content2 {
	float: left;
	margin-top: 10px;
	width: 100%;
}

#sidebar {
	background: #FFFFFF;
	border: 1px solid #A7A7A7;
	float: right;
	margin-top: 10px;
	padding: 2px;
	width: 196px;
	height: 100%;
}

#sidebar_kontakt {
	border-top: 1px solid #A7A7A7;
	padding: 5px;
	font-size: 12px;
}

#sidebar_kontakt a {
	color: #003E5E;
	text-decoration: none;
}

#sidebar_kontakt a:hover {
	color: #00699D;
}

#sidebar_haeuser {
	border-top: 1px solid #A7A7A7;
	padding: 3px;
}

#sidebar_haeuser div {
	padding: 3px 0;
}

#sidebar_windjammer {
	background: url(../images/sidebar_windjammer.jpg) no-repeat 0 -18px;
	width: 188px;
	height: 18px;
	display: block;
}

#sidebar_windjammer:hover {
	background: url(../images/sidebar_windjammer.jpg) no-repeat 0 -18px;
	height: 18px;
	display: block;
}

#sidebar_kleine_perle {
	background: url(../images/sidebar_kleine_perle.jpg) no-repeat 0 -18px;
	width: 165px;
	height: 18px;
	display: block;
}

#sidebar_kleine_perle:hover {
	background: url(../images/sidebar_kleine_perle.jpg) no-repeat 0 -18px;
	height: 18px;
	display: block;
}

#sidebar_naturduene {
	background: url(../images/sidebar_natur.jpg) no-repeat 0 -18px;
	width: 135px;
	height: 18px;
	display: block;
}

#sidebar_naturduene:hover {
	background: url(../images/sidebar_natur.jpg) no-repeat 0 -18px;
	height: 18px;
	display: block;
}

#sidebar_vds {
	background: url(../images/sidebar_vds.jpg) no-repeat 0 -18px;
	width: 125px;
	height: 18px;
	display: block;
}

#sidebar_vds:hover {
	background: url(../images/sidebar_vds.jpg) no-repeat 0 -18px;
	height: 18px;
	display: block;
}

#sidebar_vhebel {
	background: url(../images/sidebar_vhebel.jpg) no-repeat 0 -18px;
	width: 80px;
	height: 18px;
	display: block;
}

#sidebar_vhebel:hover {
	background: url(../images/sidebar_vhebel.jpg) no-repeat 0 -18px;
	height: 18px;
	display: block;
}

#footer {
	border-top: 1px solid #8A8A8A;
	background: url(../images/footer.gif) no-repeat 0 10px;
	margin-top: 2px;
	padding-top: 2px;
	width: 700px;
	height: 93px;
	position: absolute;
	bottom: 30px;
}

#footer_navi {
	text-align: center;
	width: 700px;
	color: #B3B3B3;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
}

#footer_navi a {
	color: #B3B3B3;
	text-decoration: none;
}

#footer_navi a:hover {
	color: #00699F;
}