@charset "utf-8";
/* CSS Document */
* html, body{
	margin: 50px 0px 50px 0px;
	padding: 0px;
	background-color: #42231e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#container{
	width: 850px;
	margin: auto;
}

* html #container{
	height: 200px;
}

#content{
	width: 850px;
	min-height: 200px;
	border: 1px solid #ffffff;
	margin: auto;
}

* html #content{
	height: 200px;
}

#flashdiv{
	width: 850px;
	height: 300px;
}

#navigation{
	width: 850px;
	height: 30px;
}

#navigation ul{
	margin: 0px;
	padding: 0px;
}

#navigation li{
	list-style-type: none;
	float: left;
}

#navigation a.btn_home{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_home.gif);
	background-position: 0px 0px;
	display: block;
}

#navigation a.btn_home:hover{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_home.gif);
	background-position: 0px -30px;
	display: block;
}

#navigation a.btn_zimmer{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_zimmer.gif);
	background-position: 0px 0px;
	display: block;
}

#navigation a.btn_zimmer:hover{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_zimmer.gif);
	background-position: 0px -30px;
	display: block;
}

#navigation a.btn_preise{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_preise.gif);
	background-position: 0px 0px;
	display: block;
}

#navigation a.btn_preise:hover{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_preise.gif);
	background-position: 0px -30px;
	display: block;
}

#navigation a.btn_wellness{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_wellness.gif);
	background-position: 0px 0px;
	display: block;
}

#navigation a.btn_wellness:hover{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_wellness.gif);
	background-position: 0px -30px;
	display: block;
}

#navigation a.btn_pauschalen{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_pauschalen.gif);
	background-position: 0px 0px;
	display: block;
}

#navigation a.btn_pauschalen:hover{
	width: 142px;
	height: 30px;
	background-image: url(../images/btn_pauschalen.gif);
	background-position: 0px -30px;
	display: block;
}

#navigation a.btn_anfrage{
	width: 140px;
	height: 30px;
	background-image: url(../images/btn_anfrage.gif);
	background-position: 0px 0px;
	display: block;
}

#navigation a.btn_anfrage:hover{
	width: 140px;
	height: 30px;
	background-image: url(../images/btn_anfrage.gif);
	background-position: 0px -30px;
	display: block;
}

#contentdiv{
	width: 830px;
	margin: 10px;
}

#content_left{
	width: 550;
	float: left;
}

#content_right{
	width: 262px;
	float: right;
}

#boxes{
	width: 830px;
}

.header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.header_zimmer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.content_txt{
	width: 545px;
	line-height: 16px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.trenner_zimmer{
	height: 1px;
	width: 830px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 10px 0px;
	font-size: 0px;
}

img{
	border: 0px;
}

a.anfrage{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.anfrage:hover{
	text-decoration: underline;
}

.inputown{
	font-size: 10px;
	border: 1px solid #999999;
	width: 250px;
}

.selectown{
	font-size: 10px;
	border: 1px solid #999999;
	width: 255px;
}

.textareaown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
	width: 250px;
	overflow: auto;
}

input, select{
	font-size: 10px;
	border: 1px solid #999999;
}