/* reset */
html, body, p, a, ul, dl, ol, li, h1, h2, h3, h4, h5, h6, hr, img, form, fieldset, label, input, select {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
img {
	border: 0;
	}
ul {
	list-style-type: none;
	}
abbr {
	border: 0;
	}
body {
	color: #000;
	background-color: #faf5d7;
	background-image: url(/images/layout/winter-hintergrund.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	font: 12px/15px arial,helvetica,sans-serif;
	}
p {
	margin: 0 16px 10px 16px;
	font: 12px/15px arial,helvetica,sans-serif;
	}
h1 {
	font: 18px/20px arial,helvetica,sans-serif;
        max-width: 500px;
	}
h2 {
	font: 16px/18px arial,helvetica,sans-serif;
	}
h3 {
	font: bold 14px/16px arial,helvetica,sans-serif;
	}
hr {
	align: left;
	margin: 0 20px 0 0;
	color: #000;
	width: 692px;
	height: 1px;
	}
a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	color: #0000cc;
	font: 12px/15px arial,helvetica,sans-serif;
	}
div#container {
	width: 941px;
	height: 100%;
	background-color: #f2fbc6;
	left: 20px;
	top: 0px;
	}
div#header {
	background-color: #fff;
	height: 305px;
	width: 937px;
	position: relative;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
	}
div#top {
	height: 110px;
	position: relative;
	top: 10px;
	left: -10px;
	}
div#buchung {
	background-color: #f3f5b2;
	height: 92px;
	width: 532px;
	position: absolute;
	top: 10px;
	left: 260px;
	padding: 0 0 0 10px;
	border: 1px solid #98bc1d; 
	}
.inputboxBuchung, select.inputboxBuchung {
        position: relative; 
	border: 1px solid #98bc1d; 
	margin: 5px 10px 5px 0;
}
.buttonBuchung {
	margin: 5px 0 0 0;
    	padding: 2px;
}
.buttonBuchung:hover {
	cursor: pointer;
}
div#topgrafik {
	width: 937px;
	height: 305px;
	background-image: url(/images/layout/hotel-bockelmann.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	}
div#schnellfinder {
	width: 937px;
	height: 118px;
	background-image: url(/images/layout/header-bogen.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -80px;
	left: 0px;
	font: bold 14px/15px arial,helvetica,sans-serif;
	padding: 0px 5px 5px 0px;
	}
div#schnellfinder img {
        float: left;
	position: relative;
	top: 40px;
	left: 750px;
	}
.schnellfinderselect {
	background-color: #fff; 
	color: #000; 
	width: 170px; 
	height: 20px;
	border: 1px solid #000; 
	font: 13px/14px arial,helvetica,sans-serif;
	}
.suchfeld { 
	background-color: #fff; 
	color: #000; 
	width: 140px; 
	height: 18px;
	border: 1px solid #000; 
	font: 14px/16px arial,helvetica,sans-serif;
	}
.suchbutton { 
	background-color: #98bc1d; 
	color: #fff; 
	width: 30px; 
	height: 20px;
	font: bold 12px/14px arial,helvetica,sans-serif;
	}

div#notizzettel { 
	position: absolute; 
	clear: both;                              /*fix disappearing menu in IE6 */
	width: 130px; 
	height: 80px; 
	padding: 10px; 
	z-index: 98; 
	top: 10px; 
	right: 10px; 
	background: url(/images/layout/notizzettel.png) no-repeat; 
	}
div#notizzettel a, div#notizzettel a:link { 
	text-decoration: underline; 
	color: #000; 
	}
div#notizzettel a.hierklicken {  
	font-size: 11px; 
	padding-left: 12px; 
	background: url(/images/layout/doppelpfeile.gif) no-repeat 0 5px; 
	color: #003D68; 
	font-weight: bold; 
	text-decoration: underline; 
	}
