@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;

	margin:0px;
	padding:0px;
	
	overflow:hidden;
}

body{	
	margin: 0px;
	padding: 0px;
	
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9pt;
}

*html div, *html img { behavior: url(fileadmin/template/iepngfix.htc) }

#page-wrapper {
	position:relative;

	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;
	overflow:auto;
	overflow-x:hidden;
}

#container-bg {
	background: url(images/body_bg_2.jpg) repeat-x scroll top left #fff;
}

#container-wrapper {
	position:relative;
	
	width:100%;
	min-height:100%;
	
	margin:0px;
	padding:0px;
	
	background: url(images/left_bg.jpg) no-repeat top left;
}

*html #container-wrapper {
	height:100%;
}

#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	
	height:40px;
	padding:10px 0px 0px 136px;
	
	background:url(images/white-75.png) repeat;
	
	z-index:10;
}

#fade-to-white {
	position:absolute;
	top:0px;
	left:0px;
	
	width:752px;
	height:100px;
	
	background:url(images/white-gradient.png) repeat-x;
}

*html #fade-to-white {
	background:url(images/white-gradient-ie6.png) repeat-x;
}

b, strong {
	color: #BE9E56;
}

img{
	border: 0px; 
}

.clear-both {
	clear:both;
}

.align-center {
	text-align:center;
}

.align-justify{
	text-align: justify;
}

.align-right{
	text-align: right;
}

.zusatzinfo {
    display:none;
}

p{
	margin: 0px;
	margin-bottom: 15px;
}

.current{
	color: #BE9E56;
}


.image_box{
	position: absolute;

	border-top: 3px solid #be9e56;
	border-bottom: 3px solid #be9e56;

	width: 207px;
	height: 165px;
	background: url(images/gallery_open.png);
}

.image_box:hover{
	border-bottom: 3px solid gray;
	border-top: 3px solid gray;

	background: url(images/gallery_over.png);
}

.wrapper{
	width: 1004px;
	
	z-index:0;
}

.text_indent, .indent{
	padding-left: 213px;
}

.footer .text_indent{
	padding-left: 0px;
}

span.top{
	text-align: right;

	width: 100%;

	display: block;

	margin: 0px;
	padding: 0px;
}

.top{
	margin: 0px;
	padding: 0px;
}

h1{
	background: #be9e56;
	padding: 2px 15px;
	display: inline;
	text-align: center;

	font-size: 13pt;
	text-transform: uppercase;

	color: white;
}

h3{
	background: #be9e56;
	padding: 1px 3px;
	display: inline;
	text-align: center;

	font-size: 10pt;

	color: white;

	margin-bottom: 2px;
}

h2{
	color: #be9e56;
	font-size: 11pt;
}

a{
	color: #BE9E56;
}

.absolute_heading{
	position: absolute;
	top: -40px;
	left:0px;
}

.code{
	font-size: 7pt;
}

.ph_button1{
	width: 600px;
	height: 50px;
	cursor: pointer;	

	margin-left: 50px;
	position: absolute;
	
}

.ph_button2{
	width: 600px;
	height: 40px;
	cursor: pointer;	

	margin-left: 50px;
	margin-top: 40px;
	position: absolute;	
}
.ph_button3{
	width: 600px;
	height: 40px;
	cursor: pointer;	

	margin-left: 50px;
	margin-top: 80px;
	position: absolute;	
}
.ph_button4{
	width: 600px;
	height: 40px;
	cursor: pointer;	

	margin-left: 50px;
	margin-top: 120px;
	position: absolute;	
}

.left_bg{
	width: 136px;
	height: 616px;
	
	position: absolute;
	
	z-index: 1;
	
	
}

.left_bg_container{
	background: url(images/overlay_organic.png);
	
	width: 146px;
	height: 616px;
	
	position: absolute;
	left: 136px;
		
	z-index: 5;
}

.outer_container{
	width: 870px;
	
	margin-left: 136px;
	
	background: #fff;
}

.inner_container{
	width: 752px;

	float: right;
}

.header{
	width: 750px;
	min-height: 300px;
	
	position: relative;
}

.logo{
	background: url(images/logo_trans.png);

	width: 141px;
	height: 94px;
	
	position: absolute;
	
	right: 20px;
	top: 20px;

	z-index: 0;
}
/* Navigation */

