* {
	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: 520px;
	overflow: hidden;
}
.spalten .spalte {
	float: left;
	width: 162px;
	margin-right: 30px;
}
.spalten .zweite {
	margin-right: 0 !important;
	width: 288px;
}
.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;
}
#content a {
	text-decoration: underline;
}

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;
	color: #b30032;
	background-color: #fefefe;
	opacity: 0.9;
}
#menu a:hover, #menu a.active {
	color: inherit;
	background-color: inherit;
	opacity: 1;
}

#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;
}

#text-image {
	position: absolute;
	top: 242px;
	left: 43px;
}

#content {
	position: absolute;
	top: 218px;
	left: 271px;
	width: 480px;
	padding-top: 19px;
	padding-right: 60px;
	padding-bottom: 16px;
	overflow: auto;
	height: 378px;
}
#content .link {
	position: absolute;
	top: 360px;
}
.left {
	left: 0;
}
.right {
	right: 121px;
}
.clear {
	clear: both;
}

#wein_bild{
	position:absolute;
	top:26px;
	left:403px;
}
#wein_beschreibung{
	width: 370px;
}

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

#fotos .float_left{
	width: 100px;
}

.prev-next-links {
	font-size: 12px;
	position: absolute;
	top: 638px;
	left: 271px;
	width: 540px;
}
.prev-next-links a {
	position: absolute;
}
.prev-next-links .right {
	right: 0;
}

#footer {
	position: absolute;
	top: 678px;
	left: 32px;
	width: 992px;
	font-weight: bold;
}
#footer * {
	color: #09539F !important;
	font-size: 12px !important;
}
#footer .separator {
	color: #000 !important;
}
#footer a {
	display: inline-block;
	height: 15px;
	line-height: 100%;
	padding-top: 2px;
	color: #09539F;
}

#footer a:hover {
	color: #000 !important;
	background-color: #ffffff;
	opacity: 0.9;
}

#footer .language-links {
	position: absolute;
	left: 12px;
}
#footer .bottom-links {
	position: absolute;
	left: 236px;
}


#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;
	right: 0;
}
#newsletter_form input {
	margin-left: 10px;
}
#newsletter_form #form_email {
	background-color: #efefef;
	padding-right: 3px;
}
#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;	
}

