/* Standard Template fuer VOLG.CH */
/* 28.06.2005 Created by Philipp Blatter */
/* 27.06.2007 PB: Compacted code */
/* 24.07.2007 PB: Cleanup */
/* 20.08.2007 PB: Medienbox */

/*  color schema -----  */
/*  color100: #1278B8;  */
/*  color050: #BCDA84;  */
/*  color025: #DEDDCC;  */
/*  color010: #E9EDF4;  */

body {
	background: #fff;
	color: #222;
	margin: 0;
	padding: 0;
	font: 11px/15px verdana, arial, helvetica, sans-serif;
	width: auto;
	}

/*  layout ------------------------------------------------ */
#wrapper {
	position: relative;
	width: 960px; 
	padding: 0;
	margin: 0 auto;
	background: white url(/medias/volg/style/bg-wrapper-neu-3.jpg) no-repeat 0px 0px;
	z-index: 1;
}

#header {
	position: relative;
	width: 960px; 
	height: 84px;
	margin: 0;
	padding: 0;
	background: #fff url(/medias/volg/style/bg-top-neu.jpg) no-repeat 0px 10px;
	z-index: 3;
}

#footer {
	position: relative;
	margin: 0;
	padding: 1px 0 0 0;
	width: 960px;
	height: 90px;
	color: #777;
	background: white url(/medias/volg/style/bg-footer.jpg) no-repeat 0px 0px;
	z-index: 9;
	}

.content {
	position: relative; 
	width: 600px;
	margin: 0 0 0 0px;
	padding: 5px 10px 0 0px; 
	float: left;
	}

body>div.content { margin-top: 15px; } /* IE6 macht dies nicht */

.content {
	z-index: 3;  /* value for IE4-5.x */
	}

.content .fcontent { clear: both; }

#navAlpha {
	width: 180px;  
	margin: 35px 0 0 3px;
	padding: 1px 0px;
	z-index: 6; 
	float:left;
/*	background: #fff url(/medias/volg/style/bg-navi-top.gif) no-repeat top left;
*/	}

#navBeta {
	width: 160px;	
	margin: 50px 0 0 0px;
	padding: 0;
	color: #000;
	float:left;
	z-index: 7;
	}

#navCountry {
	position: absolute;
	left: -225px;
	width: 200px;
	margin-top: 9px;
	color: #000;
	z-index: 8; 
	}

#navYouarehere {
	position: absolute;
	left: 210px;
	top: 124px;
	width: 785px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 8px solid #fff;
	color: #000;
	background: white;
	z-index: 9; 
	}

#navTools {
	background: transparent;
	width: 903px;
	padding-top: 18px;
	}

#navBooking {
	padding: 0;
	padding-top: 94px;
	width: 981px;
	height: 33px;
	}

/*  standard tags  ------------------------------------------------ */
img {
	border: 0;
	}

p {
	margin-top: 0;
	margin-bottom: 1em;
	font: 10px/15px verdana, helvetica, arial, sans-serif;
	color: #222;
	}

th,td {
	padding: 2px 10px 2px 10px;
	font: 10px/14px verdana, arial, helvetica, sans-serif;
	}

th {
	text-align: left;
	font-weight: bold;
	}
	
a, a:link, a:visited {
	font-weight: normal; 
	text-decoration: underline;
	color: #20557D;
	background: transparent; 
	}

a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #4C95B4;
	background: transparent; 
	}

a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #BE8225;
	background: transparent;  
	}