.menu{
	position: absolute;
	
	width: 610px;
	height: 25px;

	z-index: 10;

	margin-top: 15px;
	margin-left: 30px;

	list-style: none;
}

ul{
    list-style: none;
    padding: 0px;
}

.menu ul{
	list-style-type: none;

	margin: 0px;
	padding: 0px;
}

.menu li{
	font-size: 8pt;

	float: left;

	padding-left: 8px;
	padding-right: 8px;

}

.menu ul li.border{
	border-right: 2px solid #545257;
}

.menu a{
	text-decoration: none;
	color: #504e53;

	display: block;
}

.menu a.current{
	color: #BE9E56;
	font-weight:bold;
}

.menu ul li ul{
	position: absolute;

	z-index: 99;

	min-width: 140px;

	border-bottom: 1px dotted #545257;
	border-left: 1px dotted #545257;

	margin: 0px;
	padding: 0px;

	padding: 5px;

	background: #fff;

	-moz-opacity: 0.8;

	display: none;
	clear: left;
}

*html .menu ul li ul{
	width: 150px;
}

*html .menu ul li ul li a{
	color: #be9e56;	

	display: block;
	width: 10em;

}

.menu ul li ul li{
	clear: left;
	padding: 0px;
}

*menu ul li ul li{
	width: 150px;
}

.menu span{
	height: 16px;
	width: 3px;
	
	background: #504e53;
	display: inline;
	
	float: left;	
}

.menu ul li:hover ul{
	display: block;
}

.menu ul li ul li a:hover{
	color: #504e53;
}

.menu ul li:hover a{
	color: #be9e56;
}

.menu a:hover{
	color: #be9e56;		
}

.content{
	clear: both;
	
	padding: 10px 20px 50px 20px;
	
	min-height: 275px;

	position: relative;
	
}

*html .content{
	height: 275px;
}

.content .content-block {
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;

	border-bottom:1px solid #BE9E56;
	
	clear:both;
}

#player-controls {
	position:absolute;
	left:140px;
	top:50px;
	
	width:110px;
	
	z-index:10;
}

#player-open, #player-close, #player-pause, #player-play, #player-stop, #player-unmute, #player-mute {
	display:block;
	
	margin:5px;
	
	cursor:pointer;
	
	float:left;
}

#player-open {
	width:64px;
	height:80px;
	
	background:url(images/music-64.png) no-repeat 0px 0px;
}

#player-pause, #player-play, #player-stop, #player-unmute, #player-mute, #player-close {
	width:16px;
	height:16px;
	
	background:url(images/player-controls.gif) no-repeat 0px 0px;
}

#player-pause {
	background-position:0px 0px;
}

#player-play {
	background-position:-16px 0px;
}

#player-stop {
	background-position:0px -32px;
}

#player-mute {
	background-position:0px -16px;
}

#player-unmute {
	background-position:-16px -16px;
}

#player-close {
	background-position:0px -48px;
}

#player-controls span {
	display:none;
}

.search_form{
}

.search_wrap{
	left: 140px;
	top: 10px;

	position: absolute;

	display: none;

	width: 120px;
	height: 20px;

	padding: 15px;

	z-index: 10;

	background: white;
	border: 1px solid #BE9E56;
}

.lupe{
	left: 145px;
	top: 10px;

	position: absolute;
	z-index: 6;

	width: 20px;
	height: 20px;
	background: url('images/lupe.png') no-repeat;

	padding-left: 26px;
	padding-top: 7px;
	font-size: 7pt;
	color: #965F1D;
}


.close_button{
	cursor: pointer;

	position: absolute;
	top: 0px;
	right: 0px;

	margin-bottom: 10px;
	margin-left: 10px;

	width: 15px;
	height: 15px;
	
	background: url('images/close.png');
}

.footer_menu{
	width: 870px;
	height: 20px;

	margin: 0px 0px;
	
	text-align:center;
		
	clear: both;
}

.footer_menu a{
	color: #504e53;
	text-decoration: none;
		
	margin-right: 8px;
	margin-left: 10px;
	
	padding:0px 12px 0px 0px;
	
	font-size: 7pt;
}

.footer_menu a:hover{
	color: #be9e56;
}

.footer_menu a.active{
	color: #be9e56;
	font-weight: bold;
}