div#notizzettel h3 { font: 11px arial,helvetica,sans-serif; margin: 5px 0px 5px 3px; font-weight: bold; text-decoration: underline; text-align: left; }
div#notizzettel p { font-size: 11px; text-indent: 20px; text-align: left; padding-top: 3px; }
div#notizzettel p strong { font-weight: bold; text-align: left; }


/* Slideshow Titelbild */

#slider {
   width: 937px; /* important to be same as image width */
   height: 305px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   background-image: url(/images/layout/topgrafik-background.gif);
   background-repeat: no-repeat;
   top: 2px;
   left: 0px;
}

#sliderContent {
   width: 937px; /* important to be same as image width or wider */
   position: relative; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0px;
   top: 0px;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 169px;
   height: 305px;
   background-color: #fff;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: 0.9; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   opacity: 0.9; /* here you can set the opacity of box with text */
   color: #000;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

/* Ende Slideshow Titelbild */


div#navianfang {
	float: left;
	clear: both;                              /*fix disappearing menu in IE6 */
	width: 195px;
	height: 32px;
	background-color: #98bc1d;
        background-image: url(/images/layout/menu-bg.gif);
        background-repeat: repeat-x;
	position: relative;
	top: 36px;
	left: 0px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	}


div#topnavi {
	clear: both;                              /*fix disappearing menu in IE6 */
	width: 742px;
	height: 32px;
	background-color: #98bc1d;
        background-image: url(/images/layout/menu-bg.gif);
        background-repeat: repeat-x;
	position: relative;
	top: 0px;
	left: 195px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	}
div#topnavi ul {
	display: inline;
	margin: 0;
	}
div#topnavi ul li {
	display: inline;
	float: left;
	}
div#topnavi ul li a,
div#topnavi ul li a:link,
div#topnavi ul li a:visited,
div#topnavi ul li a:active {
	display: block;
	padding: 8px 12px 9px 12px;
	font: bold 12px arial,helvetica,sans-serif;
	color: #fff;
	background-color: #98bc1d;
        background-image: url(/images/layout/menu-bg.gif);
        background-repeat: repeat-x;
	}
div#topnavi ul li a:hover {
	color: #000;
	background-color: #f3f5b2;
        background-image: url(/images/layout/menu-bg-active.gif);
        background-repeat: repeat-x;
	}
div#topnavi ul li.current a,
div#topnavi ul li.current a:link,
div#topnavi ul li.current a:visited,
div#topnavi ul li.current a:active {
	color: #000;
	background-color: #f3f5b2;
        background-image: url(/images/layout/menu-bg-active.gif);
        background-repeat: repeat-x;
	}
/* Subnavigation */
div#topnavi ul li ul {
	display: none;
	width: 160px;
	height: auto;
	position: absolute;
	top: 34px;
	left: -197px;
	white-space: nowrap;
	margin: 0;
	padding: 20px 10px 20px 20px;
	background-color: #f2fbc6;
	border-left: 2px solid #fff;
	}
div#topnavi ul li.current ul {
	display: block;
	width: 200px;
	}
div#topnavi ul li ul li {
	float: none;
	white-space: nowrap;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 0;
	font: 12px/12px arial,helvetica,sans-serif;
	background-color: #f2fbc6;
	}
body#home div#topnavi ul li ul li {
	background-color: #f2fbc6;
	}
div#topnavi ul li.current ul li a,
div#topnavi ul li.current ul li a:link,
div#topnavi ul li.current ul li a:visited,
div#topnavi ul li.current ul li a:active {
	display: block;
	width: 165px;
	height: 20px;
	padding: 7px 10px 5px 20px;
	font: bold 12px/12px arial,helvetica,sans-serif;
	white-space: nowrap;
	color: #000;
	background-color: #e4d2af;
        background-image: url(/images/layout/submenu-bg.gif);
        background-repeat: repeat-x;
        margin-left: -20px;
	}