a { color: #1278B8; }
a:link { color: #1278B8; }
a:visited { color: #1278B8; }
a:hover { color: #35A1E5; }
a:active { color: #1278B8; }

address	{
	font: 10px/15px arial, helvetica, sans-serif;
	color: #aaa;
	background: transparent; 
	margin-top: 11px;
	}

acronym	{
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #888;
	}

em {
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	color: #1278B8;
	background: transparent;  
	}

/*  headlines  ------------------------------------------------ */
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	font-family: arial, verdana, Helvetica, sans-serif;
	}

h1	{
	clear: both;
	margin-top: 10px;
	margin-bottom: 34px;
	padding: 0;
	font-size: 18px;
	line-height: 1.1em;
	color: #4E89AE;
	font-weight: bold;
	}

body#bhome h1	{
	clear: both;
	margin-top: 5px;
	margin-bottom: 35px;
	padding: 0;
	font-size: 22px;
	line-height: 1.1em;
	color: #4E89AE;
	font-weight: bold;
	}

h2	{
	font-size: 15px;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 10px;
	color: #000;
	}

h3	{
	font-size: 11px;
	line-height: 1.1em;
	margin-top: 11px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	}

h4	{
	font-size: 12px;
	line-height: 1.1em;
	margin-top: 3px;
	margin-bottom: 4px;
	letter-spacing: 1px;
	}

h5	{
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	color: #1278B8;
	}

/*  layout elements ------------------------------------------------ */
#footer address { display: none; margin: 15px 0 0 40px; color: #bbb; text-decoration: none; text-align: left; }
#footer a { color: #999; text-decoration: none; font-weight: normal; }
#footer a:hover { color: #000; font-weight: normal; }
#footer address span { margin-left: 13px; }
#footer #slogan { display: block; margin: 36px 0 0 240px; width: 500px; color: #fff; font-weight: bold; height: 20px; font-size: 10px; }

/*  layout elements right ------------------------------------------------ */
#navBeta img {
	padding: 0;
	}

.sidebox, .bookingbox, .searchbox, .teaser, .picturebox {
	margin-bottom: 10px;
	width: 160px;
	overflow:hidden;
	}

.searchbox {
	width: auto;
	}

.bookingbox {
	width: 358px;
	}

.sidebox h2, .bookingbox h2, .searchbox h2, .teaser h2 {
	background: #DEDDCC;
	color: #000;
	padding: 0px 8px;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 6px;
	}

.sidebox ul, .bookingbox ul {
	list-style: none;
/*	margin: 0 2px 8px 8px;*/
	padding: 0;
	border: 0;
	margin: 0 ;
	}

.sidebox p, .bookingbox p, .searchbox p, .teaser p {
	margin: 0;
/*	padding: 0 2px 5px 8px;*/
	padding: 0;
	}

.teaser h3 {
	margin-top: -5px;
	padding: 0 2px 2px 8px;
	}

.teaser img {
	margin: -7px 0 0 -8px;
	padding: 0;
	}

.picturebox p {
	padding: 0 2px 0 8px;
	margin: 0;
	background: #DEDDCC;
	}

.picturebox p img {
	margin: 0 0 0 -8px;
	}
	
.picturebox em {
	margin-top: -25px;
	}
	
.leadingbox p { 
	font-size: 14px; 
	font-weight: normal; 
	line-height: 18px; 
}

.textteaser p { 
	color: #fff; 
	background: #BCDA84;
	padding: 7px 10px;
}

.textteaser a { 
	color: #fff;
	text-decoration: none;
}
.textteaser a:hover { 
	color: #000; 
}

/*  navigation left ------------------------------------------------ */
#navAlpha ul, #navBeta ul {
	list-style: none;
	margin: 0 0 10px 0px;
	padding: 0;
	border: 0;
	width: 150px;
	}

#navAlpha li	{
	display: inline;
	text-align: left;
	padding: 3px 2px 10px 8px;
	margin: 0 0 0px 10px;
	background: #fff url(/medias/volg/style/bg-menu.gif) no-repeat bottom left;
	font: 10px/15px verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #073F73;
	width: 150px; 	/* False value for IE4-5.x/Win. */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 150px;	/* You get it. Good value for compliant browers. */	
	display: block;
	}

#navAlpha li a {
	display: block;
	text-indent: 3px;
	margin: 0;
	padding: 3px 2px 0 8px;
	border: 0;
	background: #fff url(/medias/volg/style/pic-pfeil.gif) no-repeat 0px 3px;
	font-weight: bold;
	color: #073F73;
	text-decoration: none;
	width: 130px; /* False value for IE4-5.x/Win. */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 130px; /* You get it. Good value for compliant browers. */
	}

#navAlpha li a:hover {
	color: #ff9933;
	background: #fff url(/medias/volg/style/pic-pfeil.gif) no-repeat 0px 3px;
	text-decoration: none;
	}

#navAlpha li.sactive a {
	text-decoration: none;
	font-weight: bold;
	color: #ff9933;
	}

#navAlpha li.sactive {
	}

/* level2 */
#navAlpha ul.level2 {
	margin: 0;
	}

#navAlpha ul.level2 li {
	color: #073F73;
	margin: 0;
	padding: 0 0 0 10px;
	width: 138px;
	background:none;
	}

#navAlpha ul.level2 li a {
	text-decoration: none;
	font-weight: normal;
	color: #073F73;
	width: 128px;
	padding: 3px 2px 0 10px;
	background: url(/medias/volg/style/pic-pfeil-small.gif) no-repeat 0px 6px;
	text-indent: 0px;}

#navAlpha ul.level2 li a:hover {
	color: #ff9933;
	text-decoration: none;
	}

#navAlpha ul.level2 li.pactive a, #navAlpha ul.level2 li.sactive a {
	text-decoration: none;
	font-weight: normal;
	color: #ff9933;
	}

/* level3 */
#navAlpha ul.level3 {
	margin: 0;
	width: 160px;
}

