@charset "utf-8";
/*
 ******************************************************************************
 * CSS-Datei Webseite Weingut Mertes
 * 
 * @link http://www.mertes-waldrach.de
 * @package: mertes
 * @version: 1.0
 * @author: Christian Schmitz
 * 
 *
 ******************************************************************************
 * Klassendefinitionen
 */
body {
	margin: 0;
	background-color: #e5e5e5;
	text-align: center;
	overflow-y: scroll;
}
/**
 * @section: Universale Klasse für Schrift-Formatierung
 */
* {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #696969;
}
.normal { white-space: normal; font-weight: normal; }
.fett { font-weight: bold; }
/**
 * @section: Überschriften
 */
h1 { 
	font-size: 16pt; 
	margin-bottom: 1em;
}
h2 { 
	font-size: 10pt; 
	font-weight: bold;
}
h3 { 
	font-size: 10pt; 
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #800000;
}
/**
 * @section: Absatz - normaler Textfluss - Hinweistext unter Grafike
 */
p.mertes {
	white-space: normal;
	line-height: 1.2em;
}
p.lieferbedingung {
	clear: both;
	white-space: normal;
	line-height: 1.2em;
}
p.hinweis {
	font-size: 8pt;
	color: #696969;
}
div.preise {
	padding-left: 10px;
	background-color: #f5f5f5;
	border-top: 1px dotted #800000;
	border-bottom: 1px dotted #800000;
}
ul#verweis { 
	list-style-image: url(../images/Pfeil.png);
	margin-top: 10px;
}
/**
 * @section: Image-Klassen - 3 Grafiken 180x135 nebeneinander - 1 Grafik am rechten Rand
 */
.img-nebeneinander { float: left; margin-right: 10px; } 
.img-rechts { float: right; margin: 0 0 20px 20px; }
/**
 * @section: Tabelle Weinkarte
 */
table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	empty-cells: hide;
	margin: 25px 0 0 0;
}
th {
	text-align: left;
	background-color: #696969;
	color: #ffffff;
	border-bottom: 4px solid #a9a9a9;
	padding: 5px;
}
th.bezeichnung {
	font-weight: bold;
	width: 300px;
}
tr.trennlinie {
	border-top: 1px dotted #969696;
}
tr.border {
	border-top: 1px solid #969696;
	padding: 5px;
}
td {
	border: none;
	padding: 5px;
}
td.bezeichnung {
	font-weight: bold;
	color: #698B22;
}
td.bezeichnung-rot {
	font-weight: bold;
	color: #800000;
}
td.lage {}
td.ap-nr { font-size: 7pt; }
td.beschreibung {}
td.auszeichnung {	color: #daa520; }
/* Spaltenbreiten */
col#col1 { width: 55px; text-align: left; }
col#col2 { width: 65px; text-align: left; }
col#col3 { width: 320px; text-align: left; }
col#col4 { width: 60px; text-align: right; }
col#col5 { width: 60px; text-align: right; }
/*
 ******************************************************************************
 * Regeln zum Seitenlayout
 *
 * @section: Container, der die ganze Seite umfasst
 */
div#seite {
	text-align: left;
	width: 850px;
	margin: 20px auto;
	padding: 0;
	background-color: #f5f5f5;
	background-image:url(../images/Wappen.png);
	background-repeat:no-repeat;
	background-position: -20px 415px;
}
/**
 * @section: Container fuer die Kopfzeile mit Home, Kontakt und Impressum
 */
div#kopfzeile {
	text-align: right;
	margin: 0;
	padding: 10px;
	background-color: #696969;
	color: #ffffff;
	border-bottom: 5px solid #a9a9a9;
}
/**
 * @section: Container fuer die Haupt-Navigation (Weingut, Weine & Sekte, Weinproben, Ferien)
 */
div#navigation {
	float: left;
	width: 250px; height: 305px;
	margin: 0;
	padding: 0;
	background-color: #800000;
	border-bottom: 5px solid #a9a9a9;
}
/* Klasse für das Logo */
.logo {
	border-top: 10px solid white;
	background-color: white;
}
/* Klasse für die Navigationspunkte */
.navi {
	border-top: 24px solid white;
	border-right: 20px solid white;
	border-bottom: 20px solid white;
	border-left: 20px solid white;
	background-color: white;
}
/**
 * @section: Container fuer Visualisierung neben der Haupt-Navigation
 */
div#visualisierung {
	height: 305px;
	margin: 0;
	padding: 0;
	background-color: #800000;
	border-bottom: 5px solid #a9a9a9;
}
/**
 * @section: Container fuer den Inhalt
 */
div#inhalt {
	clear: both;
	text-align: left;
	width: 560px;
	margin: 0 0 0 250px;
	padding: 10px 20px 20px 20px;
	background-color: #ffffff;
}
/**
 * @section: Container fuer die Fusszeile
 */
div#fusszeile {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #696969;
	border-top: 5px solid #a9a9a9;
	font-size: 8pt;
	color: white;
	text-align: right;
}
/*
 ******************************************************************************
 * Links
 * 
 * @section: Allgemeine Links auf der Seite
 */
a:link { color:	#0000cd; text-decoration: none; }
a:visited { color: #0000cd; text-decoration: none; }
a:hover { color: #0000cd; text-decoration: underline; }
a:active { color: #0000cd; text-decoration: underline; }
/**
 * @section: Links der Kopfnavigation Impressum, Kontakt
 */
a.kopfnavigation {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}
a.kopfnavigation:hover { text-decoration: underline; }
a.kopfnavigation:active { text-decoration: underline; }
/**
 * @section: Klasse fuer aktive Punkte der Kopfnavigation
 */
.aktiver-up {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}
/**
 * @section: Links der Haupt-Navigation
 */
a.hauptnavigation {
	display: block;
	padding: 3px 10px 3px 10px;
	margin: 2px 0 0 0;
	border-left: 8px solid	#a9a9a9;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
a.hauptnavigation:link { color: #696969; background-color: #f5f5f5; }
a.hauptnavigation:visited { color: #696969; background-color: #f5f5f5; }
a.hauptnavigation:hover { color: white; background-color: #800000; }
a.hauptnavigation:active { color: white; background-color: #800000; }
/**
 * @section: Klasse fuer aktive Punkte der Hauptnavigation
 */
.aktiver-hp {
	display: block;
	padding: 3px 10px 3px 10px;
	margin: 2px 0 0 0;
	border-left: 8px solid #800000;
	background-color:	#f5f5f5;
	color: #696969;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