div#topnavi ul li.current ul li a:hover,
div#topnavi ul li.current ul li a.current,
div#topnavi ul li.current ul li a.current:link,
div#topnavi ul li.current ul li a.current:visited,
div#topnavi ul li.current ul li a.current:active {
	font: bold 12px/14px arial,helvetica,sans-serif;
	text-decoration: underline;
	color: #000;
	background-color: #f3f5b2;
        background-image: url(/images/layout/menu-bg-active.gif);
        background-repeat: repeat-x;
	}
/* Sub-subnavigation */
div#topnavi ul li.current ul.current li ul {
	display: none;
	width: 210px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	white-space: nowrap;
	margin: 0;
	background-color: #cbdae0;
	}
div#topnavi ul li.current ul.current li ul.current {
	display: block;
	}
div#topnavi ul li.current ul.current li ul.current li {
	border: 0;
	border-top: 1px dotted #68909f;
	}
div#topnavi ul li.current ul.current li ul.current li a {
	padding: 7px 10px 5px 26px;
	background-color: #cbdae0;
	}
div#topnavi ul li.current ul.current li ul.current li a.current {
	background-color: #cbdae0;
	font-weight: bold;
	}

div#topnavi div { width: 160px; }
div#topnavi div#tischreservierung { width: 146px; }

div#content {
        float: left;
	position: relative;
	align: left;
	top: 0px;
	left: 0px;
	width: 937px;
	height: auto;
	background-color: #f2fbc6;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
div#inhalt {
        float: left;
	position: relative;
	align: left;
	top: 0px;
	left: 197px;
	width: 680px;
	min-height: 2300px;
	background-color: #f2fbc6;
	padding: 20px 20px 0px 20px;
	}
div#left_content {
        float: left;
	position: relative;
	align: left;
	top: 0px;
	left: 0px;
	width: 440px;
	}
div#right_content {
        float: left;
	position: relative;
	align: right;
	top: 0px;
	left: 20px;
	width: 240px;
	}
div#left_content td {
        height: 25px;
        border: 1px solid #98bc1d; 
	background-color: #f3f5b2;
        padding: 5px;
}
div#left_content td.ohne {
        border: 0px; 
	background-color: #f2fbc6;
        padding: 5px;
}
/* modul-box */
div.modul-box { 
	clear: both; 
        padding-bottom: 20px; 
        display: inline-block; 
}
div.leistungen { 
        width: 420px; 
        height: auto; 
        background: #fff; 
        border: 1px solid #e4d2b0; 
        padding: 10px; 
        margin-bottom: 20px; 
}
div.preise { 
        width: 420px; 
        height: auto; 
        background: #fff; 
        border: 1px solid #e4d2b0; 
        padding: 10px; 
}
div.leistungen h3,
div.preise h3 { 
        display: block; 
        padding: 7px 5px; 
        font-size: 12px; 
        font-weight: bold; 
        color: #000; background: #e4d2b0;
        margin: -10px; 
}
/* Ende modul-box */
/* anfrage */
div.anfrage-box { 
        width: 660px; 
        height: auto; 
        background: #fff; 
        border: 1px solid #98bc1d; 
        padding: 10px; 
        margin-bottom: 20px; 
}
div.anfrage-innen { 
        width: 640px; 
        height: auto; 
        background: #f3f5b2; 
        padding: 10px; 
}
div.anfrage-box div.col1 { 
        clear: left; 
        float: left;
        width: 300px; 
}
div.anfrage-box div.col2 { 
        width: 300px; 
}
div.anfrage-box img { 
        position: relative; 
        top: -15px; 
        left: 80px;
        cursor: pointer;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: bottom;
	}