.footer_menu span{
	border-right:2px solid #504e53;
}

.footer_menu .border {
	border-right:2px solid #504e53;
}

.footer{
	font-size: 7pt;
	color: #98989b;
	text-align: center;
		
	width: 870px;
	
	clear: both;
}

.footer p{
	margin: 0px;
}

.sprachenmenu{
	margin: 15px 15px;
}

.sprachenmenu a{
	margin-right: 5px;
}

ol li{
	margin-bottom: 15px;
}

/* Mailform */

.contact_text{
	width: 161px;
	color: #BE9E56;
	border: 1px solid #BE9E56;
}

.contact_textarea{
	height: 160px;
	margin-left: 15px;
	color: #BE9E56;
	border: 1px solid #BE9E56;
}

.contact_break{
	margin-left: 15px;
}

.contact_input_size2{
	width: 42px;
}

.contact_input_size1{
	width: 110px;
}

.contact_input_margin_right{
	margin-right: 3px;
}

.contact_submit{
	text-align: right;
}

.contact_submit input{
	margin-top: 4px;
	border: 0px;
	background: #BE9E56;
	color: white;
	cursor: pointer;
}

.tx-thmailformplus-pi1{
	margin-left: 210px;
	width: 600px;
}

.messageBox{
	font-size: 7pt;
	color: red;
	width: 170px;
}

.textarea_error{
	margin-left: 15px;
}

/* Textpic Formatting Gold */

.textpic_formatierung_gold{
	padding-top: 13px;
	padding-bottom: 10px;

	border-top: 1px solid #BE9E56;
}

.csc-textpic-imagewrap {
	float:left;
}

.csc-textpic-text {
	width:475px;
	
	float:left;
}

.image-box {
	margin:0px 0px 8px 0px;
}

.csc-textpic-imagerow .image-box {
	margin:0px;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image, .image-box IMG{
	border-bottom: 3px solid #BE9E56;
	border-top: 3px solid #BE9E56;
	border-left: 0px;
	border-right: 0px;
}

.csc-textpic-image IMG{
	border-bottom: 3px solid #BE9E56;
	border-top: 3px solid #BE9E56;
	border-left: 0px;
	border-right: 0px;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG:hover{
	border-bottom: 3px solid gray;
	border-top: 3px solid gray;
}

dl.csc-textpic-image{
	padding: 0px;
	margin: 0px;
}

DIV.csc-textpic-text{
	padding: 0px;
}

DIV.csc-textpic-text b{
	color: #BE9E56;
}

DIV.csc-textpic-text{
	padding-right: 10px;
}

.csc-textpic-imagerow{
	margin:0px 10px 8px 0px;
	float: left;
}

.csc-textpic-imagewrap{
	width: 213px;
}

.cocktails p{
	line-height: 18px;
}

.herstellung .csc-textpic-image{
	display: none;
}

/* Aktuelles */

.aktuelles p{
	margin-top: 2px;

	line-height: 11pt;
}

.aktuelles i{
}

.aktuelles b{
	padding-left: 2px;
	line-height: 13pt;
}

.loading{
	background: url('images/ajax-loader.gif') no-repeat;
	width: 220px;
	padding-top: 22px;
	padding-left: 50px;
	margin: 125px 125px;
	position: absolute;
}


/* Lightboxx */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border:1px solid #888;
	border-bottom:none;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	border:1px solid #888;
	border-top:none;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* wt gallery */

/*.wtgallery_list_area img{
	margin: 3px;
	border: 1px solid #BE9E56;
}*/

/* .category_row img{
	margin: 5px;
	border: 1px solid #BE9E56;
}*/

.wtgallery_category_folder{
	text-align: center;
}

.wtgallery_category_pagebrowser_area{
	margin-top: 10px;
}

.wtgallery_category_pagebrowser_area{
	display:none;
}

.list_row div.wtgallery_list {
    width:165px;
    height:165px;
    
    margin: 3px;
	border: 1px solid #BE9E56;
    
    overflow:hidden;    
}

.wt_gallery_category_pic {
    width:200px;
    height:200px;
    
    margin: 3px;
	border: 1px solid #BE9E56;
    
    overflow:hidden;
}

h2.wtgallery_list{
	display:none;
}

h2.wtgallery_category{
	display:none;
}
