/*importiert normalisierung.css*/
@import url("norm.css");
/*===================farben

707173 textgrau
850036 rot
cee7c0 hellgrün
dee3e7 hellgrau für hover

=====================*/



body {
	position:relative;
	width: 940px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 100.1%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;

}


#wrapper {
	width: 940px;
	position: relative;
	padding: 0px;
	text-align: left;
	color:#707173; 
}


#top {
background: url(images/header.jpg) no-repeat;
width:940px;
height: 200px;
}


#topweine {
background: url(images/headerweine.jpg) no-repeat;
width:940px;
height: 200px;
}

#topweingut {
background: url(images/headerweingut.jpg) no-repeat;
width:940px;
height: 200px;
}


#topkontakt {
background: url(images/headerkontakt.jpg) no-repeat;
width:940px;
height: 200px;
}

/*=====================navi=================*/

#navi {
border-bottom: 1px dotted #aaa;
}

#navi ul {
padding: 20px 50px 15px 50px;
text-align:center;
}

#navi ul li{
display:inline;
padding: 0 45px;
}

#navi ul li a{
padding: 4px;
font-size:1.1em;
font-variant: small-caps;
font-weight:normal;
color:#850036;
text-decoration:none;

}


#navi ul li a:hover {
background-color:#dee3e7;
}

#navi ul li a#current {
font-weight:bold;

}

/*====================inhalt=====================*/


#content {
	float: left;
	position: relative;
	width: 680px;
	height: 100px;
	margin-top: 30px;
	padding: 0;
	left:0;
}


#content h1.willkommen {
text-indent: -999999px;
background: url(images/willkommen.jpg) no-repeat;
width:603px;
height: 31px;
padding: 0 0 20px 0;
}


#content h1.weine {
text-indent: -999999px;
background: url(images/weine.jpg) no-repeat;
width:603px;
height: 31px;
padding: 0 0 20px 0;
}


#content h1.weingut {
text-indent: -999999px;
background: url(images/dasweingut.jpg) no-repeat;
width:603px;
height: 31px;
padding: 0 0 20px 0;
}

#content h1.kontakt {
text-indent: -999999px;
background: url(images/kontakt.jpg) no-repeat;
width:603px;
height: 31px;
padding: 0 0 20px 0;
}

#content h1.preise {
text-indent: -999999px;
background: url(images/preise.jpg) no-repeat;
width:603px;
height: 31px;
padding: 0 0 20px 0;
}

#content h1.termine {
text-indent: -999999px;
background: url(images/termine.jpg) no-repeat;
width:603px;
height: 31px;
padding: 0 0 20px 0;
}

#content p {
font-size:.9em;
line-height: 1.5;

padding: 0 0 0 5px;
}


#content a {
color:#707173;
text-decoration: underline;

}

#content a:hover {
background-color:#dee3e7;

}

#content p em {
color:#242424;
}

#content h2 {
padding: 20px 0 0 0;
font-weight:normal;
}

#content h3 {
padding: 20px 0 0 0;
font-weight:bold;
font-size:1.1em;
}

#content ul {
list-style-type: disc;
margin: 20px 20px 0 15px;
font-size: .9em;
}


#content ul li em {
color: #850036;

}

#content ul li {
padding: 0 0 0 0;
line-height: 1.5;
}


#content .impressum {
font-size: .7em;
}


iframe {
margin: 10px 0;
}
/*=================adresse=========================*/


#adresse {
	font-size: .8em;
	color: #707173;
	text-align: left;
	margin: 31px 0 20px 120px;
	width: 140px; 
	height: 150px;

}

#adresse a, small a {
	font-size: 1em;
	font-weight: bold;
	color: #850036;
	text-decoration: none;
}
#adresse a:hover, small a:hover {
	color: #707173;
	font-size: 1em;
	font-weight: bold;
}


.logo {
padding: 20px 0 0 0;	
}