div.anfrage-box fieldset legend { 
        display: none; 
}
div.anfrage-box fieldset { 
        width: 270px; 
}
div.anfrage-box label { 
        position: relative; 
        clear: left; 
        float: left; 
        display: block; 
        width: 120px; 
        font-weight: bold; 
        white-space: nowrap;
        padding-top: 5px;
}
div.anfrage-box label.ueberschrift { 
        position: relative; 
        clear: left; 
        float: left; 
        display: block; 
        width: 300px; 
        font-weight: bold; 
        text-decoration: underline;
        white-space: nowrap;
        padding-top: 20px;
        padding-bottom: 10px;
}
div.anfrage-box label.ueberschriftgross { 
        position: relative; 
        clear: left; 
        float: left; 
        display: block; 
        width: 300px; 
        font-weight: bold; 
        font-size: 14px; 
        text-decoration: underline;
        white-space: nowrap;
        padding-top: 10px;
        padding-bottom: 20px;
}
div.anfrage-box fieldset select { 
        position: relative; 
        margin-bottom: 10px; 
        top: 3px; 
}
div.anfrage-box fieldset#person { 
        width: 500px; 
        padding-bottom: 10px; 
}
div.anfrage-box fieldset#person label { 
        width: 100px; 
}
div.anfrage-box fieldset#person input { 
        width: 300px; 
        margin-bottom: 2px; 
        padding: 5px; 
}
div.anfrage-box fieldset#gutscheinperson { 
        width: 500px; 
        padding-bottom: 10px; 
}
div.anfrage-box fieldset#gutscheinperson label { 
        width: 150px; 
}
div.anfrage-box fieldset#gutscheinperson input { 
        width: 300px; 
        margin-bottom: 2px; 
        padding: 5px; 
}
div.anfrage-box fieldset#anfrageart, fieldset#veranstaltungsdaten, fieldset#rahmenprogramm { 
        width: 500px; 
        padding-bottom: 10px; 
}
div.anfrage-box label.checkbox { 
        clear: none; 
        float: left; 
        margin-top: -3px;
        padding-bottom: 5px; 
}
div.anfrage-box input.checkbox { 
        clear: left; 
        float: left; 
        margin-right: 5px; 
        padding-bottom: 5px; 
}
div.anfrage-box fieldset#veranstaltungsd input { 
        position: relative; 
        width: 100px; 
        left: 150px; 
        top: -15px; 
}
div.anfrage-box fieldset#veranstaltungsdaten input { 
        position: relative; 
        width: 100px; 
        left: 180px; 
        top: -15px; 
}
div.anfrage-box fieldset#anreisef input, div.anfrage-box fieldset#abreisef input { 
        position: relative; 
        width: 120px; 
        left: 75px; 
        top: -15px; 
}
div.anfrage-box fieldset#veranstaltungsdaten legend, fieldset#veranstaltungsd legend, div.anfrage-box fieldset#anreisef legend, div.anfrage-box fieldset#abreisef legend { 
        display: block; 
        font-weight: bold; 
}
div.anfrage-box fieldset#veranstaltungsd img { 
        position: relative; 
        top: -15px; 
        left: 155px;
        cursor: pointer;
}
div.anfrage-box fieldset#veranstaltungsdaten img { 
        position: relative; 
        top: -15px; 
        left: 185px;
        cursor: pointer;
}
div.anfrage-box fieldset#zimmer { 
        width: 170px; 
}
div.anfrage-box label.zimmer { 
        width: 120px;
}
div.anfrage-box input.kinderanzahl { 
        width: 20px;
}
div.anfrage-box label.kinder1anzahl { 
        position: relative; 
        clear: left; 
        float: left; 
        display: block; 
        width: 110px; 
        font-weight: bold; 
        white-space: nowrap;
        padding-top: 5px;
        margin-bottom: 10px;
}
div.anfrage-box span.kinderalter { 
        position: relative; 
        display: block; 
        font-weight: bold; 
        font-size: 12px; 
        white-space: nowrap;
        top: 20px;
        left: -20px;
}
div.anfrage-box textarea { 
        width: 640px; 
        height: 100px; 
        margin-bottom: 10px; 
}
div.anfrage-box fieldset#abschluss { 
        clear: both; 
        float: left; 
        width: 600px; 
        padding-bottom: 10px; 
}
/* Ende anfrage-box */
/* drei Spalten sitemap */
div#left_sitemap {
        float: left;
	position: relative;
	align: left;
	top: 0px;
	left: 0px;
	width: 210px;
	}
