body, html {
	height: 100%; background-color: #004B41;
	margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;
	/*behavior: url(csshover.htc);*/
	behavior: url(http://www.weinausoesterreich.at/csshover.htc);

	
	}
	 div#skip a, #skip a:hover, #skip a:visited { position:absolute; left:-1000px; top:-1000px; width:1px;  height:1px; overflow:hidden; display:inline;} 
#skip a:focus, #skip a:active  { position:static; width:auto; height:auto;
} 
.invisible  {
	margin: 0;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 0.9em;
	display: none;
	color:#FFFF66;
}
.skip  {
	margin: 0;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 0.9em;
	display: none;
	color:#FFFF66;
}

/* div#container ist das umhüllende div für den gesamten Inhalt 
und sorgt für die Zentrierung auf der Mittelachse */
div#container {
	width: 953px; 
    height: 99.6%; 
    margin: 0 auto; 
    padding: 1px;
	background-color: #FBF3E3; background-image: url(images/bg_container.gif);
	background-position: right 2px; background-repeat: repeat-y;	
}
img {
	border: 0;
}

/* divs für die 4 Bilder des mastheads = Kopf */
div#masthead {
	width: 953px; height: 191px;
}
div#masthead div {
	height: 191px; float: left;
}
	#hauptmotiv {
		width: 377px; height: 191px; position: relative; left: 0px; top: 0px; display: inline;
	}
	#submotiv {
		width: 191px; height: 191px; position: relative; left: 1px; top: 0px; display: inline;
	}
	#logo {
		width: 191px; height: 191px; position: relative; left: 2px; top: 0px; display: inline;
	}
	#detailmotiv {
		width: 191px; height: 191px; position: relative; left: 3px; top: 0px; display: inline;
	}

/* Navigation */
div#navcontainer {
	width: 100%; height: 48px; background-image: url(images/bg_mainnav.gif); background-repeat: repeat-x;
	margin-top: 1px;
}
	div#navcontainer ul {
		margin: 0px; padding: 0px; height: 25px;
	}
	div#navcontainer li {
		position: relative; float: left; height: 25px;
		list-style-type: none; /*padding-right: 15px; padding-left: 15px;*/
		padding: 0 15px; margin-bottom: 0;
	}
	div#navcontainer li a, div#navcontainer li a:visited {
		font-size: 18px; font-weight: normal; text-decoration: none;
		color: white; margin-top: 0; padding-bottom: 7px; margin-left: 10px;
		margin-bottom: 0;
	}
	div#navcontainer li a:hover {
		color: #004B41; text-decoration: none; background-color: #FEE8BA;
	}
	div#navcontainer ul li#subaktiv a.hilite {
		color: #004B41; 
	}
	div#navcontainer ul ul {
		display: none; position: absolute; top: 17px; left: 0; height: 24px;
			width: 762px; margin-top: 6px; background-color: #FEE8BA;
	}
	div#navcontainer ul ul li {
		position: relative; left: 0px; float: left; 
		list-style-type: none; border-bottom: 0; padding-right: 0px; 
	}
	div#navcontainer ul.level1 li {
		z-index: 2;
	}
	div#navcontainer ul.level1 li#subaktiv {
		z-index: 1;
	}	
	div#navcontainer ul ul li a.fokus, div#navcontainer ul ul li a.fokus:visited {
		color: #483306; font-weight: bold;
	}
	div#navcontainer ul ul li a.fokus:hover {
		color: #FC8415;
	}
		div#navcontainer ul ul#subwein {
			left: -152px;
		}
		div#navcontainer ul ul#subdaten {
			left: -292px;
		}
		div#navcontainer ul ul#subservice {
			left: -438px;
		}
		div#navcontainer ul ul#subadventure {
			left: -595px;
		}
	div#navcontainer ul ul.level2 li a, div#navcontainer ul ul.level2 li a:visited {
		font-size: 12px; color: #004B41;
	}
	div#navcontainer ul ul.level2 li a:hover {
		color: #B4800F;
	}
	div#navcontainer ul li#subaktiv ul {
		display: block;
	}
	div#navcontainer ul li:hover ul {
		display: block; background-color: #FEE8BA; z-index: 2;
	}
			
	/* Metanavigation */
	div#navcontainer div#metanav {
		width: 191px; height: 44px; position: relative; top: 0px; padding-top: 1px;
		margin: 2px 0px 0px 0px; background-image: url(images/detailmotiv_cut.gif);
		background-repeat: no-repeat; float: right; text-align: center;
		border-bottom: 1px solid #629E96;
	}
	div#navcontainer div#metanav p {
		padding: 0px; margin: 0px;
	}
	div#navcontainer div#metanav p#utility {
		margin-top: 8px;
	}
	div#navcontainer div#metanav a, div#metanav a:visited {
		font-size: 12px; font-weight: bold; color: #004B41;
		text-decoration: none; margin: 0px 10px 0 10px;
	}
	div#navcontainer div#metanav a:hover {
		color: #FC8415; text-decoration: none;
	}
	div#navcontainer div#metanav p#utility a {
		margin-left: 5px; margin-right: 5px;
	}

