body {
	background-color: #223646;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* quasi das passe-partout */
table#container {
	background-color: #2C465B;
	width: 788px;
	padding: 0px;
	border-top: 1px solid #131E27;
	border-left: 1px solid #131E27;
	border-right: 1px solid #477294;
	border-bottom: 1px solid #477294;	
}

/* der eigentliche Inhalt als 3x3 Tabelle */

table#inhalt {
	width: 788px;
	height: 488px;
	background-color: #2C465B;
	padding: 0px;
	border: 0px;
}
table#inhalt td {
	/*background-color: #2C465B;*/
	padding: 0px;
	border: 0px;
}
table#inhalt tr {
	border: 0px;
	padding: 0px;
}
table#inhalt td#toprow {
	height: 71px;
}
table#inhalt tr#middlerow {
	height: 398px;
}
table#inhalt td#bottomrow {
	height: 20px;
}

table#inhalt .logo {
	width: 101px;
	padding: 0px;
	background-color: #B5BEC6;
	margin-left: 23px;
	border: 0px;
}
table#inhalt .reblock {
	width: 280px;
	padding: 0px;
	background-color: #B5BEC6;
	border: 0px;
}
table#inhalt td.nav {
	text-align: left;
	vertical-align: top;
	border-left: 23px solid #FFFFFF;
	width: 101px;
	background-color: #2C465B;
}

/* NAVIGATIONSTEIL */

table#navigation {
	width: 101px;
	height: 100%;
/*	margin-left: 23px;*/
/*	border: 0px;*/
	font-family: Helvetica, Arial, sans-serif;
	color: #D1D8DE;	
}
table#navigation td {
/*	background-color: #FFFFFF;*/
	padding: 45px 5px 10px 5px;
	vertical-align: top;
}
table#navigation td div#aktuell {
	background-color: #477294;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
	padding: 2px 0px 2px 5px;
}
table#navigation td div#aktuell #hilite {
/*	border: 1px dashed #477294;*/
/*	display: block;*/
/*	margin-left: -5px;
	padding-left: 5px;*/
	color: #CD161C;
}
/* Schrift in der Navigation */
table#navigation a, table#navigation a:visited {
	color: #D1D8DE;
	text-decoration: none;
}
table#navigation a:hover {
	color: #FFFFFF;
	background-color: #477294;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 2px;
/*	text-decoration: overline underline; */
}
table#navigation h3 {	
	font-weight: bold;
	font-size: 14px;
	/*font-variant: small-caps;*/
	text-align: left;
	margin-top: -2px;
}
table#navigation h3.small {
	font-size: 13px;
	font-weight: normal;
} 
table#navigation h4 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: -8px;
/*	line-height: 0.3em;*/
} 

/* dort, wo der Text hinkommt */
table#inhalt td#main {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	height: 396px;
	padding: 45px 20px 20px 20px;
	font-family: Helvetica, Arial, sans-serif;	
}
table#inhalt td#main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #477294;
	margin-bottom: 0px;
	border-top: 1px dashed #477294;
	padding-top: 20px;
}
table#inhalt td#main h4 {
	font-size: 14px;
	font-weight: bold;
	color: #477294;
	margin-bottom: -10px;
}
table#inhalt td#main p {
	color: #2C465B;
	font-size: 12px;
	font-weight: normal;
}
.weiter {
	text-decoration: overline;
}
table#inhalt td#main p a, table#inhalt td#main p a:visited {
/*	text-decoration: overline;*/
	color: #477294;
}
table#inhalt td#main p a:hover {
	text-decoration: underline;
	color: #5C2C2F;
}
/* Subnav-links Vertrieb */
table#inhalt td#main p.subnav {
	text-align: right;
}
table#inhalt td#main p.subnav a, table#inhalt td#main p.subnav a:visited {
	text-decoration: overline underline;
	color: #477294;
}
table#inhalt td#main p.subnav a:hover {
	color: #5C2C2F;
	text-decoration: overline underline;
}
.rechts {
	text-align: right;
}
/* Tabelle 3 Beck */
table#inhalt table#familie {
	width: 100%;
	background-color: #FFFFFF;
}
table#inhalt table#familie td {
	text-align: left;
	vertical-align: top;
	width: 110px;
}
table#inhalt table#familie td p.namen {
	font-size: 14px;
	font-weight: bold;
	color: #477294;
	line-height: 12px;	
}
table#inhalt table#familie td.mitte {
	padding-left: 15px;
	padding-right: 15px;
	width: 140px;
} 

/* Tabelle Sortiment */
table#inhalt td#main table#sortiment {
	width: 100%;
	/*border: 1px dashed #477294;*/
}
table#inhalt td#main table#sortiment td {
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #2C465B;
	height: 16px;
}

/* Tabelle Sortimentsauflistung */
table#inhalt td#main table#sortlist {
	width: 100%;
	/*border: 1px dashed #477294;*/
}
table#inhalt td#main table#sortlist td {
	text-align: left;
	vertical-align: middle;
	/*padding-left: 5px;
	padding-right: 5px;*/
	padding: 2px 5px 2px 5px;
	height: 12px;
	font-size: 12px;
	color: #2C465B;
}
table#inhalt td#main table#sortlist td a, table#inhalt td#main table#sortlist td a:visited {
	text-decoration: none;
	color: #477294;
}
table#inhalt td#main table#sortlist td a:hover {
	text-decoration: underline;
	color: #5C2C2F;
}
table#inhalt table#sortlist td.teiler {
	width: 20px;
}
/*table#inhalt table#sortlist td.pointer {
	padding-left: 0px;
	vertical-align: middle;
	text-align: right;
	width: 20px;
}*/
table#inhalt td#main table#sortlist th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 4px 6px 4px 10px;
	color: #477294;
	vertical-align: middle;
}
table#inhalt td#main table#sortlist td p {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 12px;
	line-height: 12px;
	
}
table#inhalt table#sortlist td p a, table#inhalt table#sortlist td p a:visited {
	text-decoration: none;	
}

/* Tabelle rechts mit Motiven */
table#inhalt td.motiv {
	width: 280px;
	text-align: left;
	vertical-align: top;	
	background-color: #477294;
}

/* Tabelle Termine, gilt auch für Vertrieb */
table#inhalt table#termine {
	width: 100%;
}
table#inhalt table#termine tr.dark, table#inhalt table#sortiment tr.dark, table#inhalt table#sortlist tr.dark {
	background-color: #D1D8DE;
}
table#inhalt table#termine td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	text-align: left;
	vertical-align: top;	
	border-bottom: 1px solid #477294;
	color: #2C465B;
}
table#termine td.begrenzer {
	border-top: 1px solid #477294;
}
table#inhalt table#termine td p.namen {
	font-size: 14px;
	font-weight: bold;
	color: #477294;
/* allgemeine Klassen */
.fett {
	font-weight: bold;
}
table#termine a, table#termine a:visited {
	color: #5C2C2F;
	text-decoration: none;
}
.fett {
	font-weight: bold;
}
table#termine a:hover {
	color: #477294;
	text-decoration: underline;
}