#navAlpha ul.level3 li {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #656565;
	margin: 0;
	padding: 0 0 0 10px;
	width: 140px;
	}

#navAlpha ul.level3 li a {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal !important;
	color: #656565;
	width: 140px;
	padding: 3px 2px 0 10px;
	}

#navAlpha ul.level3 li a:hover {
	color: #000;
	text-decoration: none;
	}

#navAlpha ul.level3 li.pactive a, #navAlpha ul.level3 li.sactive a {
	text-decoration: none;
	font-weight: bold !important;
	color: #003471;
	}

#navAlpha ul+ul {
	margin-top: 20px;
}

/*  navigation right ------------------------------------------------ */
#navBeta ul.level3 {
	margin: 0;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	width: 130px;
	}

#navBeta ul.level3 li {
	text-align: left;
	padding: 3px 0 0 10px;
	margin: 0 0 10px 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

#navBeta ul.level3 li a {
	text-decoration: none;
	font-weight: normal;
	color: #656565;
	width: 150px;
	padding: 5px 2px 0 0;
	}

#navBeta ul.level3 li a:hover {
	color: #000;
	text-decoration: none;
	}

#navBeta ul.level3 li.pactive a, #navBeta ul.level3 li.sactive a {
	text-decoration: none;
	font-weight: bold;
	color: #429BCB;
	}

/*  navigation top ------------------------------------------------ */
#navTools ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-align: right;
	}

#navTools h2 {
	display: none;
	}

#navTools ul li {
	display: inline;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	}

#navTools ul li a {
	height: 15px;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #ccc;
	margin: 0;
	color: #999;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	}

#navTools ul li a:hover {
	color: #1278B8;
	border-top: 2px solid #7DA1D3;
	}

#tlang {
	position: absolute;
	left: 203px;
}

/*  content ------------------------------------------------ */
.lead {
	font-weight: bold;
	}

.content img {
	margin-bottom: 8px;
	}

img.i {
	background: #fff; 
	/*float: left;*/	
	border: 1px solid #ddd; 
	margin: 2px 0 0 0;
	padding: 0; 
	}

img.il {
	margin: 0 16px 4px 0;
	padding: 0; 
	}

img.ir {
	margin: 0 0 4px 16px;
	padding: 0; 
	}

/*  freedoc content  */
/*.content p {
	clear: both; 
	} */
	
/*.content h2, .content h3 {
	clear: both; 
	} */

