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

.header_logo img, .header_busch, .header_busch_leer, #content, #minmax img { behavior: url(../pngfix/iepngfix.htc) }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	background: url(../backgrounds/bg_heuriger20.jpg) #999999 top fixed no-repeat;
	}

tr, td {
	padding:0px;
	margin:0px;
	}

a img {
	border: 0px none;
	outline: 0px none;
	}

#minmax {
	position:fixed;
	bottom: 50px;
	width: 200px;
	}

#minimizer {
	text-align:left;
	padding-left: 8px;
	padding-bottom: 2px;
	float:left;
	}

#maximizer {
	text-align:left;
	padding-left: 8px;
	padding-bottom: 2px;
	float:left;
	}

#header {
	position:relative;
	height: 138px;
	margin: 0px auto 60px auto;
	background: url(../gfx/bg_header.gif) bottom repeat-x;
	width: 100%;
	max-width: 1500px;
	}
	
.header_logo {
	position: relative;
	left: -100px;
	width: 500px;
	margin: 0px auto 0 auto;
	padding-top: 20px;
}

.header_busch {
	position: absolute;
	float: right;
	top: 20px;
	right: 0px;
	background:url(../gfx/foehrenbusch.png) top right no-repeat;
	width: 173px;
	height: 100px;
	cursor:pointer;
}

.header_busch_leer {
	position: absolute;
	float: right;
	top:20px;
	right: 0px;
	background:url(../gfx/foehrenbusch_leer.png) top right no-repeat;
	width: 173px;
	height: 100px;
	cursor:pointer;
}

.ausgsteckt {
	text-align: center;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-top: 40px;
	padding-left: 35px;
	}

#wrapper {
	width: 800px;
	margin: 0px auto 60px auto;
	}

#main {
	position:relative;
	top: 0px; 
	left: 0px;
	background:url(../gfx/white90.png);
	padding: 30px 125px 50px 0px;
	width: 490px;
	
	}

#content { 
	font-size: 1.3em;
	line-height: 1.4em;
	background:url(../gfx/white90.png);
	padding: 30px 50px 50px 0px;
	width: 565px;
	float:left;
	}  

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	line-height: 1.4em;
	font-weight: normal;
	color:#cc9900;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 0px;
	padding-left: 125px;
	margin-right: 0px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	color:#000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 125px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 2px;
	}

#content .text {
	padding-left: 125px;
	margin-bottom: 20px;
	}

.breaker {
	float:none;
	clear:both;
}

#navi {
	position: relative;
	float:left;
	left: 90px;
	top: 30px;
	background: #FFFFFF;
	border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	width: 106px;
	text-align:right;
	padding: 18px;
	z-index: 2;
}

a.navilink, a.navilink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 1.6em;
	line-height: 1.6em;
	text-decoration:none;
	}

a.navilink:hover, a.navilink:focus {
	color: #000000;
	border: 0px none;
	outline: 0px none;
	text-decoration: underline;
	}

a.navilink:active {
	text-decoration:none;
	color: #CC9933;
	}

a.activeLink, a.activeLink:hover, a.activeLink:active, a.activeLink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.6em;
	text-decoration:none;
	color: #CC9933;
	}
	

#footer_wrap {
	position:fixed;
  	bottom:0;
	height: 41px;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index:3;
	}
	
#footer {
	position: relative;
	background-color: #fadf00;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	}

#footer a {
	color: #000000;
	}

.bigpic {
	display: block;
	width: 440px;
	height:auto;
	margin: 3px 0px 0px 0px;
}

.bildspalte_rechts {
	position: relative;
	left: 0px;
	float: right;
	width: 172px;
	margin: 3px 0px 10px 20px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666666;
	}

.text {
	padding-right: 0px;
	}

#content img {
	border: 0px #666666 solid;
	margin-bottom: 1em;
	}

.zeile {
	padding-bottom: 1em;
	padding-top: 1em;
	border-top: 1px dashed #CCCCCC;
	float: none;
	clear:both;
	vertical-align: top;
	}

a {
	color: #577605;
	text-decoration: none;
	}

a:hover, a:focus {
	color:#000000;
	text-decoration:underline;
	}
	
a:active {
	color: #CC9933;
	}
a:visited {
	/*color: #405701;*/
	color: #577605;
}

.submenu {
	display: inline;
	position: relative;
	top: 12px;
	float:right;
	margin-right: 20px;
	text-align: right;
	
	}

a.sublink {
	color: #666666;
	}
a.sublink:hover {
	color: #000000;
	}
a.sublink:active {
	color: #000000;
	}
a.sublink:visited  {
	color: #666666;
	}

a.anker {
	height: 0px;
	position: relative;
	top: -20px;
	}

.rechts {
	text-align: right;
	}

.text h1, .text h2, .text h3 {
	padding-left: 0px;
	}
.bildspalte_rechts a {
	text-decoration:underline;
	}

.thumb70 {
	margin-right: 3px;
	margin-bottom: 3px;
	}

.fileicon {
	float:left;
	margin: 0px 12px 3px 0px;
	}

.filelist {
	clear:both;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	}

.minimiert {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	}

#footer_info {
	position: relative;
	margin: 0 auto;
	
	padding: 15px 10px 16px 0px;
	left: -40px;

	font-size:0.9em;
	}

#sprachen {
	float:left;
	width: 180px;
	position:relative;
	top: 0px;
	text-align:left;
	padding: 11px 0 10px 10px;
	font-size: 0.8em;
	height: auto;
	z-index: 5;
	background: #fadf00;
	}

#sprachen a {	
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 0.9em;
	display: block;
	float:left;
	padding: 4px;
	background: #fadf00;
	text-decoration:none;
	margin-right: 4px;
	border: 1px #fadf00 solid;
	}

#sprachen a:hover {	
	color:#000000;
	font-weight: bold;
	}

#sprachen a.ausgewaehlt {	
	color:#FADF00;
	background: #000000;
	border: 1px #FADF00 solid;
	font-weight:bold;
	}

.centered {
	text-align: center;
	}

.justified {
	text-align:justify;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	}

#content img.winethumb {
	margin-bottom:0px;
	float:right;
	}

	

	
