@charset "UTF-8";

/* -- Weitere CSS-Dateien importieren -- */
/*                                       */
/*        @import url(name.css);         */
/*                                       */
/* -- Weitere CSS-Dateien importieren -- */

@media all
{
  html,body {
    font-family				: Arial,Verdana,Tahoma;
    font-size				: 12px;
	
	color					: #ffffff;
	background: url(../../images/layout/background.png) repeat top left;
	overflow: auto;
	
  }
  
  img {
    display					: block;
	border					: none;
  }
  
 
  a, a:link, a:visited, a:active {}
  
  a:hover {}
  
  div.clear {
    clear					: both;
  }
  
  div.hr,
  div.hr-small {
	margin: 0 auto;
	height: 1px;  
  }
  
  div.hr {
	background: url(../../images/layout/hr.png) no-repeat center center;
	width: 597px;
	padding: 28px;
  }
  
  div.hr-small {
	background: url(../../images/layout/hr-small.png) no-repeat center center;
	width: 215px;
	padding: 14px 0;
  }
  
  #backgrnd {
	background: url(../../images/layout/top.png) repeat-x top left;
	width: 100%;
	padding: 33px 0;
}
  
  #wrapper {
	width: 980px;
	margin: 0 auto;
	border: 1px solid #222222;
	position: relative;
  }
  
  #header {
	height: 153px;
	background: #000000 url(../../images/layout/top_background.png) no-repeat top left;
	position: relative;
	
	overflow: hidden;
  }
  
  #logo {
	width: 162px;
	height: 97px;
	background: url(../../images/layout/logo.png) no-repeat 0 0;
	text-indent: -10000px;
	margin-top: 30px;
	margin-left: 30px;
  }
  
  div.box {
	font: 14px/1.2em Verdana, Tahoma;
	color: #818181;
  }
  
  #addr {
	position: absolute;
	right: 216px;
	top: 33px;
  }
  
  #opening {
	position: absolute;
	right: 38px;
	top: 32px;
  }
  
  #slider {
	height: 293px;
	background: #000000;
	position: relative;
  }
  
  #slider img {
	position: absolute;
  }
  
  #content {
	background: #0a0b0c url(../../images/layout/content_top.png) no-repeat top left;
	padding: 26px 20px;
  }
  
  #content h1 {
	font: 36px/1.2em "Lane", Helevetica, Verdana;
	color: #dbceb9;
  }
  
  #content h2 {
	font: 29px/1.2em "Lane", Helevetica, Verdana;
	color: #dbceb9;
	margin-bottom: 7px;
  }
  
  #content h3 {
	font: 22px/1.2em "Lane", Helvetica, Verdana;
	color: #dbceb9;
	margin-bottom: 7px;

  }

  #content p {
	font: 13px/1.2em Verdana, Tahoma;
	color: #c8c8c8;
	text-align: justify;
	margin-bottom: 10px;
  }
  
  #left-column {
	width: 710px;
	float: left;
  }
  
  #left-column-inner {
	padding: 0 30px 0 0;
  }
  
  #right-column {
	width: 230px;
	background: url(../../images/layout/hr-vertical.png) no-repeat left top;
	float: right;
  }
  
  #right-column-inner {
	padding: 45px 0 10px 15px;
  }
  
  #right-images {
	width: 208px;
  }

  .wrap {
	margin: 3px 9px 80px 0;
  }

  .fl {
	float: left;
  }
  
  .fr {
	float: right;
  }
  
  .cb {
	clear: both;
  }
  
  .ml {
	margin-left: 5px;
  }
  
  .mr {
	margin-right: 5px;
  }
  
  .mb {
	margin-bottom: 10px;
  }
  
  
  #footer-menu {
	position: absolute;
	bottom: 5px;
	right: 5px;
	
	font: 10px/1.2em Verdana;
	color: #3d3e3f;
  }
  
  #footer-menu a {
  	color: #3d3e3f;
	font: 10px/1.2em Verdana;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
  }
  
  #footer-add {
	position: absolute;
	bottom: 5px;
	left: 5px;

	font: 10px/1.2em Verdana;
	color: #3d3e3f;
  }
  
  #footer-add a {
  	color: #3d3e3f;
	font: 10px/1.2em Verdana;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
  }
  
  
  #wine-slider {
	height: 270px;
	border-top: 1px solid #727375;
	border-bottom: 1px solid #727375;
	background: url(../../images/layout/slider_background.png) repeat-x top left;
	width: 680px;
	overflow: hidden;
	position: relative;
  }
  
  #wine-slider img#yugop-loading {
    position        : absolute;
	display         : none;
  }
  
  #wine-slider-pan {
	height			: 211px;
	overflow		: hidden;
  
    position        : relative;
  }
  
  #wine-slider-pan div.yugop-img {
    border: 0;
  }
	
	#content p a {
		color: #dbceb9;
		text-decoration:none;
	}
	
	#content p a:hover {
		color: #C8C8C8;
	}
}