/* Inhaltscontainer */
div#inhaltcontainer {
	width: 100%; height: 100%; margin-top: 0; /* enthält alle Spalten */
    background-color: #fbf3e3;
}
div#inhaltcontainer a, div#inhaltcontainer a:visited {
	color: #004B41; text-decoration: none;
}
div#container a:hover {
	color: #FC8415; text-decoration: underline;
}
div.copyright_link a {
        font-size: 0.8em;       
}
div.clear {
        clear: both;
        float: none !important;
}
div#inhaltcontainer div {
	min-height: 100%; float: left; /* sorgt für die Ausrichtung der einzelnen Spalten */
}
	/* Variante 3sp = 2 Spalten plus Marginalie */
	#contentbox_3sp {
		width: 569px; position: relative; left: 0px; display: inline;
		background-color: #FBF3E3;
		background-image: url(images/bg_raster3spalt.gif); background-repeat: no-repeat;
	}
		/* Formatierung der beiden Spalten */
		#boxleft_3sp {
			width: 244px; height: 100%; position: relative; top: 26px; float: left;
			display: inline; margin-left: 25px; padding-right: 14px; border-right: 1px solid #A3D5CE;
		}
		#boxright_3sp {
			width: 244px; height: 100%; position: relative; top: 26px; float: right;
			display: inline; margin-left: 14px; margin-right: 25px; 
		}

	/* Formatierung Marginalspalte */
	#marginale {
		width: 191px; height: 100%; position: relative; left: 0px; display: inline;
		border-left: 1px solid #FDD378; background-color: #FBF3E3;
		background-image: url(images/bg_rastermarg.gif); background-repeat: no-repeat;
		padding-bottom: 26px;
	}
		#margcontent {
			width: 175px; height: 100%; position: relative; top: 26px; left: 8px;
			display: inline; margin: 1px 8px 0px 0px; /*padding-top: 0px;*/
		}
		#margcontent h2 {
			font-size: 14px; color: #B4800F; letter-spacing: 3px; width: 145px;
			/*display: inline;*/ margin-left: 0px; margin-top: 0px; padding: 0px 0px 0px 30px;
			background-image: url(images/line_marg.gif); background-repeat: no-repeat;
			background-position: 0px 8px; background-color: #FBF3E3;
		}
		#margcontent h2 a {
			background-color: #FBF3E3; text-decoration: none; color: #B4800F;
			padding: 0 3px 0 3px; margin-left: 0px;
		}
		#margcontent img.weiter {
			border: 0; margin: -13px 10px 0 0px; padding-right: 2px; padding-left: 2px;
			float: right; background-color: #FBF3E3;
		}
		#margcontent h3 {
			font-size: 12px; color: #483306; margin: 6px 0 2px 0;			
		}
		#margcontent p {
			font-size: 12px; color: #483306; margin: 0 0 4px 0;			
		}
		#margcontent hr {
			width: 30%; height: 1px; border: 0; text-align: center;
			background-color: #B4800F; color: #B4800F; 
		}
		#margcontent img.weinbild {
			margin: 0 0 2px 0; padding: 0;
		}
		#margcontent .legende {
			font-size: 10px; font-weight: normal;
		}
		#margcontent ul li {
			font-size: 10px; color: #B4800F; margin-left: -27px; font-weight: normal;
		}
		#margcontent ul li a, #margcontent ul li a:visited {
			color: #B4800F; text-decoration: none;
		}
		#margcontent ul li a:hover {
			color: #FC8415; text-decoration: none;
		}
		
		/* Formatierung Unordered und Ordres List im Fließtext */
		ul#normtext li {
			font-size: 12px; list-style-type: square;
			line-height: 16px; margin-bottom: 8px;
		}
		ol#normtext li {
			font-size: 12px; list-style-type: decimal;
			line-height: 16px; margin-bottom: 8px;
		}
		ol.normtext li {
			font-size: 12px; list-style-type: decimal;
			line-height: 16px; margin-bottom: 8px;
			}
		ul.normtext li {
			font-size: 12px; list-style-type: square;
			line-height: 16px; margin-bottom: 8px;
			}
		/* Formatierung kursiv, bold, copyright im Fließtext */
		.kursiv  {
			font-size: 12px;
			font-style: italic;
		}
		.bold  {
			font-size: 12px;
			font-weight: bold;
		}
		.copyright  {
			font-size: 11px; font-style: italic;
			text-align: right; margin: -5px 0 5px 0;
			line-height: 14px;
		}
		/* Formatierung rot für Fehlermeldungen etc. */
		.rot {
			color: #FF0000;
		}
		/* Formatierung kursiv, copyright im Fließtext */
		dl dt {
			font-size: 12px; font-weight: bold; color: #004B41;
		}
		dl dd {
			font-size: 12px; font-weight: normal; color: #000;  margin: 0 0 15px 15px;
			margin-bottom: 15px;
		}
	/* Formatierung Subnavigation */	
	#subnav {
		width: 191px; height: 100%; position: relative; left: 1px; display: inline; 
		padding-bottom: 26px; background-image: url(images/bg_rastergruen.gif); 
		background-repeat: no-repeat; background-color: #B8DFDA; 
	}
		#subnavcontent {
			width: 175px; height: 100%; position: relative; top: 26px; left: 8px;
			display: inline; margin: 1px 8px 0px 0px; background-color: #B8DFDA;
		}
		#subnavcontent h2 {
			font-size: 14px; color: #004B41; letter-spacing: 3px; width: 145px;
			/*display: inline;*/ margin-left: 0px; margin-top: 0px; padding: 0px 0px 0px 30px;
			background-image: url(images/line_subnav.gif); background-repeat: no-repeat;
			background-position: 0px 8px;
		}
		#subnavcontent h2 a {
			background-color: #A3D5CE; text-decoration: none; color: #004B41;
			padding: 0 3px 0 3px; margin-left: 0px;
		}
		#subnavcontent p.logintext {
			font-size: 10px; font-weight: normal; color: #004B41;
		}
		#subnavcontent ul li {
			font-size: 12px; color: #004B41; margin-left: -27px; font-weight: bold;
		}
		#subnavcontent ul li.topinfo {
			font-size: 10px; color: #004B41; margin-left: -27px; font-weight: normal;
		}
		#subnavcontent ul li a:hover {
			text-decoration: none;
		}
		#subnavcontent ul li:hover {
			color: #FC8415; list-style-type: square;
		}
		/* Formatierung F+W-db Current Selections */
			#subnavcontent p.preline {
				color: #004B41; font-weight: bold; font-size: 14px;
				font-variant: small-caps;
			}
			#subnavcontent p.resume {
				font-size: 12px; 
			}
			#subnavcontent a, #subnavcontent a:visited {
				color: #004B41; font-weight: bold; text-decoration: none;
				font-size: 12px;
			}
			#subnavcontent a:hover {
				color: #FC8415;
			}
		
		/* Formular Volltextsuche Startseite */
		form#volltextsuche {	
			width: 175px;	background-color: #B8DFDA;	
			text-align: left;	margin-bottom: 16px;
		}
			form#volltextsuche input#suchstart {
				font-size: 10px; color: #004B41;	border: 1px solid #004B41;	
				background-color: white;
			}
			form#volltextsuche input#suchstart:hover {
				color: white; background-color: #004B41;
			}
			form#volltextsuche input {
				font-size: 10px; color: #004B41;	border: 1px solid #004B41;
				padding-left: 2px;
			}
			form#volltextsuche select {
				font-size: 10px; color: #004B41;	border: 1px solid #004B41;
				padding-left: 2px;
			}
	
		/* Formular Winzerlogin */		
		form#winzerlogin {	
			width: 175px;	background-color: #B8DFDA;	
			text-align: left;	margin-bottom: 6px;
		}
			form#winzerlogin input#loginbutton {
				font-size: 10px; color: #004B41;	border: 1px solid #004B41;	
				background-color: white;
			}
			form#winzerlogin input#loginbutton:hover {
				color: white; background-color: #004B41;
			}
			form#winzerlogin input {
				font-size: 10px; color: #004B41;	border: 1px solid #004B41;
				padding-left: 2px;
			}
			form#winzerlogin h3 {
				font-weight: normal;	font-size: 10px;	color: #004B41;
				margin-bottom: 0px; margin-top: 2px;
			}
	
	/* Variante 2 Spalten ohne Marginalie */
	#contentbox_2sp {
		width: 761px; position: relative; left: 0px; display: inline;
		background-color: #FBF3E3;
		background-image: url(images/bg_raster2spalt.gif); background-repeat: no-repeat;
	}
		/* Formatierung der beiden Spalten */
		#boxleft_2sp {
			width: 341px; height: 100%; position: relative; top: 26px; float: left;
			display: inline; margin-left: 25px; padding-right: 14px; border-right: 1px solid #A3D5CE;
		}
		#boxright_2sp {
			width: 341px; height: 100%; position: relative; top: 26px; float: right;
			display: inline; margin-left: 14px; margin-right: 25px; 
		}
		
		/* Variante 1 Spalte ohne Marginalie */
		#boxtotal {
			width: 711px; height: 100%; position: relative; top: 26px;
			/*margin-left: 25px; margin-right: 25px;*/padding-left: 25px; padding-right: 25px;
		}
		#boxtotal h3 {
			color: #B4800F;
		}
		#boxtotal table.imagecluster {
			table-layout: fixed; border: 0; margin-bottom: 8px;
		}
			table.imagecluster td {
				width: 220px; text-align: left; vertical-align: top; padding: 0px; border-bottom: 0;
			}
			table.imagecluster td.mitte {
				width: 220px; text-align: left; vertical-align: top; padding: 0px 10px;
			}
			table.imagecluster th, h1#album_slide_h1 {
				background-color: #B4800F; color: white; font-size: 14px; font-weight: bold;
				padding: 2px; border-bottom: 8px solid;
			}
            h1#album_slide_h1 {
                width: 707px;
                display: block;
                text-align: center;
            }
			table.imagecluster tr.legende td {
				font-size: 12px; font-style: italic; color: #004B41; padding-bottom: 6px;
			}
			/* Variante Imagecluster 4spaltig */
			#boxtotal table.imagecluster4 {
			table-layout: fixed; border: 0; margin-bottom: 8px;
		}
			table.imagecluster4 td {
				width: 160px; text-align: left; vertical-align: top; padding: 0px; border-bottom: 0;
			}
			table.imagecluster4 td.mitte {
				width: 160px; text-align: left; vertical-align: top; padding: 0px 4px;
			}
			table.imagecluster4 th {
				background-color: #B4800F; color: white; font-size: 14px; font-weight: bold;
				padding: 2px; border-bottom: 8px solid;
			}
			table.imagecluster4 tr.legende td {
				font-size: 12px; font-style: italic; color: #004B41; padding-bottom: 6px;
			}
			/* Ende Variante Imagecluster 4spaltig */
		/* Variante 1 Spalte mit Marginalie */
		#boxmarg {
			width: 520px; height: 100%; position: relative; top: 26px;
			/*margin-left: 25px; margin-right: 25px;*/padding-left: 25px; padding-right: 25px;
		}
		h1.archhead {
			font-size: 14px; font-weight: normal; color: #004B41;
			margin: 0 0 2px 0;
		}
		#boxmarg p.archtext {
			font-size: 10px; font-weight: normal; color: black;
			line-height: 12px; margin: 0 0 14px 0; 
		}
		h2.archdatum {
			font-variant: small-caps; font-size: 12px;
		}
		#boxmarg a:hover {
			text-decoration: none;
		}