.content h2 {
	color: #1278B8;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	}

.content p	{
	display: block;
	}

.content p em	{
	color: #1278B8;
	font-weight: bold;
	}

.content a.internalnnn {
	padding-left: 16px;
	background: url(/img/internal.gif) no-repeat 3px 2px;
	color: #1278B8;
	}

.content a.externalnnn {
	padding-left: 16px;
	background: url(/img/external.gif) no-repeat 3px 2px;
	color: #1278B8;
	}

/*  Lists   */
.content ul {
	margin: 0 0 5px 11px;
	padding: 0 0 3px 0;
	}

.content li {
	margin: 0 0 3px 5px;
	padding: 0;
	line-height: 130%;
	list-style: square outside;
	}

.content ul ul {
	margin: 3px 0 5px 12px;
	padding: 0 0 3px 0;
	}

.content ul ul li {
	margin: 0 0 1px 5px;
	padding: 0 0 0 5px;
	line-height: 130%;
	list-style-image: none;
	list-style-type: none;
	}

/*  freedoc boxes , check out */ 
.content p.boxalert, .content p.boxalert1 {
	display: block;
	padding: 4px 8px 4px 34px;
	margin-top: 4px;
	margin-bottom: 8px;
	border: 0;
	background: #DEDDCC url(/img/i_pdf.gif) no-repeat 4px 3px;
	color: #000;
	width: 425px;
	}

.content p.boxalert1 {
	background: #DEDDCC url(/img/i_basket.gif) no-repeat 5px 5px;
	}

.content p.boxalert {
	background: #DEDDCC;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	width: 400px;
	}

.content p.boxquest {
	display: block;
	padding: 4px 8px 4px 8px;
	margin-top: 4px;
	margin-bottom: 8px;
	border: 1px #1278B8 dotted;
	color: #000;
	width: 400px;
	}

.content p.box	{
	display: block;
	padding: 4px 6px 6px 10px;
	margin-top: 4px;
	margin-bottom: 16px;
	background: #FFD387;
	color: #444;
	width: 445px;
	}

.content p.box1	{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -9px;
	margin-bottom: 4px;
	width: 425px;
	}

.content p.box1 img	{
	vertical-align: bottom;
	}

/*  freedoc pre box  */ 
.content pre	{
	display: block;
	padding: 5px 10px;
	overflow: auto;
	margin-top: 0;
	margin-bottom: 1em;
	background: #EAEAEA; 
	color: #625343;
	font: 11px/1.3 monospace, "Lucida Console", monaco, monospace;
	width: 425px;
	}

/*  freedoc Table Variations in light blue, 100%, 80%, 60%  */
.tbl, .tbl1, .tbl2  { 
	margin-bottom: 15px;
	background-color: #fff;
	border: solid 1px #888; 
	width: 100%;
	width: 460px;
	}

.tbl td, .tbl1 td, .tbl2 td  {
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	padding: 0 10px 0 10px;
	vertical-align: top;
	background-color: #fff;
	color: #555;
	}

	.tbl th, .tbl1 th, .tbl2 th  {
	border-right: 1px solid #ddd;
	background-color: #EAEAEA;
	color: #888;
	}

	.tbl2 th {
	display: none;
	}

/*  freedoc Table Variations in light grey, 100%, 80%, 60%  */
.tbl3, .tbl4, .tbl5  { 
	margin-bottom: 8px;
	background-color: #fff;
	border: solid 1px #fff;
	width: 550px; 
	}
	
.tbl3 td, .tbl4 td, .tbl5 td  {
	border: none;
	border-bottom: 1px dotted #999;
	background-color: #fff;
	color: #000;
	padding: 2px 0 2px 0;
	vertical-align: middle;
	font-size: 10px;
	}
	
.tbl3 th, .tbl4 th, .tbl5 th  {
	border: none;
	border-bottom: 1px solid #000;
	background-color: #fff;
	color: #000;
	padding: 2px 3px 2px 0px;
	font-size: 10px;
	}

.tbl4 th1 {
	display: none;
	width: 150px;
	}

.tbl4 th2 {
	display: none;
	width: 270px;
	}

.tbl4 th3 {
	display: none;
	width: 130px;
	}

.tbl5 {
	width: 700px;
	margin-bottom: 16px;
	}

.tbl5 th {
	border: none;
	border-right: 1px solid #DEDDCC;
	background-color: #DEDDCC;
	color: #555;
	padding: 1px 10px 1px 10px;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	}
.tbl5 td {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	}

/*  freedoc Table Variations transparent, 100%, 80%, 60%  */
.tbl6, .tbl7, .tbl8  { 
	margin-bottom: 15px;
	background-color: transparent;
	border: 0; 
	}
	
.tbl6 td, .tbl7 td, .tbl8 td  {
	padding: 0;
	padding-left: 8px;
	background-color: transparent;
	border: 0; 
	}
	
.tbl6 th, .tbl7 th, .tbl8 th  {
	display: none;
	padding: 0;
	background-color: transparent;
	border: 0; 
	}

.tbl7 {
	width: 100%;
	}

.tbl8 {
	width: 70%;
	}

.fline {
	border-top: 1px solid #ccc; 
	height: 7px;
	width: 599px;
	clear: both;
	}

/*  forms input  */ 
input, input.full { 
	color: #333333; 
	font-size: 11px; 
	font-family: Verdana, sans-serif;
	background-color: #eeeeee;
	}
	
input.full { 
	width: 100%;
	}

input.ecard { 
	width: 60%;
	}

select { 
	color: black; 
	font-size: 11px; 
	font-family: Verdana, sans-serif;
	background-color: #eeeeee; 
}

img.butt {
	background: #CBE3EB; 
	border: 0; 
	margin: 0;
	padding: 0; 
}

/*  hotel related pages   ------------------------------------------------ */

.hotellist, .destinationlist, .destinationlist2, .infobox {
	width: 425px;
	padding: 6px 10px;
	margin-bottom: 8px;
	background: #eee;
	}

.hotellist h2, .infobox h2 {
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	}

.destinationlist h2 {
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	}

/* alternative hotellist 2 columns */
.destinationlist ul {
	border: 0;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	}

.destinationlist ul li {
	display: block;
	float: left;
	width: 165px;
	text-align: left;
	border: 0;
	margin: 0 0 4px 0;
	padding: 0;
	list-style-image: none;
	}

.destinationlist .fline {
	clear: left;
	border: 0; 
	height: 1px;
	}

.hotellist ul {
	border: 0;
	margin-left: 0;
	padding: 0;
	list-style-image: none;
	}

.hotellist li {
	border: 0;
	margin: 0 0 4px 0;
	padding: 0;
	list-style-image: none;
	}

.infobox h2 {
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
	}

.infobox h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	}

/* teaser box, oisi lade box  */
.teaserbox {
	width: 460px;	
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	background: url(/medias/volg/style/teaserbox.gif) no-repeat;	
	}
	
.teaserbox h2 {
	color: #fff;
	padding: 6px 0 3px 10px;
	margin-bottom: 9px;
	font-size: 1.5em;
	}

