	
	body{
		margin: 0px;
		padding: 0px;
		height: 100%;
		font-family: "Verdana", Verdana, sans;
	}
	
	.home{
		background-color: #e2d4aa;
		background-image: url(../img/site_bg_e2d4aa.gif);
		background-repeat: repeat-y;
	}
	
	.lage{
		background-color: #afc1cf;
		background-image: url(../img/site_bg_afc1cf.gif);
		background-repeat: repeat-y;
	}
	
	.weingut{
		background-color: #e1ba94;
		background-image: url(../img/site_bg_e1ba94.gif);
		background-repeat: repeat-y;
	}
	
	.weine{
		background-color: #e3e2be;
		background-image: url(../img/site_bg_e3e2be.gif);
		background-repeat: repeat-y;
	}
	
	.leithaberg{
		background-color: #bec2d2;
		background-image: url(../img/site_bg_bec2d2.gif);
		background-repeat: repeat-y;
	}
	
	.weinbewertung{
		background-color: #ceb3b5;
		background-image: url(../img/site_bg_ceb3b5.gif);
		background-repeat: repeat-y;
	}
	
	.kosten_kaufen{
		background-color: #c5b2a1;
		background-image: url(../img/site_bg_c5b2a1.gif);
		background-repeat: repeat-y;
	}
	
	.veranstaltungen_news{
		background-color: #b9b5c7;
		background-image: url(../img/site_bg_b9b5c7.gif);
		background-repeat: repeat-y;
	}
	
	.oggau{
		background-color: #8ca5d4;
		background-image: url(../img/site_bg_8ca5d4.gif);
		background-repeat: repeat-y;
	}
	
	.kontakt{
		background-color: #c3e893;
		background-image: url(../img/site_bg_c3e893.gif);
		background-repeat: repeat-y;
	}
	
	.impressum{
		background-color: #a1a1a1;
		background-image: url(../img/site_bg_a1a1a1.gif);
		background-repeat: repeat-y;
	}

	/* commented backslash hack \*/ 
	html, body{
		height:100%;
	} 
	/* end hack */
	
	html,body{
		padding: 0px;
	}
	
	#site{
		min-width: 830px;
		min-height:100%;
	}
	
	* html #site{
		height:100%;
	}
	
	
	#einleitung, #copyright, #navi #container, #bildtext, #adress{
		cursor: default;
	}
	
	acronym{
		cursor: help;
	}
	
	.clearer{
		clear: both;
	}
	