div#center_sitemap {
        float: left;
	position: relative;
	align: right;
	top: 0px;
	margin-left: 25px;
	width: 210px;
	}
div#right_sitemap {
        float: left;
	position: relative;
	align: right;
	top: 0px;
	margin-left: 25px;
	width: 210px;
	}
/* Ende drei Spalten sitemap */





#reiseblock{
	float: left;
	width: 210px;
	height: 300px;
	margin: 0 20px 20px 0;
	cursor: pointer;
}
#reiseblock .img{
        float: left;
	width: 210px;
	height: 160px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}
#reiseblock div.link{
        float: left;
	width: 210px;
	height: 47px;
	margin: -20px 0px 0px 0px;
	color: #FFF;
	font: bold 12px/12px arial,helvetica,sans-serif;
	background-image: url(/images/layout/reiseteaser.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#reiseblock a.info,
#reiseblock a.info:link,
#reiseblock a.info:active,
#reiseblock a.info:visited,
#reiseblock a.info:hover{
	clear: all;
	font: 12px/12px arial,helvetica,sans-serif;
	color: #000;
	height: 70px;
}
div.reiseteas{ 
	float: left;
	width: 210px;
	height: 80px;
	padding: 5px 5px 5px 10px; 
	color: #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #f3f5b2;
}

/* Scrollbox Anfang */
div.box { 
        float: left; 
        width: 700px; 
        background: #f2fbc6; 
        padding: 10px 0; 
}
a.scr-blaettern { 
        float: left; 
        margin: 110px 10px 0 10px; 
}
div.scr-maske { 
        position: relative; 
        float: left; 
        width: 630px; 
        height: 295px; 
        padding: 0; 
        background: none; 
	background-color: #f2fbc6;
        overflow: hidden; 
}
ul.scr-galerie { 
        position: absolute; 
        top: 0; 
        width: 2219em; 
        padding: 0; 
        background: none; 
}
ul.scr-galerie li { 
        display: block; 
        clear: none; 
        float: left; 
        width: 200px; 
        height: 290px; 
        margin: 0 8px 0 0; 
        padding: 0 0 0 0; 
        background-repeat: no-repeat; 
        background-position: bottom left; 
        border: 1px solid #98bc1d;
}
ul.scr-galerie h3 a { 
        display: block; 
        float: left; 
        width: 200px; 
        height: 32px; 
        padding: 8px 0 0 20px;
        margin-right: 10px; 
        background: url(/images/layout/teaser_header.png) no-repeat; 
        color: #fff; 
        font-size: 13px; 
        font-weight: bold; 
}
ul.scr-galerie img{
        float: left;
        position: relative;
        top: -8px;
	width: 200px;
	height: 150px;
        padding: 0;
	cursor: pointer;
}
ul.scr-galerie div.teaser-footer{
        float: left;
        position: relative;
        top: -50px;
	width: 200px;
	height: 150px;
        padding: 45px 10px 10px 10px;
	color: #000;
	font: 12px/12px arial,helvetica,sans-serif;
	background-image: url(/images/layout/teaser_footer.png);
	background-repeat: no-repeat;
	cursor: pointer;
        border-bottom: 1px solid #98bc1d;
}
/* Scrollbox Ende */

div#trenner {
        float: left;
	position: absolute;
	top: 93px;
	left: 195px;
	width: 1px;
	height: 2300px;
	background-color: #98bc1d;
	}
div#info {
        float: left;
	position: absolute;
	top: 386px;
	left: 20px;
	width: 195px;
	height: auto;
	background-color: #f2fbc6;
	}
div#infoueberschrift {
	width: 160px;
	height: 20px;
	display: block;
	padding: 7px 15px 5px 20px;
	font: bold 12px arial,helvetica,sans-serif;
	color: #fff;
	background-color: #98bc1d;
        background-image: url(/images/layout/menu-bg.gif);
        background-repeat: repeat-x;
        margin-left: -20px;
        margin-bottom: 10px;
	}