/* Textformatierungen */
h1 {
	font-size: 18px; font-weight: normal; color: #004B41; margin: 0 0 20px 0;
}
	.topteaser {
		font-size: 16px; margin-bottom: 0px; 
	}
h2 {
	font-size: 16px; font-weight: normal; color: #B4800F; margin: 0;
}
	.overview {
		font-variant: small-caps; font-size: 14px;
	}
	.vortitel {
		color: #004B41; font-size: 14px;
	}
h3 {
	font-size: 14px; 
}
	.zwischentitel {
		font-weight: bold; color: #B4800F; margin-bottom: 8px;
	}
p {
	font-size: 12px; color: #000; margin-top: 0;
}
	.vorspann {
		color: #004B41; font-weight: bold;
	}
	.teasertext {
		line-height: 24px;
	}
	.einzug {
	 font-size: 12px; color: #000; margin-left: 15px;
	}
	
/* Textformatierungen Weinabenteuer */
	.bardata {
	font-size: 12px;  font-weight: bold; margin-bottom: 0px; 
	}
	 .bardescription {
	padding-left: 20px; margin-top: 3px; margin-bottom: 25px;
}
	.frage {
	font-weight: bold; color: #004B41; margin-bottom: 0;
}
	.subfrage {
	font-weight: normal; color: #004B41; margin-bottom: 0;
	padding-left: 20px;
}
	.antwort {
	padding-left: 20px; margin-top: 0.2em;
}