.teaserbox h2 em {
	font-size: 0.93em;
	color: #fff;
	padding-left: 10px;
	}

.teaserbox h3 {
	margin-left: 200px;
	left: 0;
	font-size: 12px;
	}

.teaserbox h3 strong em {
	font-weight: bold;
	}

.teaserbox img {
	float: left;
	margin-left: -185px;
	}
	
.teaserbox p {
	padding: 0 18px 0 0;
	margin-bottom: 8px;
	margin-left: 200px;
	left: 0;
	}

.teaserbox .fline {
	background: #fff url(/medias/volg/style/teaserbox.gif) no-repeat 0 -675px;
	border: none;
	height: 20px;
	}

.teaserbox label {
	margin-left: 5px;
	display: block;
	width: 120px;
	float: left;
	}
.teaserbox label.rezepte {
	width:170px;
}

.oiseladebox {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	background: url(/medias/volg/style/teaserbox.gif) no-repeat 122px 0;
	margin-top: 30px;
	width: 580px; 
	}
	
.oiseladebox h2 {
	color: #fff;
	padding: 6px 0 3px 159px;
	margin-bottom: 9px;
	font-size: 1.5em;
	}

.oiseladebox h2 em {
	font-size: 0.93em;
	color: #fff;
	padding-left: 10px;
	}

.oiseladebox h3 {
	padding: 6px 6px 6px 10px;
	}

.oiseladebox img {
	position: absolute;
	margin-left: 0px;
	left: -1px;
	top: -20px;
	}
	
.oiseladebox p {
	margin-bottom: 8px;
	left: 0;
	padding: 0 18px 0 165px;
	}

.oiseladebox .fline {
	border: none;
	height: 12px;
	background: #fff url(/medias/volg/style/teaserbox.gif) no-repeat 122px -675px;
	width: 580px;
	}

/*
.oiseladebox { background: url(/medias/volg/style/teaserbox.gif) no-repeat 123px 0; margin-top: 30px; width: 580px; }
.oiseladebox h2 { padding: 6px 0 3px 159px; }
.oiseladebox img { left: 0; top: -20px; }
.oiseladebox p { padding: 0 18px 0 165px; }
.oiseladebox .fline { background: #fff url(/medias/volg/style/teaserbox.gif) no-repeat 123px -675px; width: 580px; }
.oiseladebox p em { color: #FF9933; margin-top: 30px; display: block; }
*/

/* angebotbox */
.oiseladebox ul {
	list-style: none;
/*	margin: 0 2px 8px 8px;*/
	padding: 0;
	border: 0;
	margin: 0 0 10px 172px;
	}

.angebotbox {
	/*  IE6 background: #fff url(/medias/volg/style/teaserbox.gif) no-repeat 0px 0px;
	border: none; */
	background: url(/medias/volg/style/teaserbox.gif) no-repeat;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	width: 460px;
	}

.angebotbox h2 {
	color: #fff;
	padding: 6px 0 3px 10px;
	margin-bottom: 5px;
	font-size: 1.5em;
	}

.angebotbox img {
/*	float: left;*/
/*	margin-left: 20px; */
	margin-top: 10px;
	}

.angebotbox .fline {
	background: #fff url(/medias/volg/style/teaserbox.gif) no-repeat 0 -675px;
	border: none;
	height: 20px;
	/* IE6 clear: both; */
	}
.angebotbox p {
	margin-left: 20px;
}
/* angebotbox */

/* column box */
.columnbox {
	float: left;
	width: 220px;
	margin: 0 10px 10px 0;
	border: 1px solid #aaa;
	padding: 0;
	background: #eee;
	}

.columnbox h3 {
	margin: 0;
	padding: 2px 5px;
	background: #fff;
	border-bottom: 1px solid #aaa;
	font-size: 11px;
	}

.columnbox p {
	padding: 2px 5px;
	}

.rezeptbox {
	width: 650px;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	background: url(/medias/volg/style/rezept-top.jpg) no-repeat;
}

.rezeptbox-main {
	background: url(/medias/volg/style/rezept-main.jpg) repeat-y;
	margin: 0;
}

.rezeptbox .fline {
	background: #fff url(/medias/volg/style/rezept-bottom.jpg) no-repeat;
	border: none;
	height: 11px;
	width: 650px;
}

.rezeptbox h2 {
	color: #fff;
	padding: 6px 0 3px 10px;
	margin-bottom: 9px;
	font-size: 1.5em;
}

.rezeptbox h2 em {
	font-size: 0.93em;
	color: #fff;
	padding-left: 10px;
	}

.rezeptbox td.title {
	font-size: 0.93em;
	font-weight: bold;
}

.rezeptbox td.tcontent {
	font-size: 0.93em;
	font-weight: normal;
}