div#infobild {
	width: 158px;
	height: 150px;
	background-color: #f2fbc6;
        margin-bottom: 20px;
	}
div#infobild img {
	clear: all;
	position: relative;
	text-decoration: none;
	color: #000;
	font: 12px/15px arial,helvetica,sans-serif;
	background-color: #f2fbc6;
        margin-left: -5px;
	}
div#tischreservierung {
	position: relative;
	top: 0px;
	left: 0px;
	width: 145px;
	height: auto;
	padding: 5px 5px 5px 5px;
	font: 12px/13px arial,helvetica,sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}
.one-third {
	float: left;
	margin: 0 10px 0 25px;
        width: 190px;
        }
#Footer {
        float: left;
	position: relative;
	top: 10px;
	left: -2px;
	width: 937px;
	color: #000;
	background-color: #98bc1d;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
#FooterTop { 
	background-color: #98bc1d; 
	height: 15px;
	}
#FooterContent {
        background-color: #98bc1d;
        }
#FooterBottom {
        background-color: #98bc1d;
	height: 15px;
        }
#Footer .one-third {
	height: 100px;
        }
#Footer .trenner {
	float: left;
        background-image: url("/images/layout/footerBg-verticalRule.gif"); 
	height: 110px;
        width: 2px;
        }
#Footer a:link, #Footer a:visited { 
        font-weight: bold;
	color: #fff;
	}
#Footer a:hover, #Footer a:active {
        font-weight: bold;
	color: #68909f;
	}
#Footer h1, #Footer h2, #Footer h3, #Footer h4, 
#Footer h5, #Footer h6 {
	color: #fff;
	} 
#Footer p {
	clear: both;
	margin: 10px 10px 0 0px;
	font: 12px/14px arial,helvetica,sans-serif;
        font-weight: bold;
	color: #fff;
	} 

div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:active,
div#footer a:hover {
	color: #68909f;
	background-color: transparent;
	font: 12px/15px arial,helvetica,sans-serif;
	}

#Footer2 {
        float: left;
	position: relative;
	top: 8px;
	left: -2px;
	width: 941px;
	color: #000;
        background-color: #fff;
        filter: alpha(opacity=90); /* here you can set the opacity of box with text */
        -moz-opacity: 0.9; /* here you can set the opacity of box with text */
        -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
        opacity: 0.9; /* here you can set the opacity of box with text */
	}
#Footer2Top { 
	height: 15px;
	}
#Footer2Bottom {
	height: 15px;
        }
#Footer2 img {
	cursor: pointer;
        }
#Footer2 a:link span {
        display: none;
        }
#Footer2 a:visited span {
        display: none;
        }
#Footer2 a:hover span {
        position: absolute;
        top: -150px;
        left: 300px;
        margin: 15px 0px 0px 20px;
        background-color: #fff;
        max-width: 400px;
        padding: 2px 10px 2px 10px;
        border: 1px solid #C0C0C0;
	font: 12px/15px arial,helvetica,sans-serif;
        color: #000;
        text-align: left;
        display: block;
        filter: alpha(opacity=100); /* here you can set the opacity of box with text */
        -moz-opacity: 1.0; /* here you can set the opacity of box with text */
        -khtml-opacity: 1.0; /* here you can set the opacity of box with text */
        opacity: 1.0; /* here you can set the opacity of box with text */
}

div.spacer {
	clear: both;
	height: 10px;
	}
div#empfehlung {
	float: left;
	position: absolute;
	top: 10px;
	left: 530px;
	}
div#empfehlung span {
	float: left;
	position: relative;
	top: -22px;
	left: 90px;
	}
.hidden {
	display: none;
	}

@media print {
div#header,
div#footer, div#topnavi, div#trenner, div#info {
	display: none;
	}
div#content {
	margin-left: 0;
	}
