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

*{
	border: none;
}

html
{
	height: 100%;
}


body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bottle_background.gif) no-repeat;
	background-position:110px 70%;
	background-color: #c6a152;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #34312c;
}

*+html body{
	background-position:110px 90px;
}

a{
	font-weight: bold;
	color: #4a4641;
}

sup{
}

table{
	margin-bottom: 15px;
}

h1{
	font-size: 16px;
	width: 100%;
	height: auto;
	padding-top: 7px;
	border-bottom: 1px solid #4a4641;
	clear: both;
}

h2{
	font-size: 13px;
	width: 100%;
	height: auto;
	padding-top: 7px;
	border-bottom: 1px solid #4a4641;
	clear: both;
}

em{
	display: block;
/*	
	margin-bottom: 30px;
	padding-top: 30px;
*/	
	line-height: 16px;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-style: normal;
	font-weight: bold;
	font-style: italic;
}

#page{
background: url(../images/bg_content_bottom.gif) repeat-x;
	background-position: bottom center;
	position: relative;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

/* ie 6 */
* html #page{
	height: 100%;
}

#header{
	width: 100%;
	background: url(../images/bg_header.gif) repeat-x;
	height: 75px;
	margin: 0 auto;
}

#label{
/*	float: left;
	padding-left: 100px;
*/
	position: absolute;
	left: 54px;
	top: 55px;
	display: none; /* ausgeblendet */
}

#main_navigation_shadow{
	position: absolute;
	margin-top: 67px;
	margin-left: 280px;
}

/* ie 7 */
*+html #main_navigation_shadow{
	position: absolute;
	margin-top: 67px;
	margin-left: -50px;
}

/* ie 6 */
* html #main_navigation_shadow{
	margin-top: 141px;
	margin-left: -50px;
}

#main_navigation{
	width: 600px;
	height: 34px;
	margin: 0 auto;
	padding-top: 52px;
	margin-left: 275px;
	text-align: left;
}

/* ie 7 */
*+html #main_navigation{
	margin-left: 315px;
	padding-top: 45px;
	height: auto;
}

/* ie 6 */
* html #main_navigation{
	margin-left: 315px;
}

#main_navigation li{
	display: inline;
	list-style-type: none;
	margin: 0;
} 

/* ie 7 */
*+html #main_navigation li a{
	display:block;
	float:left;
}

#main_navigation a:link, #main_navigation a:visited {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding: 7px;
	background-color: #e8bf68;
	margin: 1px;
}

#main_navigation a:hover, #main_navigation a:focus {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 7px;
	background-color: #f1b637;
	margin: 1px;
}

#sub_navigation{
	background-color: #e8bf68;
	width: 578px;
	height: auto;
	padding: 7px;
	margin: 0 auto;
	margin-left: 316px;
	text-align: left;
}

#sub_navigation a{
	color: #fff;
	text-decoration: none;
}

#sub_navigation a:hover{
	background-color: #f1b637;
}

/* ie 6 */
* html #sub_navigation{
	margin-top: -10px;
	width: 576px;
}

#content{
/*	width: 950px;
	margin: 0 auto;
*/	
/*min-height: 350px;*/
	position: relative;
/*	top: 170px; */
	top: 10px;
	left: 322px;
	width: 580px;
	padding-bottom: 5em;	/* wichtig */
	height: 450px;
	overflow: auto;
	padding-right: 20px;
	overflow-x:hidden;
}

*+html #content{
	height: 400px;
}


#footer{
	/*
	position: absolute;
	bottom: 0px;
	*/
	height: auto;
	background-color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
/*	margin: 0; */
	margin-top: 30px;
	padding: 0;
	padding-top: 7px;
	color: #b9b3a9;
	position: relative;
	height: 43px;
	margin-top: -40px; /* wichtig - rantasten an höhe des footers */
}

#footer a{
	color: #fff;
	text-decoration: none;
}


#footer ul{
	margin-left: 280px;
}

*+html #footer ul{
	margin-left: 320px;
}

* html #footer ul{
	margin-left: 320px;
}


#footer ul li{
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}

/* KLASSEN */
#main_navigation a.high{
	background-color: #f1b637;
	color: #fff;
}

.image_float_right{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.az_image{
	border: 1px solid #663333;
	margin: 20px;
	margin-top: 0px;
}