/*
CSS Dokument

Weingut Brustbauer
www.brustbauer.at

Michael T. Lederer
http://www.lederer.at.tf
September 2004

GENERAL
*/

/*
CSS Shorthand
font: [ <font-style> || <font-variant> || <font-weight> ]? <font-size> [ / <line-height> ]? <font-family>
background: <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position>
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0FFD9;
	color: #000;
	margin: 0px;
}

div#horizon {
	position: absolute;
	background-color: #F0FFD9;
	top: 315px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
/* MacIE schluckt die Prozentangabe bei top nicht */
/* commented backslash hack v2 \*/
div#horizon {
	position: absolute;
	background-color: #F0FFD9;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
/* end hack */


div#focus {
	position: absolute;
	top: -300px;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	background-color: #FFF;
	border: 0px solid #FFF;
}

div#header {
	position: absolute;
	top: 0px;
	width: 800px;
	height: 118px;
	border: 0px solid #FFF;
	background: #693 url(../image/header.gif) top left no-repeat;
}

div#header div#recommendations {
   position: absolute;
   top: 12px;
   padding: 0px;
}

div#header div#recommendations img.rcmdbutton {
   margin-left: 415px;
}

div#footer {
	position: absolute;
	bottom: 18px;
	right: 20px;
	width: 551px;
	height: 16px;
	border: 0px solid #FFF;
	z-index: 3;
}

div#header div p {
	margin: 10px 0px 0px 15px;
	color: #9C3;
	font-size: 14px;   /*15px;*/
	line-height: 14px; /*15px;*/

}

div#navigation {
	position: absolute;
	top: 124px;
	width: 800px;
	height: 22px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFF;
	overflow: hidden;
	z-index: 2;
}

div#navigation div {
	position: relative;
	top: 0px;
	height: 22px;
	width: auto;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	background-color: #9C3;
	text-align: center;
	vertical-align: text-bottom;
	margin-right: 4px;
	float: left; 
	display: inline;
	overflow: hidden;
}

div#navigation div#weingut {
	width: 93px;
}

div#navigation div#weingut.active {
	width: 93px;
	background-color: #693;
}

div#navigation div#heuriger {
	width: 95px;
}

div#navigation div#heuriger.active {
	width: 95px;
	background-color: #F93;
}

div#navigation div#karla {
	width: 165px;
}

div#navigation div#karla.active {
	width: 165px;
	background-color: #C00;
}

div#navigation div#hannelore {
	width: 206px;
}

div#navigation div#hannelore.active {
	width: 206px;
	background-color: #FC0;
}

div#navigation div#kontakt {
	width: 94px;
}

div#navigation div#kontakt.active {
	width: 94px;
	background-color: #693;
}

div#navigation div#hochzeit {
	width: 122px;
	text-align: left;
	padding-left: 5px;
	margin-right: 0px;
	background-color: #F1A6C6;
}

div#navigation div#hochzeit.active {
	width: 122px;
	text-align: left;
	padding-left: 5px;
	margin-right: 0px;
	background-color: #AE406F;
}

div#navigation div#fill {
	width: 127px;
	margin-right: 0px;
	background: #9C3 url(../image/colon.gif) top left repeat-x;
}

div#navigation div span {
	margin-top: 4px; 
}

div#content {
	position: absolute;
	top: 146px;
	left: 0px;
	width: 100%;
	height: 480px;
	overflow: hidden;
	z-index: 2;
}

div#content p.list {
	margin-top: 0px;
}

div#content p.list:first-line {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}

div#content p.list em {
	color: #F93;
}

em {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

h1 {
	font-weight: lighter;
	font-size: 24px;
	line-height: 24px;
	margin-top: 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 17px;
	line-height: 17px;
	margin: 4px 0px 0px 1px;
}

p {
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

span.p {
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

img, div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a.navigation:link{
	color: #FFF;
	text-decoration: none;
}
a.navigation:visited{
	color: #FFF;
	text-decoration: none;
}
a.navigation:hover{
	color: #FFF;
	text-decoration: none;
}
a.navigation:active{
	color: #FFF;
	text-decoration: none;
}
