* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 13px;
	line-height: 21px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}

a {
	border: none;
	text-decoration: none;
	outline: solid 0px;
	color: #b30032;
}
.white, .white * {
	color: #ffffff;
}
.blue, .blue * {
	color: #09539f;
}
.nodisplay {
	display: none;
}
.spalten {
	width: 100%;
}
.spalte_links {
	float: left;
	width: 50%;
	margin-right: 30px;
}
.spalte_rechts {
	float: right;
	width: 60%;
	margin-left: 30px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_container {
	overflow: hidden;
}

h4, #content a {
	color: #b30032;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

strong {
	color: #b30032;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

#logo {
	position: absolute;
	background-repeat: no-repeat;
	height: 210px;
	width: 210px;
}
#logo.blue {
	background-image: url('../bilder/logo_b.png');
}
#logo.white {
	background-image: url('../bilder/logo_w.png');
}

#menu {
	position: absolute;
	top: 185px;
	left: 255px;
	width: 500px;
	text-align: right;
	font-size: 15px;
	line-height:100%;
	font-weight: bold;
	font-size: 13px;
}
#menu a {
	display: block;
	float: left;
	padding-top: 2px;
	height: 15px;
	padding-right: 5px;
	margin-right: 1px;
}
#menu a:hover, #menu a.active {
	color: #b30032;
	background-color: #fefefe;
	opacity: 0.9;
}

#menu a.news {
	width: 52px;
	padding-right: 7px;
}
#menu a.weingut {
	width: 82px;
}
#menu a.weine {
	width: 72px;
}
#menu a.veranstaltungen {
	width: 154px;
}
#menu a.kontakt {
	width: 90px;
}

#sub_menu {
	position: absolute;
	top: 236px;
	left: 42px;
	color: #b30032;
	font-size: 13px;
	line-height:100%;
	text-align: right;
}
#sub_menu a {
	display: block;
/*	height: 14px; keine fixe höhe für mehrzeilige links */
	width: 141px;
	padding-right: 6px;
	padding-top: 2px;
	margin-bottom: 4px;
	border-bottom: 1px solid;
	border-color: #b30032;
/*	opacity: 0.8;*/
}
#sub_menu a:hover, #sub_menu a.active {
	background-color: #ffffff;	
}

#sub_menu .overlay {
	position: absolute;
}
#sub_menu .overlay a {
	position: absolute;
	height: 15px;
	width: 147px;
}

#content {
	position: relative;
	top: 237px;
	left: 271px;
	width: 480px;
	padding-right: 121px;
}
#content .link {
	position: absolute;
	top: 360px;
}
.left {
	left: 0;
}
.right {
	right: 121px;
}
.clear {
	clear: both;
}

#wein_bild{
	position:absolute;
	top:7px;
	right:110px;
}
#wein_beschreibung{
	width: 370px;
}

.float_container div{
	margin: 2px 20px 2px 0;
}

#fotos .float_left{
	width: 100px;
}

#footer {
	position: absolute;
	top: 644px;
	left: 32px;
	width: 800px;
	font-size: 12px;
	font-weight: bold;
}
#footer a {
	display: block;
	float: left;
	height: 15px;
	line-height: 100%;
	padding-top: 2px;
}

#footer a:hover {
	color: #b30032;
	background-color: #ffffff;
	opacity: 0.9;
}
#footer a.deutsch {
	width: 67px;
	text-align: right;
}
#footer a.english {
	width: 58px;
	margin-right: 95px;
	padding-left: 3px;
}

#footer a.adresse {
	width: 377px;
	margin-right: 31px;
	padding-left: 15px;
}
#footer a.imp {
	width: 39px;
	text-align: right;
	padding-top: 3px;
	height: 14px;
}
#footer a.downloads {
	width: 91px;
	padding-left: 3px;
	padding-top: 3px;
	height: 14px;
}

#content_box {
	position: absolute;
	background-color: #ffffff;
	top: 218px;
	left: 31px;
	height: 413px;
	width: 780px;
	opacity: 0.9;
	z-index: -1;
}

#newsletter_form {
	position:absolute;
	left: 0;
	top: 355px;
}
#newsletter_form input {
	margin: 0 10px;
}
#newsletter_form .submit {
	color: #b30032;
	background: transparent;
	cursor: pointer;
}
#form_email {
	color: #888888;
	text-align: right;
}

#bg_image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#bg_image_low_res {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
}
#bg_image_low_res img {
	width: 1024px;
	height: 672px;	
}
