/**************************************************************************************
*
*					BAUSTEINE LANDHOTEL RUPERTUS
*
***************************************************************************************/

/***********************************
*	Einbindung BUCHUNGSKALULATOR
************************************/

div.bk_background {
	float: left;
	height: auto;
	width: 510px;
}

/***********************************
*	s1: H1 - Uberschrift
************************************/

div.s1_header {
	height: 68px;
	margin-bottom: 15px;
	line-height: 68px;
	border-bottom: 1px solid #dfdacc;
	white-space: nowrap;
}
div.s1_header h1 {
	font-size: 36px;
	font-weight: normal;
	font-family: "Vladimir Script (Slanted Less)";
}

/***********************************
*	s2: H2 - Uberschrift
************************************/

div#s_2 h2 {
	font-size: 16px;
	font-family: ITCKorinna;
	margin-bottom: 8px;
}

/***********************************
*	s4: nur Text
************************************/

div.s4_text {
	margin-bottom: 20px;
	padding-bottom: 17px;
	border-bottom: 1px solid #dfdacc;
}
div.sb_blog .s4_text a {
	padding: 6px 150px 6px 6px !important;
	white-space:nowrap;
}

/***********************************
*	s5: Bilder
************************************/

div.s5_images {
	height: 161px;
	width: 100%;	
	margin-bottom: 8px;
}
div.s5_images div {
	float: left;
	height: 100%;
	width: 215px;
	background: #ffffff;
	overflow: hidden;	
}
div.s5_images div img {
	width: 205px;
	height: auto;
	margin: 5px; 
}
div.s5_img2 {
	margin-left: 15px;
}

/***********************************
*  s6: sb re: Box m. Bild und Text
************************************/

div.s6_box {
	width: 177px;
	height: auto;
	background: #ffffff;
	margin-bottom: 20px;
	color: #999999;
}
div.s6_image img {
	width: 167px;
	height: 121px;
	margin: 5px 5px 10px 5px;
}
div.s6_content {
	width: 147px;
	margin: 0 15px;	
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
}
div.s6_content a {
	text-decoration: none;
	color: #999999;
}

/***********************************
*  s7: sb re: Kontaktbox
************************************/

div.s7_box {
	width: 167px;
	height: auto;
	background: #ffffff;
	padding: 5px;
	margin-bottom: 20px;	
}
div.s7_bgimg {
	width: 167px;
	height: auto;
	background: #c5c1b3 url(../images/screen/bg_s7.gif) no-repeat top center;	
}
div.s7_image {
	width: 100%;
	height: 57px;
	overflow: hidden;
	text-align: center;
}
div.s7_image img {
	margin-top: 15px;	
}
div.s7_text {
	width: 140px;
	margin: 0 15px;	
	padding: 8px 0 15px 0;
	border-top: 1px solid #e7e5de;
	font-size: 11px;
	color: #ffffff;	
}
div.s7_text p {
	margin: 0 0 5px 0;
	line-height: 13px !important;
}
div.s7_text a {
	color: #ffffff;
}

/***********************************
*  s8: sb re: Minilogos
************************************/

div.s8_box {
	float: left;
	height: 83px;
	width: 83px;
	margin-bottom: 20px;
	background:#E8E4D5; /*#ffffff;*/
}
div.s8_box img {
	width: 73px;
	height: 73px;
	/*dl 2010-04-16, damit man auch ein einzelnes Bild einfuegen kann, 
	ohne dass ein weisser kasten sichtbar ist, margin durch border und bg ersetzt
	margin: 5px; */
	border:5px solid #ffffff;
}
div.s8_img2 {
	margin-left: 10px;	
}

/***********************************
* s11: Menu im Baustein
************************************/

div.s11_box {
	float: left;
	width: 100%;
	margin-top: 10px;
}
div.s11_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
div.s11_box ul li {
	height: 25px;
	width: 175px;
	overflow:hidden;
        line-height: 25px;
}
div.s11_box ul li a:hover {
	background: #989183;
}
div.s11_box ul li a {
	padding: 5px 200px 3px 3px;
        white-space: nowrap;
	border: 1px solid #c5c0b3;
	background: #c5c0b3;
	text-decoration: none;
	color: #ffffff;
}

/***********
* Preis - Pakete
************/
div#paketnavi {
	margin-bottom: 10px;
}
div#paketnavi ul li {
	float: left;
	width: 210px;
	height: 17px;
	line-height: 17px;
	padding: 3px 0 !important;
	margin: 10px 10px 0 0; 
	background: #c5c0b3;
	overflow: hidden;
	white-space: nowrap;
}
div#paketnavi ul li a {
	padding: 10px 150px 50px 10px;
}
/***********************************
*	PREISTABELLE
************************************/

div.s10_box {
	float: left;
	width: 100%;
	height: auto;
}
div.s10_box h3 {
	float: left;
	width: auto;
	margin: 0 3px 10px 0;
	line-height: 17px;
}
p.pr_time {
	float: left;
	width: 300px;
}
div.s10_box table {
	float: left;
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
div.s10_box table tr {
	border-bottom: 1px solid #efeadb;
}
td.pr_name {
	width: 220px;
	height: 30px;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	text-indent: 10px;
	background: #d9d5c7;
}
td.pr_price {
	width: 225px;
	height: 30px;
	padding: 0;
	text-indent: 10px;
	background: #e4dfd1;
}
div.s10_link {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d5c7;	
	margin: 16px 0 20px 0;
}
div.s10_link a,
div.sb_blog a.internal-link,
a.pdf-link {
	padding: 6px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px; 
	background: #c5c0b3;
}
div.sb_blog p {
	margin-bottom: 11px;
}

div.s10_link a:hover,
div.sb_blog a.internal-link:hover,
a.pdf-link:hover {
	background: #bab3a1;
}