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


html			{overflow-y: scroll;}
html,body		{margin:0px; padding:0px;width:100%;}
body			{font-size:14px;font-family:'Droid Sans', Verdana, Geneva, sans-serif; margin-top:15px;}

li a {
	margin-top:0px;
	padding-top:0px;
}

h1{
	font-weight:normal;	
}
h2 {
	color:#e3ae74;
	font-size:1.1em;
}

#main{
	width:911px;
	border:1px solid #e9b79a;
	border-bottom:none;
	margin-left:auto;
	margin-right:auto;
}

#head{
	width:911px;
	height:131px;
}
#menu{
	width:911px;
	height:28px;
	background-color:#e3ae74;
	
}

#footer{	
	width:911px;
	font-size:0.9em;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footerImg{
	margin-top:5px;	
}

#nav {
	padding:0px;
	margin:0px;
	margin-left:30px;
	padding-top:7px;
	list-style:none;
	border:0px solid #f00;
}

#nav li{
	display: inline;
	margin-right:26px;
}

#nav li a{
	text-decoration:none;
	font-weight:bold;
	color: #fff;
}

body#home li#navHome a, body#sortiment li#navSort a, body#betrieb li#navBetrieb a, body#weingarten li#navWeingarten a, body#termine li#navTermine a, body#kontakt li#navKontakt a{
	color: #000;
}

div#text{
	float:left;
	border:0px solid #f00;
	width:430px;
	margin-left:25px;
	margin-top:44px;
}
div#text p{
	font-size:0.9em;
	line-height:1.3em;
}
div#text ul.sort{
	list-style-type:none;
	padding:0px;
}
div#text ul.sort li{
	font-size:12px;
	margin:0px;
	margin-top:10px;
	margin-left:20px;
}
div#text ul.sort li span{
	font-weight:bold;
}
img#textImg{
	margin-top:40px;	
}

#footer a, #text a{
	color:#000;	
}

.bold{
	font-weight:bold;	
}

div#cardHolder{
	width:350px;
	height:270px;
	font-size:0.8em;
	color:#666;
}

div#cardHolder2{
	font-size:0.9em;
	color:#666;
	position:absolute;
	width:366px;
	height:250px;
	border:8px solid #fff;
	margin-top:79px;
	margin-left:495px;
	-moz-transform: rotate(6.3deg);
	-webkit-transform: rotate(6.3deg);
	-moz-box-shadow: -5px 8px 10px #666;
	-webkit-box-shadow:-5px 8px 10px #666;
	box-shadow:-5px 8px 10px #666;
}
