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

/* 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 fur 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: 3px; padding-left: 3px;*/
		padding: 0 8px; margin-bottom: 0;
	}
	div#navcontainer li a, div#navcontainer li a:visited {
		font-size: 13px; font-weight: normal; text-decoration: none;
		color: White; margin-top: 0; padding-bottom: 2px; margin-left: 2px;
		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: -120px;
		}
		div#navcontainer ul ul#subwine {
			left: -242px;
		}
		div#navcontainer ul ul#subdaten {
			left: -328px;
		}
		div#navcontainer ul ul#subservice {
			left: -520px;
		}
		div#navcontainer ul ul#subadventure {
			left: -627px;
		}
	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;
	}

.open {
		color: #FFFFFF; font-weight: bold;
	}
	/* 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: 11px; 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%; max-height: 100%; margin-top: 0; /* enthalt alle Spalten */
}
div#inhaltcontainer a, div#inhaltcontainer a:visited {
	color: #004B41; text-decoration: none;
}
div#container a:hover {
	color: #FC8415; text-decoration: underline;
}
div#inhaltcontainer div {
	height: 100%; float: left; /* sorgt fur 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: 262px; height: 100%; position: relative; top: 26px; float: left;
			display: inline; margin-left: 16px; padding-right: 8px; border-right: 1px solid #A3D5CE;
		}
		#boxright_3sp {
			width: 254px; height: 100%; position: relative; top: 26px; float: right;
			display: inline; margin-left: 15px; margin-right: 10px; 
		}
		#boxright_3sptop {
			width: 267px; height: 100%; position: relative; top: 26px; float: right;
			display: inline; margin-left: 13px; margin-right: 10px; line-height: 18px;
		}

	/* 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: 13px; color: #B4800F; letter-spacing: 2px; 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, #margcontent h2 a:visited {
			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: 1px; padding-left: 1px;
			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;
		}
		/* 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 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: 1px; width: 145px;
			/*display: inline;*/ margin-left: 0px; margin-top: 0px; padding: 0px 0px 0px 20px;
			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;
			}
		
		/* 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 {
				background-color: #B4800F; color: White; font-size: 14px; font-weight: bold;
				padding: 2px; border-bottom: 8px solid;
			}
			table.imagecluster tr.legende td {
				font-size: 12px; font-style: italic; color: #004B41; padding-bottom: 6px;
			}
			
		/* 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: 16px; font-weight: bold; color: #004B41; margin: 0 0 20px 0;
}
	.topteaser {
		font-size: 14px; margin-bottom: 0px; 
	}
h2 {
	font-size: 14px; font-weight: bold; color: #B4800F; margin: 0;
}
	.overview {
		font-size: 14px;
	}
	.vortitel {
		color: #004B41; font-size: 14px;
	}
h3 {
	font-size: 12px; 
}
	.zwischentitel {
		font-weight: bold; color: #B4800F; margin-bottom: 8px;
	}
p {
	font-size: 11px; 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, boxright_3sptop 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;
		   }


table.no {
			width: 100%; border: 0; margin-bottom: 0px;
		}
			table td.no {
				text-align: left; vertical-align: top; padding: 0px; 
				border-bottom: 0px solid #FDD378;
			}
/* 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;
}

dd {
	font-size: 12px; font-weight: bold; color: #B4800F; 
	line-height: 18px;
}

.zellehell {
	background-color : #FFFFCC;
; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000
}

.subnavopen {
; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000
}

.zelledunkel {
; font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #000000
; background-color: #F8E9B6;
}
.zelleheadernegativ {
; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF
; background-color: #004841;
	line-height: 18px;
font-weight: bold; 
padding: 2px;
}
.normalfettgruen {
	bold;
	color : #00695E; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif;

 } .zwischentitel {  font-family: Arial, Helvetica, sans-serif; color: #BC9C2F; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold}
.zelledunkelfett {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; background-color: #F8E9B6}
.zellehellfett {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #FFFFCC; color: #000000}
