/* mac hide\*/
html, body {
	height: 100%;
}
/* end hide */

html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
body {
	text-align: center;
	min-width: 360px;
	background: #ffcc99;
	color: #000000;
}
table, tr, td {
	border: 0;
}

/***********************************************************
 Alles was nicht explizit definiert ist
************************************************************/

* {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Sans-Serif, 'Bitstream Vera Sans', Arial, Helvetica;
}
a img {
	border: 0;
}
p {
	margin: 5px 0;
	padding: 0;
	font-family: Sans-Serif, 'Bitstream Vera Sans', Arial, Helvetica;
}

li {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 0 15px;
}

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

/***********************************************************
 Layout:
************************************************************/
.layout {
	margin: 30px auto 0 auto;
	position: relative;
	padding: 0;
	z-index: 3;
	top: 0;
	height: 100%;
	width: 830px;
	background: transparent;
	z-index: 2;
}

html>body .layout {
	min-height: auto;
}

.wrapper {
	width: 800px;
	position: absolute;
	left: 0;
	height: 50%;
	background: #fddcbb;
}
.content { 
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	padding: 0;
	z-index:2;
	height: 85%;
	overflow: auto;
	width: 825px;
	border: 0;
	z-index: 2;
}
.content * {
	line-height: 150%;
	padding: 0;
}
.content_box {
	border: 0;
	margin-top: 120px;
	padding-bottom: 70px;
	left: 38px;
	width: 400px;
	overflow: hidden; 
	z-index: 4;
	position: absolute;
	text-align: left;
}
.content h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e3581f;
	text-align: left;
	padding: 20px 0 10px 0;
}
.content h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff4500;
}
.content h2 {
	margin-bottom: 5px;
}
.content td {
	border-bottom: 1px solid #f4ad83;
}
.content a {
	color: #ff4500;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #b80018;
	text-decoration: underline;
	font-weight: bold;
}
.files {
	margin-bottom: 15px;
}
.face{ 
	background: #f4ad83;
	width: 180px;
	height: 100px;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	text-indent: -28px;
	overflow: hidden;
	z-index: 198
}

/*  --------------- Infos ----------------*/
.infobar {
	background: transparent;
	height: 60%;
	width: 195px;
	margin: 0;
	z-index: 4;
	top: 220px;   
	right: 40px;
	border: 0;
	position: absolute;
}
.infobar * {
	line-height: 130%;
	text-align: left;
	font-size: 11px;
}
.infobar input {
	border: 1px solid silver;
	width: 150px;
}

div#logo {
	position: absolute;
	top: 130px;
	left: 646px;
	width: 125px;
	height: 100px;
	z-index: 300
}
div#navigation {
	position: relative;
	width: 620px;
	height: 100px;
	float: left;
	top: 0;
	overflow: hidden;
	left: 0;
	margin: 0;
	padding: 0;
	background: #f4ad83;
	border: 0px solid blue;
	z-index: 199;
}	
div#navigation ul {
	margin: 20px 0 0 35px;
}
div#navigation ul li {
	list-style: none;
	margin: 10px 10px 0 0;
	float: left;
}
div#navigation ul li a {
	font-size: 15px;
	font-style: italic;
	text-decoration: none;
}
div#navigation ul li a:hover {
	border-bottom: 2px solid #e3581f;
}
div#navigation ul li.active a {
	border-bottom: 2px solid #E3581F
}

div#interception{
	width: 800px;
	height: 13px;
	float: left;
	top: 0;
	position: relative;
	z-index: 0;
	background: url(/images/01_14.jpg) repeat-x;
	margin: 0;
	padding: 0;
	z-index: 200
}

ul#image-gallery li {
	list-style: none;
	margin: 0 5px 0 0;
	float: left;
}
ul#image-gallery li a img {
	height: 129px;
}

.hide {
	display: none;
}
.show {
	display: block;
}
.error {
	font-style: italic;
	color: #d00;
}
.success {
	font-style: italic;
	color: #0c0;
}
.top-margin {
	margin-top: 15px;
}