.mover { background-color:#B2CCE5; }

.mout {	background-color:#ffffff; }

/*  logos  ------------------------------------------------ */
#logolink {
	position: absolute;
	left: 782px;
	top: 0;
	width: 130px;
	height: 85px;
	z-index: 9;
	}

#buttonlogo {
	display: block;
	padding: 0;
	background: transparent url(/img/dummy.gif) no-repeat;
	width: 130px;
	height: 85px;
	}

/*  helpers  ------------------------------------------------ */
.whitespace	{
	background: #fff url(/img/pat_whitespace.gif);
	margin: 40px 0 0 0;
	padding: 0 15px; 
	}

.clearall {
	clear: both;  /* erzwingt neue zeile nach text umfluss float */
	height: 1px;
	}

.inline {
	display: inline;
	}

.hide, hr {
	display: none;
	}

.vspace {
	margin: 10px 0 0 0;
	}

.sp10 { margin-top: 10px; }
.sp15 { margin-top: 15px; }
.sp20 { margin-top: 20px; }

/*  Indu: lievedit  ------------------------------------------------ */
.liveedit {
	margin: 0;
	margin-bottom: 30px;
	border: 1px #E5DD98 solid;
	border-top: 1px #fff solid;
	padding: 2px 5px 2px 26px;
	background: #FAF4C4 url(/img/iliveedit.gif) no-repeat 6px 5px;
	}

.liveedit a, .liveedit a:link, .liveedit a:visited {
	text-transform: uppercase;
	color: #CA9D50;
	text-decoration: none;
	background: transparent; 
	}

.liveedit a:hover {
	color: #F4B244;
	text-decoration: none;
	background: transparent; 
	}

/* in olive */
.liveedit {
	margin: 0;
	margin-bottom: 30px;
	border: 1px #A0D872 solid;
	border-top: 1px #fff solid;
	padding: 2px 5px 2px 26px;
	background: #CDF8A9 url(/img/iliveedit1.gif) no-repeat 6px 5px;
	}

.liveedit a, .liveedit a:link, .liveedit a:visited {
	text-transform: uppercase;
	color: #80B231;
	text-decoration: none;
	background: transparent; 
	}

.liveedit a:hover {
	color: #9D910C;
	text-decoration: none;
	background: transparent; 
	}

/* ********** ********* ********** *********** ********** ********* */
/*  page specials  ------------------------------------------------ */
/* ********** ********* ********** *********** ********** ********* */
.picturebox em {
	color: #5F6C47;
	}

.photoregularfive {
	vertical-align: middle;
	vertical-align: text-top;
	}

.avalability li {
	list-style-type: none;
	}

.th1 { width: 150px; }
.th2 { width: 270px; }
.th3 { width: 130px; }

/* formular stuff */
.formx input { 
	width: 65% 
	}

.formx .formxsubmit { 
	width: 100px; 
	}

.warning p {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #DC2102;
	}

.required {
	background: #FFB9AC;
	}

label {
	float: left;
	width: 25%;
	padding-top: 3px;
	text-align: left;
	font-size: 95%;
	padding-left: 5px;
	}

fieldset { 
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	}

fieldset p { 
	margin: 0 0 8px 0; 
	padding: 0 0 0 10px; 
	}

legend {
	font-weight: bold;
	font-size: 12px;
	padding-left: 3px;
	}

input { 
	font: 11px/100% verdana, arial, helvetica, sans-serif;
	color: #000; 
	background: #fff;
	margin-top: 5px;
	}

textarea {
	font: 11px/100% verdana, arial, helvetica, sans-serif;
	color: #000;
	background: #fff;
}

p small {
	font-size: 10px;
	background: #ddd;
	padding: 1px;
	}


/* -------------- NEW ----------------- */

h2 strong {
	color: #FF0000;
	}

#navBeta .sidebox {
	width: 100px;
	}

#navBeta .sidebox a {
	margin-left: 0px;
	}

html {
	/*overflow-x:hidden; 	*/
	}

#navBeta #quicksearch, #navBeta #quicksearch h2 {
	background: transparent;
	}

#navBeta #quicksearch {
	}
#navBeta #quicksearch h2 {
	margin-left: -5px;
	}
 
#navBeta #quicksearch fieldset {
	width: 100px;
	padding: 0 0 5px 0;
	background: #fff;
	}

#navBeta #quicksearch legend {
	display: none;
	}
	
#navBeta #quicksearch input {
	width: 90px;
	background: #fff;
	}
	
#navBeta #quicksearch p,  #navBeta #quicksearch label {
	padding: 0;
	margin: 0;
	}

#navBeta #quicksearch form {
	margin: 0;
	padding:0;
	}

