@charset "utf-8";
body{
	background-color:#FFFFFF;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	font-family:'Arial Unicode MS',Arial, sans-serif;
	font-size:12pt;
	line-height:18px;
}
h1{
	font-size:20pt;
}
h2{
	font-size:17pt;
}
h3{
	font-size:12pt;
}
p{
	margin:0;
	padding:5px 0 5px 0;	
}
h1,h2,h3,h4{
		color:#E42038;
	font-weight:bold;
	margin:0;
	padding:10px 0 10px 0;
	/*font-family: 'Leckerli One', cursive;*/
	font-family:'Arial Unicode MS',Arial, sans-serif;
}

.special{
	color:#E42038;
}
a, a:visited,a:active{
	color:#E42038;
	text-decoration:underline;
}
a:hover{
	color:#E42038;
	text-decoration:none;
}

#content img{
	
	padding:4px;
	border: 1px solid #CCC;
	background:#EEE;
 border-radius: 15px;
}

#page{
	width:881px;
	margin:20px auto 20px auto;
}
#head{
	width:881px;
	height:167px;
	display:block;
	overflow:hidden;

}
#palzLogo{
	float:left;
	width:160px;
	height:167px;
	position:relative;
}
#palzWB,#palzGH{
	position:absolute;
	bottom:0;
	left:0;
}
#palzWB{
display:none;	
}
#menuContainer{
	width:718px;
	float:right;
	height:159px;
	margin:8px 0 0 3px;
	overflow:hidden;
}
/** NO JS MENU STYLE**/
ul#menu{
height:159px;
margin:0;
padding:0;
list-style:none;
}
ul#menu li{
	float:left;
	display:inline;
	height:159px;
	position:relative;
}
ul#menu li.menuMargin{
margin:0 3px 0 0;	
}
ul#menu li a img{
	width:300px;
	height:200px;
	position: absolute;
  clip: rect(0px 187px 179px 100px);
  left: -100px;
  top:-0px;
}
ul#menu li a{
	width:87px;
	display:block;
	color:white;
	text-decoration:none;
}
ul#menu li span{
color:#FFFFFF;bottom:10px; left:0; text-align:center;width:100%;display:block; padding:0px 0 5px 0;position:absolute;background:#000;font-size:13px;font-weight:bold;height:25px; line-height:25px; overflow:hidden; z-index:1;opacity:0.7;
}
/**NO JS MENU STYLE END**/
#contentContainer{
	width:881px;
	margin:3px 0 0 0;
}
#content{
	width:851px;
	background:url(../img/contentYNeu.png) repeat-y;
	padding:0 15px 0 15px;
}

#content_top{
	width:881px;
	height:15px;
	background:url(../img/contentTopNeu.png) no-repeat;
	display:block;
}
#content_bottom{
	width:876px;
	height:25px;
	background:url(../img/contentBottomNeu.png) no-repeat;	
	display:block;
	color:#cfa527;
	font-size:9px;
	text-align:right;
	padding:15px 5px 0px 0;
}


/**CLASSES**/
.slideshow{
	overflow:hidden;
	display:block;
}
.landscape{
		width:360px;
	height:243px;
	}
.landscapeWide{
	width:410px;
	height:278px;
}
.wide{
		width:360px;
	height:207px;}
.mixed{
	width:360px;
	height:535px;
}
.floatright{
	float:right;
	margin:5px 0 5px 10px;
}
.floatleft{
	float:left;
	margin:5px 10px 5px 0;
}
.clear{
	float:none;
	clear:both;
}
.centered{
	text-align:center;
}
.aleft{
	text-align:left;
}
.aright{
	text-align:right;
}


/**FORM STYLE***/


input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	display:inline;
	}

input.qty{
	width:35px;
	text-align:center;	
	margin:0 5px 0 0;
}
label{
	display:inline;
}
textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	#form{
	/*display:none;*/
	}
	
	#form label{
		width:200px;
		display:inline-block;
	}
#loading{
	visibility:hidden;
	margin:15px 0 0 5px;
}

.winetable label{
	display:block;
}