form fieldset {
	border: 0;
}
form fieldset label {
	display: block;
	float: left;
	width: 85px;
}
form fieldset input,
form fieldset textarea {
	width: 250px;
}
form fieldset.control-panel input {
	margin-left: 85px;
	width: auto;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ff4500;
    border-radius: 4px 4px 4px 4px;
	text-shadow: -1px -1px 0 #cc5f00;
	background-color: #ff4500;
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffcc99, endColorstr=#ffff4500);

	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffcc99, endColorstr=#ffff4500)";
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #ffcc99 0%, #ff4500 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ffcc99 0%, #ff4500 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #ffcc99 0%, #ff4500 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc9), color-stop(1, #ff4500));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ffcc99 0%, #ff4500 100%);

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #ffcc99 0%, #ff4500 100%);
}
form fieldset.control-panel input:hover {
	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff4500, endColorstr=#ffffcc99);

	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff4500, endColorstr=#ffffcc99)";

	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #ff4500 0%, #ffcc99 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ff4500 0%, #ffcc99 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #ff4500 0%, #ffcc99 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff4500), color-stop(1, #fc9));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ff4500 0%, #ffcc99 100%);

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #ff4500 0%, #ffcc99 100%);
}

table.karte {
	width: 100%;
}
table.karte tr td {
	text-align: right;
	vertical-align: top;
}
table.karte tr td.left {
	text-align: left;
}
table.karte tr td.last-line {
	border: none;
}

table.weine {
	width: 100%;
	margin-bottom: 20px;
}
table.weine tr td {
	text-align: left;
	vertical-align: top;
	border-bottom: none;
}
table.weine tr td.right {
	text-align: right;
}
table.weine tr td.last-line {
	border: none;
}
table.weine tr td.description {
	font-size: 10px;
}
table.weine tr td.seperator {
	border-bottom: 1px solid #f4ad83;
	line-height: 3px;
}

div#infobar {
	background: transparent;
	height: 60%;
	width: 195px;
	margin: 0;
	z-index: 4;
	top: 230px;   
	right: 40px;
	border: 0;
	position: absolute;
}
div#infobar * {
	line-height: 130%;
	text-align: left;
	font-size: 11px
}
div#infobar ul li {
	list-style-type: none;
}
div#infobar p.fine-wining {
	text-align: center;
	position: fixed;
	bottom: 125px;
	margin-left: 60px;
	width: 115px;
}

div#footer {
	width: 800px;
	clear: both;
	height: 90px;
	color: #000000;
	text-align: center;
	z-index: 5;
	font-size: 9px;
	bottom: 30px;
	position: fixed;
	border-top: 0;
	background: #f4ad83;
}
* html div#footer {
	margin-bottom: 30px;
	position: absolute;
	width: 800px;
	left: 0px
}
div#footer * {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
div#footer a {
	float: left;
}
div#footer a img.foot {
	background-color: white;
    opacity: 0.2;       /* modern browser */  
    -moz-opacity: 0.2;  /* older Mozilla browser */  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE8 in Standard Compliant Mode */  
    filter: alpha(opacity=20); /* IE5.x -7.0 */
	cursor: pointer;
}
div#footer a img.foot_over {
	background-color: white;
    opacity: 1;       /* modern browser */  
    -moz-opacity: 1;  /* older Mozilla browser */  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 in Standard Compliant Mode */  
    filter: alpha(opacity=100); /* IE5.x -7.0 */
	cursor: pointer;
}
div#footer p {
	padding: 8px 0;
	clear: both;
}
div#footer p a {
	float: none;
}

.bg {
	position: absolute;
	bottom: 140px;
	left: 0px;
	width: 800px;
	height: 427px;
	background: url(/images/background.jpg) center center no-repeat;
	background-repeat: no-repeat;
	border: 0px solid blue;
}