.ambientpic {
	position: absolute; 
	bottom: 59px; 
	right: 4px; 
	width: 100px; 
	z-index:99;
	}
	
.ambientpic img {
	padding: 0;
	margin: 0;
	}

/* GuestBook ------------------------------------------------ */
.guestbook, #xForm {
	width: 400px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #999999;
	margin-bottom: 1em;
	padding: 1em;
}
.guestbook div {
	float: left;
	width: 310px;
}
.guestbook div.label {
	width: 6em;
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
}
.guestbook input, .guestbook textarea {
	margin-top: 0;
	margin-bottom: 5px;
	width: 90%;
}
p.link a
{
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
#xForm input, #xForm textarea {	margin: 2px; width: 70%; }
#zip input { width: 15%; float: left; }
#zip input {
	_margin-left: 5px;width: 14.25%;
}
#city input { width: 53.75%; *width: 53.25%; _width: 52.5%; *margin: 1px 2px 2px 2px; }
#city label { display: none; }
#msg textarea { height: 7em; }
#sendform input { margin-left: 10em; width: 50%; float: left; }
#captcha label { width: 100%; }
#captcha input { margin-left: 10em; width: 160px; }
#captcha img { margin-left: 10em; }
#cancel input { width: 20%; }


/* LocationSearch ------------------------------------------------ */
.bbverkaufsstellen .content img { margin-bottom: 0;}
.location p input {
	margin-left: 1em;
}
.location table { width: 100%; margin: 2em 0 3em 0; }
.location td, .location th {
	padding: 3px 0 2px 0;
	font-size: 10px;
	border-bottom: 1px solid silver;
}
.location table.detail1 { margin-bottom: 0; }

/* Newsletter ------------------------------------------------ */
#gender input { width: 3em; margin-bottom: 0; }
#gender { padding-bottom: 2px; }


/* medien box */
.medienbox {
	clear: both;
	margin: 0;
}

.medienbox p {
	margin-left: 110px;
}

.medienbox a {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	background: url(/medias/volg/medien/save.gif) no-repeat 0 3px;
	color: #1278B8;
	width: 100px;
}

.medienbox a:link {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	background: url(/medias/volg/medien/save.gif) no-repeat 0 3px;
	color: #1278B8;
	width: 100px;
}

.medienbox a:visited {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	background: url(/medias/volg/medien/save.gif) no-repeat 0 3px;
	color: #1278B8;
	width: 100px;
}

.medienbox a:hover {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	background: url(/medias/volg/medien/save.gif) no-repeat 0 3px;
	color: #1278B8;
	width: 100px;
}

.medienbox a:active {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	background: url(/medias/volg/medien/save.gif) no-repeat 0 3px;
	color: #1278B8;
	width: 100px;
}

div.medienbox img {
	margin:0 20px 20px 0;	
}

.downloadbox p {
	padding-left: 16px;
	}

.downloadbox img {
	margin-left: -16px;
	margin-right: 7px;
	}

/* hey ------------------------------------------------ */

#bhey h1{
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	font-size: 30px;
	line-height: 1.1em;
	color: #4E89AE;
	font-weight: bold;
	}
#bhey #footer #slogan { display: block; margin: 36px 0 0 240px; width: 670px; color: #FFF; font-weight: bold; height: 20px; font-size: 15px; }

#bhey em {
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none;
	color: #1278B8;
	background: transparent;
	font-size:12px;
}

/* oiselade wettbewerbe */
.rightHandNavi p {
	background-image:url(/medias/volg/style/bg-righthand.gif);
	background-color:#fff;
	background-position:left 3px;
	background-repeat:no-repeat;
	padding:11px 5px 0 0;
}

.rightHandNavi h2 {
	font-size:14px;
	color:#1278B8;
	font-weight:bold;
	margin:15px 0 0 0;

}

.bbkontakt table {
	border:none;	
}

.bbkontakt table th, .bbkontakt table td {
	background-color:#fff;
	border:none;
	padding:0;
	width:auto;
	color:#222;	
}

.bbkontakt table th.th1 {
	color:#222;
}

.bbkontakt table th.th2 {
	background-color:#fff;
	font-size:14px;
	color:#1278B8;
}

.bbkontakt th.th1 {
	width:215px;
	color:#555555;
}

/* öisi chuchi -------------------------------------------- */
#videoCanvas {
	left:190px;
	position:relative;
	margin:15px 0 20px;
	width:330px;
}


