body{
	background: #dfdfdf url(background.jpg) repeat-x;
	font: 14px Verdana;
	line-height: 20px;
	margin: 0px;
	overflow-x: hidden;
	color: #dfdfdf;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
img{
	border: 0px none;
}

.prawa{
	float: right;
}
.lewa{
	float: left;
}
/***********************************************************************/
#baner {
	position: relative;
	height: 540px;
	width: 100%;
}
#baner .left, .right, .center{
	position: absolute;
	top: 0;
}
#baner .left{
	background: url(bg_left.gif) right 80px  no-repeat;
	height: 540px;
	width: 50%;
	left: 0;
}
#baner .right{
	background: url(bg_right.gif) 550px 80px  no-repeat;
	height: 540px;
	width: 50%;
	left: 50%;
}
#baner .center{
	background: url(baner_picture1.jpg);
	left: 50%;
	width: 1100px;
	margin-left: -550px;
	height: 540px;
	position: relative;
	background-color: #dfdfdf;
}
#logo{
	position: absolute;
	width: 320px;
	height: 180px;
	left: 390px;
	z-index: 5 !important;
	display: block;
	top: 4px;
}

#menu{
	background: #ffa101 url(bg_menu.jpg) top center no-repeat;
	height: 28px;
	padding: 0px 70px;
	width: 960px;
	position: absolute;
	top: 80px;
	z-index: 10;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

* html #menu ul li{
	width: 55px;
}

#menu ul li{
	position: relative;
	float: left;
	width: auto;
	font-size: 14px;
	height: 28px;
	font-family: Times New Roman;
}
.cufon{
	margin-top: 3px;
	height: 23px;
}
	
li ul{
	background: dfdfdfe;
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 28px;
	display: none;
	width: 140px;
	padding-bottom: 5px;
}
#menu li ul li{
	height: 20px;
	line-height: 20px;
	width: 100%;

}
/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	border-bottom: 0;
	padding: 0px 5px;
}
#menu ul li ul li a{
	background: #b0020e  url(a_bg.gif) left -3px;
	font-size: 10px;
	font-family: Verdana;
	padding-left: 20px;
}
#menu li:hover{
	background: url(menu_bg_hover.gif) !important;
}
#menu li ul li a:hover{
	background: #b0020e  url(a_bg_hover.gif) left -3px;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%;}
/* End */

#menu li:hover ul, li.over ul { display: block; } /* The magic */

#menu a:link { color: #fff; text-decoration: none;}
#menu a:visited { color: #fff;text-decoration: none;}
#menu a:hover {color: #fff; text-decoration: none;}





/***********************************************************************/
#wrap{
	background: url(wrap_bg.gif);
	width: 960px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	border-top: 35px solid #fff;
	border-bottom: 15px solid #fff;
	padding: 0px 70px;
}
#wrap h1{
	background: #dfdfdf;
	font-size: 18px;
	color: #b0020e;
	text-transform: uppercase;
	padding: 13px 20px;
	margin: 0px;
}

#wrap #content{
	width: 750px;
	float: left;
}
#content p{
	margin: 10px 20px;
}
#wrap #side{
	background: #f7ebda;
	width: 210px;
	float: right;
	text-align: center;

}
#side h2{
	background: url(header_bg.gif) left center repeat-x;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #b0020e;
	margin: 10px 15px;

}
#side h2 span{
	background: #f7ebda;
	padding: 0px 10px;
}
#side img{
	margin: 0px auto;
	display: block;
}
/***********************************************************************/
#footer {
	position: relative;
	height: 170px;
	width: 100%;
	margin-bottom: 30px;
	font-family: Verdana;
	font-size: 12px;
	color: #b0020e;
}
#footer a{
	color: #b0020e;
	text-decoration: none;
}
#footer .left, .right, .center{
	position: absolute;
	top: 0;
}
#footer .left{
	background: url(footer_left.gif) right bottom no-repeat;
	height: 170px;
	width: 50%;
	left: 0;
}
#footer .right{
	background: url(footer_right.gif) 550px bottom no-repeat;
	height: 170px;
	width: 50%;
	left: 50%;
}
#footer .center{
	background: #f3e8d8 url(footer_center.gif) repeat-x;
	left: 50%;
	width: 960px;
	margin-left: -550px;
	padding: 30px 70px 0px 70px;
	height: 140px;
}

#footer #cs{
	background: url(csadress.gif);
	width: 146px;
	height: 15px;
	text-indent: -5000px;
	position: absolute;
	bottom: 10px;
	right: 65px;
	display: block;
}

#footer #sitemap{
	width: 900px;
	float: left;
	height: 120px;
	margin-top: 10px;
}
#footer #sitemap ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 15px;
	display: inline;
	float: left;
	font-weight: bold;
}
#footer #sitemap li{
	float: left;
	margin-right: 10px;
}

#footer #sitemap li ul{
	background: none;
	position: relative;
	left: auto;;
	top: auto;
	float: none;
	font-weight: normal;
	width: auto;
	display: inline;
}

#footer #sitemap li ul li{
	float: none;
}
* html #footer #sitemap li{
	width: 70px;
}
* html #footer #sitemap li ul li{
	float: left;
}
#footer .left{
	background: url(footer_left.gif) right top no-repeat;
}

#footer .right{
	background: url(footer_right.gif) 550px top no-repeat;
}
* html #footer .center{
	height: 160px;
}
* html #footer span.prawa{
	text-align: right;
	width: 150px;
}
* html #footer #cs{
	line-height: 12px;
}
* html body{
	margin-bottom: 50px;
}
#footer span.prawa  {
	position: absolute;
	top: 30px;
	right: 70px;
	text-align: right;
	width: 150px;
}


/************** CHRISTIAN *************/
.text{
	padding-left: 20px;
	padding-right: 20px;
	
}
.text, .text a:link, .text a:visited, #content a:link, #content a:visited{
	color: #b0020e;
	
}
.text h2{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	}
#zimmer1{
	width: 200px;
	float: left;
	background-color: #dfdfdf;
	padding: 20px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
}
#zimmer2 {
	width: 300px;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-align: left;

}
#pauschalen1{
	width: 250px;
	float: left;
	background-color: #dfdfdf;
	padding: 20px;
	padding-top: 5px;
	margin-top: 0px;
	text-align: center;
}
#pauschalen2   {
	width: 350px;
	float: left;
	text-align: left;
	padding-left: 20px;
	text-align: left;

}

#clear{
clear:both;}

.preise1 {
	background-color: #b0020e;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
.preise1 h3{
	font-weight: bold;
	font-size: 12px;
	display: inline;
}
.preise2h{
	text-align: center;
	background-color: #f7ebda;

}
.preise2{
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(shadow.png);

	}
.preise3 {
	background-color: #f7ebda;
	background-image: none;
	text-align: center;

}
.sidetext {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
#clear ul li{
width: 100%;
}
.vorladen {
display:none;
height:0px;
width:0px;
}