/* header */
	
	#site #header{
		height: 110px;
		overflow: hidden;
		background-image: url(../img/header_bg.gif);
		background-repeat: repeat-x;
	}
	
	#header #logo{
		float: left;
	}
	
	#header #logo img{
		border: none;
	}
	
	#header #copyright{
		height: 23px;
		color: #787978;
		font-size: 10px;
		text-align: right;
		padding-right: 11px;
		padding-top: 8px;
	}
	
	#header #copyright strong{
		font-weight: normal;
		color: #fff;
	}
	
	#header #copyright a{
		color: #787978;
		text-decoration: none;
	}
	
	#header #copyright a:hover{
		color: #ddd;
		text-decoration: underline;
	}
	
	#header #navi_container{
		border-bottom: solid 1px #fff;
		height: 79px;
	}
	
	#header #navi #container{
		position: relative;
		top: 17px;
		left: 15px;
		font-size: 11px;
		z-index: 2;
	}
	
	#header #navi{
		height: 50px;
		padding-left: 225px;
	}
	
	* html #header #navi{
		padding-left: 20px;
	}
	
	.home #header #navi #container strong{
		color: #e2d4aa;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #e2d4aa;
	}
	
	.lage #header #navi #container strong{
		color: #afc1cf;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #afc1cf;
	}
	
	.weingut #header #navi #container strong{
		color: #e1ba94;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #e1ba94;
	}
	
	.weine #header #navi #container strong{
		color: #e3e2be;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #e3e2be;
	}
	
	.leithaberg #header #navi #container strong{
		color: #bec2d2;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #bec2d2;
	}
	
	.weinbewertung #header #navi #container strong{
		color: #ceb3b5;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #ceb3b5;
	}
	
	.kosten_kaufen #header #navi #container strong{
		color: #c5b2a1;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #c5b2a1;
	}
	
	.veranstaltungen_news #header #navi #container{
		color: #b9b5c7;
	}
	
	.oggau #header #navi #container strong{
		color: #8ca5d4;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #8ca5d4;
	}
	
	.kontakt #header #navi #container strong{
		color: #c3e893;
		font-weight: normal;
		padding-bottom: 1px;
		border-bottom: solid 1px #c3e893;
	}
	
	.impressum #header #navi #container{
		color: #a1a1a1;
	}
	
	#header #navi #container span{
		color: #666;
	}
	
	#header #navi #container a{
		color: #fff;
		text-decoration: none;
	}
	
	#header #navi #container a:hover{
		color: #fff;
		text-decoration: none;
		border-bottom: solid 1px #ccc;
		padding-bottom: 1px;
	}
	
	* html #header #navi #container a:hover{
		color: #fff;
		text-decoration: underline;
		border: none;
	}
	
	#header #page_top{
		background-image: url(../img/content_top.gif);
		background-repeat: no-repeat;
		background-position: 204px;
		height: 29px;
	}
	
	* html #header #page_top{
		background-image: url(../img/content_top.gif);
		background-repeat: no-repeat;
		background-position: -3px;
		height: 29px;
	}
	
	/* leftcolumn */
	
	#leftcolumn{
		width: 204px;
		float: left;
	}
	
	#leftcolumn #logo{
		height: 110px;
		background-image: url(../img/logo.gif);
		background-repeat: no-repeat;
	}
	
	#leftcolumn #keyvisual{
		height: 402px;
		overflow: hidden;
		border-bottom: solid 1px #e5dab8;
	}
	
	#leftcolumn #keyvisual #bildtext{
		position: relative;
		top: -24px;
		color: #fff;
		font-size: 10px;
	}
	
	#leftcolumn #keyvisual #bildtext span acronym:hover{
		color: #fff;
	}
	
	#leftcolumn #keyvisual #bildtext span{
		padding-left: 24px;
	}
	
	#leftcolumn #keyvisual #bildtext span b{
		font-size: 7px;
		margin-left: 1px;
		position: relative;
		top: -2px;
	}
	
	#leftcolumn #adress{
		width: 204px;
		color: #ccc;
		font-size: 11px;
	}
	
	#leftcolumn #adress div{
		margin-top: 28px;
		margin-left: 24px;
	}
	
	#leftcolumn #adress div strong{
		font-weight: normal;
		color: #efefef;
	}
	
	#leftcolumn #adress div a{
		color: #ccc;
		text-decoration: none;
		border-bottom: dotted 1px #ccc;
	}
	
	#leftcolumn #adress div a:hover{
		color: #fff;
		text-decoration: none;
		border-bottom: dotted 1px #fff;
	}
	
	#leftcolumn .leftcolumn_links{
		margin-top: 28px;
		margin-left: 24px;
		width: 204px;
		font-size: 11px;
	}
	
	#leftcolumn .leftcolumn_links a{
		color: #ccc;
		text-decoration: none;
		border-bottom: dotted 1px #ccc;
	}
	
	#leftcolumn .leftcolumn_links a:hover{
		color: #fff;
	}
	
	/* rightcolumn */
	
	#rightcolumn{
		width: 936px;
		min-width: 936px;
	}
	
	* html #rightcolumn{
		width: 706px;
		position: absolute;
		top: 130px;
		left: 210px;
	}
	
	#rightcolumn #content{
		margin-top: 0px;
		margin-left: 230px;
		margin-right: 26px;
	}
	
	* html #rightcolumn #content{
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 32px;
		margin-right: 26px;
	}
	
	#content{
		font-size: 13px;
		color: #666;
		padding-bottom: 20px;
	}
	
	#content #willkommen{
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	
	#content #willkommen h1{
		display: none;
	}
	
	#content #willkommen h2{
		display: none;
	
	}
	
	#content #willkommen h3{
		display: none;
	}
	
	#content #visual{
		margin-left: 30px;
		float: right;
		width: 297px;
		height: 158px;
	}
	
	#content #einleitung{
		margin-top: 20px;
		font-size: 13px;
		color: #666;
		padding-bottom: 20px;
		line-height: 20px;
		text-align: left;
	}
	
	#content #einleitung acronym:hover{
		color: #333;
	}
	
	#content #einleitung h4{
		font-weight: normal;
		font-size: 12px;
		display: inline;
		color: #000;
	}
	
	* html #content #einleitung h4{
		margin-right: 0.5em;
	}
	
	#content #einleitung .blockquote_weine{
		
	}
	
	#content #einleitung img{
		display: block;
	}
	
	#content #einleitung div{
		float: left;
		margin-top: 12px;
		margin-right: 25px;
		margin-bottom: 3px;
		font-size: 11px;
		font-style: italic;
		color: #888;
	}
	
	#content strong{
		font-weight: normal;
		color: #000;
	}
	
	#content #einleitung h4{
		font-size: 12px;
		color: #c91422;
		font-weight: normal;
		display: inline;
	}
	
	.external{
		color: #755f54;
		background-image: url(../img/external.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 14px;
		text-decoration: none;
		border-bottom: dotted 1px #755f54;
	}
	
	.wikipedia{
		color: #3399cc;
		background-image: url(../img/wikipedia.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 14px;
		text-decoration: none;
		border-bottom: dotted 1px #3399cc;
	}
	
	* html .external{
		border-bottom: solid 1px #3399cc;
	}
	
	* html .wikipedia{
		border-bottom: solid 1px #3399cc;
	}

	.external:hover{
		color: #333;
		background-image: url(../img/external_hover.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		border-bottom: dotted 1px #333;
	}

	.wikipedia:hover{
		color: #6f858e;
		background-image: url(../img/wikipedia_hover.png);
		background-repeat: no-repeat;
		text-decoration: none;
		border-bottom: dotted 1px #6f858e;
	}
	
	* html .external:hover{
		border-bottom: solid 1px #333;
	}
	
	* html .wikipedia:hover{
		border-bottom: solid 1px #6f858e;
	}
	
	#content #teaser{
		border-top: dotted 1px #ccc;
		margin-top: 15px;
		padding-top: 15px;
		margin-bottom: 28px;
		font-size: 12px;
		color: #666;
		line-height: 18px;
	}
	
	* html #content #teaser{
		border-top: solid 1px #ccc;
		padding-top: 33px;
	}
	
	#content #teaser h4{
		font-size: 12px;
		color: #c91422;
		font-weight: normal;
	}
	
	#content #teaser .item{
		float: left;
		width: 200px;
		text-align: left;
		cursor: default;
		margin-bottom: 25px;
	}
	
	* html #content #teaser .item{
		width: 191px;
	}
	
	#content #teaser #item_2{
		margin-left: 39px;
		margin-right: 38px;
	}
	
	#content .internal{
		color: #755f54;
		padding-left: 18px;
		background-image: url(../img/a_bg.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		padding-bottom: 1px;
		border-bottom: dotted 1px #755f54;
	}
	
	* html #content .internal{
		border-bottom: solid 1px #755f54;
	}
	
	#content #teaser .item a{
		color: #755f54;
		padding-left: 18px;
		background-image: url(../img/a_bg.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		padding-bottom: 1px;
		border-bottom: dotted 1px #755f54;
		font-size: 11px;
	}
	
	* html #content #teaser .item a{
		border-bottom: solid 1px #755f54;
	}
	
	#content #teaser .item a:hover{
		color: #333;
		background-image: url(../img/a_bg_hover.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		border-bottom: dotted 1px #333;
	}
	
	* html #content #teaser .item a:hover{
		border-bottom: solid 1px #333;
	}
	
	#content #images{
		margin-top: 25px;
		font-size: 11px;
		font-style: italic;
		color: #888;
		text-align: center;
		cursor: default;
		margin-bottom: 25px;
	}
	
	#content #images .image{
		float: left;
		padding-right: 25px;
	}
	
	#content #images .bild{
		float: left;
	}
	
	#content #images img{
		display: block;
	}
	
	#content .email a{
		color: #666;
		text-decoration: none;
		padding-bottom: 1px;
		border-bottom: dotted 1px #666;
	}
	
	* html #content .email a{
		text-decoration: underline;
		border-bottom: none;
	}
	
	#content .email a:hover{
		color: #333;
		text-decoration: none;
		padding-bottom: 1px;
		border-bottom: dotted 1px #333;
	}
	
	* html #content .email a:hover{
		text-decoration: underline;
		border-bottom: none;
	}
	
	#footer{
		clear: both;
		font-size: 11px;
		color: #888;
		margin-left: 265px;
		height: 25px;
		cursor: default;
	}
	
	* html #footer{
		clear: both;
		font-size: 11px;
		color: #888;
		margin-left: 50px;
		height: 25px;
		cursor: default;
	}
	
	#traube{
		position: absolute;
		z-index: 1;
		top: 53px;
		left: 148px;
		width: 135px;
		height: 107px;
		cursor: default;
	}
	
	
	* html #traube{
	}
	
	
	#eu{
		margin-top: 28px;
		margin-left: 24px;
	}
	
	/* home */
	
	.home #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_home.gif);
		background-repeat: no-repeat;
	}
	
	
	/* lage */
	
	.lage #content #willkommen{
		
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_lage.gif);
		background-repeat: no-repeat;
	}
	
	
	/* weingut */
	
	.weingut #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_weingut.gif);
		background-repeat: no-repeat;
	}
	
	
	/* weine */
	
	.weine #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_weine.gif);
		background-repeat: no-repeat;
	}
	
	/* weine */
	
	.leithaberg #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_leithaberg.gif);
		background-repeat: no-repeat;
	}
	
	.weine .etikett{
		float: right;
		margin-left: 20px;
		padding-top: 17px;
	}
	
	#content #einleitung li strong{
		color: #333;
	}
	
	/* weinbewertung */
	
	.weinbewertung #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_weinbewertung.gif);
		background-repeat: no-repeat;
	}
	
	#falstaff{
		display: block;
	}
	
	.star{
		float: left;
	}
	
	
	/* kosten_kaufen */
	
	.kosten_kaufen #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_kosten_kaufen.gif);
		background-repeat: no-repeat;
	}
	
	.kosten_kaufen #content blockquote{
		margin-left: 25px;
	}
	
	/* veranstaltungen_news */
	
	.veranstaltungen_news #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_veranstaltungen_news.gif);
		background-repeat: no-repeat;
	}
	
	
	/* oggau */
	
	.oggau #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_oggau.gif);
		background-repeat: no-repeat;
	}
	
	
	/* kontakt */
	
	.kontakt #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_kontakt.gif);
		background-repeat: no-repeat;
	}
	
	
	/* impressum */
	
	.impressum #content #willkommen{
		width: 317px;
		height: 71px;
		background-image: url(../img/h1_impressum.gif);
		background-repeat: no-repeat;
	}
	
	#map{
		width: 678px;
		height: 352px;
	}
	
	* html #map{
		width: 613px;
		height: 352px;
	}
	
	#plan{
		border: solid 1px #666;
	}