/* Volg Rundgang Formular */
/* Dieser IE CSS-Hack ist für alle IE Versionen gültig:

.elementORClass {
	color: blue\9;
}
*/
#bueber-uns #xForm, #bhome-dev #xForm {
    background-color: white;
    width: auto;
}
#xForm #where {
    color: orange;
    font-weight: bold;
    margin-bottom: 10px;
    width: 480px;
}
#xForm #where span.notset, #xForm #where span.isset {
    color: black;
    font-weight: normal;
    vertical-align: top;
    position: relative\9;
    top: -6px\9;
    vertical-align: middle\9;
}
#xForm #where input {
margin-bottom: 7px;
margin-bottom: 0\9;
    vertical-align: bottom;
    vertical-align: middle\9;
    width: 15px;
}
#xForm #where label {
    border-right: 1px solid orange;
    height: 34px;
    padding-top: 0;
    width: 100px;
    height: 37px\9;
}
#xForm #when {
color: orange;
font-weight: bold;
margin-bottom: 10px;
/*height: 70px;
width: 450px;
height: 95px\9;*/
/*new*/
float: left;
height: 142px;
width: 262px;
}
#xForm #when span.notset, #xForm #when span.isset {
color: black;
float:left;
font-weight: normal;
/*vertical-align: top;*/
width:152px;
position: relative\9;
top: -6px\9;
/*vertical-align: middle\9;*/
/*new*/
margin-bottom: 2.1%;
margin-bottom: 0\9;
vertical-align: middle;
}
#xForm #when input {
/*vertical-align: bottom;
vertical-align: middle\9;*/
width: 15px;
/*new*/
vertical-align: middle;
}
#xForm #when label {
border-right: 1px solid orange;
/*height: 70px;*/
padding-top: 0;
width: 100px;
/*height: 85px\9;*/
/*new*/
height: 142px;
}
#xForm #time0305, #xForm #time0706, #xForm #time0507, #xForm #time0208, #xForm #time0609, #xForm #time0410, #xForm #time0111, #xForm #time0612 {
/*color: orange;
font-weight: bold;
margin-bottom: 10px;
clear: both;
width: 190px;
height: 74px\9;*/
}
#xForm #time0305 span.notset, #xForm #time0706 span.notset, #xForm #time0507 span.notset, #xForm #time0208 span.notset, #xForm #time0609 span.notset, #xForm #time0410 span.notset, #xForm #time0111 span.notset, #xForm #time0612 span.notset,
#xForm #time0305 span.isset, #xForm #time0706 span.isset, #xForm #time0507 span.isset, #xForm #time0208 span.isset, #xForm #time0609 span.isset, #xForm #time0410 span.isset, #xForm #time0111 span.isset, #xForm #time0612 span.isset {
color: black;
font-weight: normal;
vertical-align: top;
position: relative\9;
top: -6px\9;
vertical-align: middle\9;
float:left;
/*new*/
margin-right: 10px;
margin-bottom: 5px;
margin-bottom: 0\9;
width: 95px;
_width: 93px;
word-spacing: -0.1em\9;
}
#xForm #time0305 input, #xForm #time0706 input, #xForm #time0507 input, #xForm #time0208 input, #xForm #time0609 input, #xForm #time0410 input, #xForm #time0111 input, #xForm #time0612 input {
/*vertical-align: bottom;*/
width: 15px;
/*new*/
vertical-align: text-top;;
vertical-align: middle\9;
}
#xForm #time0305 label, #xForm #time0706 label, #xForm #time0507 label, #xForm #time0208 label, #xForm #time0609 label, #xForm #time0410 label, #xForm #time0111 label, #xForm #time0612 label {
/*border-right: 1px solid orange;
height: 51px;
padding-top: 0;
width: 100px;
height: 64px\9;*/
/*new*/
display: none;
}
#xForm #persons {
	clear: both;
}
.ausgebucht {
	color: red;
}
.ausgebuchtSmall {
	color: red;
	font-size: 8.8px;
	font-size: 9px\9;
margin-left: -55px;
margin-top: 10px;
margin-top: 15px\9;
	position: absolute;
}
#bueber-uns #xForm #captcha, #bhome-dev #xForm #captcha,
#bueber-uns #xForm #persons, #bhome-dev #xForm #persons,
#bueber-uns #xForm #name, #bhome-dev #xForm #name,
#bueber-uns #xForm #prename, #bhome-dev #xForm #prename,
#bueber-uns #xForm #email, #bhome-dev #xForm #email,
#bueber-uns #xForm #street, #bhome-dev #xForm #street,
#bueber-uns #xForm #phone, #bhome-dev #xForm #phone {
    width: 400px;
}
#bueber-uns #xForm #zip label, #bhome-dev #xForm #zip label {
    width: 17.25%;
}
#bueber-uns #xForm #zip input, #bhome-dev #xForm #zip input {
    width: 10%;
}
#bueber-uns #xForm #city input, #bhome-dev #xForm #city input {
    width: 37.1%;
    width: 36.6%\9;
    _width: 36.2%;
}