#boxleft_3sp p, #boxright_3sp p, #boxleft_2sp p, #boxright_2sp p, 
#boxtotal p, #boxmarg p {
	line-height: 18px;
}
#boxtotal p.teasertext {
	line-height: 14px;
}
.dac {
	font-variant: small-caps;
}	


/* Formatierung allgemeine  Tabelle */		
table {
			width: 100%; border: 0; margin-bottom: 1px;
		}
			table td {
				text-align: left; vertical-align: top; padding: 0px; 
				border-bottom: 1px solid #FDD378;
			}
			table td#re {
				text-align: right; vertical-align: top; padding: 0px; 
				border-bottom: 1px solid #FDD378;
				}
			table td#mi {
				text-align: center; vertical-align: top; padding: 0px; 
				border-bottom: 1px solid #FDD378;
			}
			table th {
				background-color: #B4800F; color: white; font-size: 12px; font-weight: bold;
				padding: 1px; border-bottom: 1px solid; vertical-align: top;
		}
		   table p {
		   	font-size: 12px; color: #000;  margin: 0 1px 1px 1px;
		   }
			 table td .einzug {
		   	font-size: 12px; color: #000;  margin-left: 10px;
		   }

			
/* Formatierung integrierte Bildergalerie */		

ul#albumlist li {
	float: left;  margin-right: 15px; margin-bottom: 10px;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #333333; list-style-type: none;
}
ul#albumlist img {
	display: block; border: 1px solid #333300;	
}
ul#albumlist li a:link, ul#albumlist li a:visited, ul#albumlist li a:hover {
	display: block; border: 0px;
}

