html{
	height: 100%;
	width: 100%;
	background-color: #bbb4d9;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Myriad Pro, Lucida Sans, Segoe UI, Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
	background-image: url(/bilder/Stimmung_Weinberg.jpg);
	font-size: 14px;
}
body{
	width: 1130px;
	height: 800px;
	margin: auto;
	padding: 0;
	background-color: #c7c93d;
}
a.homebutton {
	display: none;
	position: absolute;
	top: -75px;
	right: 10px;
	width: 40px;
	padding: 7px 5px 4px 5px;
	background-color: #000;
	opacity: 0.5;
}
#head{
	background-color: #212121;
}
#head h1 a {
	display: block;
	width: 616px;
	height: 200px;
	background-color: #c7c93d;
	background-image: url(/bilder/Hermann.png);
	background-repeat: no-repeat;
}
#head h1 span, #head h2 {
	position: absolute;
	top: -200px;
}
a.homebutton{
	display: none;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 40px;
	padding: 7px 5px 2px 5px;
	background-color: #000;
	opacity: 0.5;
}
a{
	color: #000;
}
a[href$=".pdf"], a[href$=".zip"] { 
  background-image: url(/bilder/pdf.png);
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 8px 0 5px 40px;
  line-height: 30px;
}
#navigation{
	overflow: auto;
	list-style: none;
	color: #fff;
	float: left;
	width: 160px;
	height: 565px;
	margin: 0;
	padding: 35px 0 0 30px;
	line-height: 50px;
	font-size: 16px;
}
#navigation a.active{
	color: #ffef36;
}
#navigation ul li a.active{
	color: #cc3333;
}
#navigation li a{
	text-decoration: none;
}
#navigation li{
	font-weight: bold;
	list-style: none;
}
#navigation li ul{
	display: none;
	margin-left: -30px;
	padding-left: 30px;
	margin-bottom: 20px;
}
#navigation li ul li{
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	font-size: 14px;
}
#navigation li ul li a{
	color: #000;
}
#navigation li ul.activeNode{
	display: block;
}
#copyright{
	position: absolute;
	top: 20px;
	margin-left: 900px;
	width: 200px;
}
#copyright a, #brand a{
	text-decoration: none;
}
#copyright h2{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
#brand{
	position: absolute;
	top: 810px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	opacity: 0.5;
}
#brand a{color: #fff;}
#wrapper{
	position: relative;
	margin-left: 190px;
	height: 600px;
}
#imagepic{
	float: left;
	margin-right: 50px;
}
#content{
	padding: 50px;
	position: relative;
	max-width: 940px;
	height: 500px;
}
#content h1, #content h2{
	font-size: 19px;
	font-style: bold;
	margin-bottom: 5px;
}
#content h2{
	font-size: 17px;
}
#content p{	
	margin-bottom: 10px;
}
#content form input, #content form textarea {
	width: 87%;
	background-color: rgba(50, 50, 50,0.2);
	color: #000;
	padding: 2px;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	border: none;
	border-radius: 2px;
}
#content label p {
	margin-bottom: 0;
	padding-bottom: 0;
}
#content label.halv{ width: 45%; display: inline-block; }
#content label.halv input{ margin-left: 11%; }
#content label .error{
	padding: 5px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255,0.8);
	color: #000;
}
.scrollContent{
	height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.scrollContent h3{
	font-style: italic;
	font-family: Times;
	font-size: 15px;
	line-height: 24px;
}
ul#Weine{
	width: 940px;
}
#Weine li{
	list-style: none;
	height: 285px;
	width: 300px;
	float: left;
	background-color: #fada4b;
	margin: 0 10px 10px 0;
}
#Weine li img{
	float: left;
	margin: 10px 20px 0 10px;
	height: 265px;
}
#Weine li div{
	font-style: italic;
	font-family: Times;
	margin: 25px 0 0 0;
}
a.token{
	display: block-inline;
	color: #000;
	text-decoration: underline;
	padding-right: 20px;
}
.galerie{
	max-height: 500px;
	width: auto !important;
}
.left {
	float: left;
	margin: 0 20px 15px 0;
	max-width: 450px;
	/* height: 100%; */
}
.right {
	float: right;
	margin: 0 0 15px 20px;
	max-width: 450px;
	/* height: 100%; */
}

/* All Mobile Sizes (devices and browser) we start a little earlier */
@media(max-width: 768px){
	#navigation{
		position: absolute;
		z-index: 199;
		top: 100px;
		height: auto;
		width: 100%;
		padding-left: 0;
		opacity: .9;
	}
	#navigation li{
		border-bottom: 1px solid #000;
		margin-left: 10px;
		margin-right: 10px;
	}
	a.homebutton {display: block;}
	body{
		width: 100%;
		height: auto !important;
	}
	html{
		height: auto !important;
	}
	#content{
		margin: 0;
		padding: 10px;
		height: 100%;
	}
	#wrapper #content{height: 100%;}
	.scrollContent{
		height: 100%;
		overflow: auto;
	}
	#wrapper{
		width: 100%;
		margin: 0;
		padding: 0;
		height: 100%;
	}
	ul#Weine{
		overflow: auto;
		height: 100%;
		width: auto;
	}
	#copyright{
		z-index: 99;
		background-color: rgba(0,0,0, .6);
		position: relative;
		top: 0px;
		margin: 0 0 20px 0;
		padding: 10px;
	}
	#brand{
		position: relative;
		top: 0px;
		padding-left: 10px;
		margin-bottom: 100px;
	}
	#imagepic{display: none;}
	#head h1 a {
		width: 300px;
		height: 97px;
		background-size: 300px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media(max-width: 479px){
	.left, .right, .center {
		margin: 0;
		float: left;
		max-width: 102%;
		width: 99%;
		position: relative;
		height: auto !important; 
	}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  border-radius: 10px;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
  padding-top: 5px;
}
#TB_prev, #TB_next {
	position: absolute;
	padding: 5px;
	font-size: 20px;
	border-radius: 10px;
	background-color: #fff;
	border: 4px solid #525252;
	padding-right: 10px;
}
#TB_prev a, #TB_next a {
	text-decoration: none;
}
#TB_prev {
	left: 0;
	margin: -50% 0 0 -98px;
	border-right: none;
}
#TB_next {
	right: -95px;
	margin: -50% 0 0 0;
	border-left: none;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/bilder/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
  min-width: 300px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 30px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 11px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height: 13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}