/* setzt bei jeder Zeile in der Navi einen Border unten*/
td.borderZwischenraumNavi
{
	border-bottom:1px solid #ffffff;
}

/* Leerzeile in Navi mit Hintergrundfarbe */
td.leerzeileNavi
{
	height:15px;
	background-color:#EBF4FB;
}

/* Kasten für den Listentext */
div.listentext
{
	border:1px solid #4474A4;
	background-color:#EBF4FB;
	margin-top:10px;
	margin-bottom:20px;
}

div.listentext .inhalt
{
	margin:10px;
}

/* Willkommens-Kasten oben */
div.willkommenstext
{
	border:1px solid #EBF4FB;
	background-color:#EBF4FB;
	margin-top:0px;
	margin-bottom:0px;
}

div.willkommenstext .inhalt
{
	margin:10px;
}

/* Textfarbe wird geändert (hervorheben) */

.textHervorheben
{
	color:#EF8200;
}

h1.boxtitel, h1.breadcrumps
{
	display:inline;
	font-weight:bold;
}

h1.boxtitel
{
	font-weight:bold;
	font-size:13px;
}

h1.breadcrumps
{
	color:#EF8200;
	font-weight:bold;
	font-size:14px;
	padding-bottom:105px;
}

h1.edidactListe
{
	font-size:13px;
	line-height:16px;
	color:#EF8200;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h1.warenkorb
{
	display:inline;
	font-size:13px;
	color:#EF8200;
}

h2
{
	font-size:13px;
	margin:0px;
	padding:0px;
}
.cWarenkorbIcon
{
	width:24px;
	height:20px;
	border:0px;
	margin-left:2px;
	vertical-align:middle;
}

hr
{
	border-bottom: 1px solid #559BD7;
	background-color:#559BD7; /* Mozilla 1.4 */
	color:#559BD7; /* IE 6 */
	border: #559BD7; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

table.collapse
{
	border-collapse:collapse;
	width:100%;
}

td.kopf
{
	border:1px solid #559BD7;
	background-color:#EBF4FB;
	font-weight:bold;
	font-size:13px;
}

td.inhalt
{
	border:1px solid #559BD7;
}

td.kopfKlein
{
	border:1px solid #559BD7;
	background-color:#EBF4FB;
	font-weight:bold;
	font-size:11px;
}

td.inhaltKlein
{
	border:1px solid #559BD7;
	font-size:10px;
}

.hinweis
{
	font-size:11px;
	font-style:italic;
}