/* Formatierung Tabelle integrierte Bildergalerie + Rebsortendarstellung*/		

		table#bildgalerie td#bild {
			text-align: center; vertical-align: top; border-bottom: 0;
		}
		table#bildgalerie td#li {
			font-size: 12px; vertical-align: top; border-bottom: 0;
		}
		table#bildgalerie td#re {
			font-size: 12px; text-align: right; vertical-align: top; border-bottom: 0;
		}
		table#bildgalerie td#mitte {
			font-size: 12px; text-align: center; vertical-align: top; border-bottom: 0;
		}
		table#bildgalerie p {
		   font-size: 12px; color: #000;  
		}
		
/* Weinabenteuer: Winerap-Tabellen */

table.winerap {
	width: 100%; border-collapse: collapse;
}
table.winerap td {
	border: 1px solid #E17103;	
	padding: 2px;
	text-align: left; vertical-align: top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
table.winerap td.audio {
	width: 11px; text-align: right;
}
table.winerap td.firstcol {
	width: 12px; font-style: italic;
}
table.winerap td.term {
	background-color: #FEE8BA; font-weight: bold;
}

/* Tabellenformatierung Food&Wine Database Auswahl*/

table#foodselect, table#wineselect {
	width: 100%; font-family: Arial, Helvetica, sans-serif;
}
table#foodselect td, table#wineselect td {
	font-size: 12px; padding-left: 3px;
}
table#foodselect td.auswahl, table#wineselect td.auswahl {
	font-weight: bold; color: #004B41; vertical-align: middle;
}
table#foodselect td select, table#wineselect td select {
	border: 1px solid #FC8415;
}

/* Tabellenformatierung F+W DB --- wresults */
table#wresult {
	width: 100%; 
}
table#wresult td {
	font-size: 12px; border: 0; padding-bottom: 12px;
}
table#wresult td h2 {
	border-bottom: 1px solid  #FDD378;
}
	/* Tabelle mit den Ergebnisdaten der Suche */
	table#wresult table#wdata {
		width: 100%; border-collapse: collapse;
		border: 1px solid #B4800F;
	}
	table#wresult table#wdata td {
		border: 1px solid #B4800F; padding: 2px;
	}
	table#wresult table#wdata td.zelledunkel {
		background-color: #FBF3E3;
	}
	table#wresult table#wdata td.zellehell {
		background-color: white;
	}
	table#wresult p#print {
		text-align: right;
	}
table.matchingprofile {
	border-collapse: collapse;
}
.appropriate {
	font-size: 12px; font-weight: bold; color: #B4800F; 
	line-height: 18px;
}