/* Zentrale Farbangaben:
	Hellrot (Rosa) fÃ¼r Hightlightboxen bei MouseOver: #FFFAFA = RGB 255 | 250 | 250
	Dunkelrot fÃ¼r Rahmen und Links bei MouseOver: #B50015 = RGB 181 | 000 | 021 (v4)
	Rot fÃ¼r Rahmen und Links bei MouseOver: red (v5)
	Schwarz fÃ¼r Text und Links: black */

/* getestet mit:
	Internet Explorer 6.0.2900.2180
	Firefox 2.0.0.1
	Firefox 1.5.0.9
jeweils mit 1024 x 768 px auch unmaximiert */

/* (c) Jens Ullmann 2007 */

/* Reset diverser Browser-Formateinstellungen */

body {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	background-color: white;
	font-weight: normal;
	}
body, table, tr, td, div, p, form, ul, li, a, img { margin: 0; padding: 0; border: 0; }
a { color: black; text-decoration: none; }
a:visited	{ color: black; }
a:hover		{ color: red; }
a:active	{ color: red; }
li { list-style-type: none; }
h1, h2, h3, h4, h5, h6, pre { font-weight: normal; }
h1 { font-size: 14px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

pre { font-family: verdana, tahoma, arial, helvetica, sans-serif;
	background-color: white;
	font-weight: normal;
	font-size: 10px; }
.invis { visibility: hidden; } /* Klasse zum Ausblenden */
.center { text-align: center; } /* Klasse zum zentrieren */

/* Kopf-Frame ab hier */

/* Linker Teil */
.KopfSpacer {  /* legt Mindest-Breite der linken Tabellenspalte fest */
	width: 803px;
	height: 0px;
	display: block;
	}

div#Logo{
	display: block;
	font-size: 11px;
	width: 175px;
	height: 89px;
	vertical-align: top;
         margin: 20px 0 0 0;
	}
#Logo li {
	background: url(/e5/pics/pfeil.gif) no-repeat 3px 2px;
	}
#Logo li:hover {
	background: url(/e5/pics/pfeil_mo.gif) no-repeat 5px 2px;
	}
#Logo a {
	margin: 0 0 0 0px;
	}
#Suchen p {
	margin: 0 0 0 5px;
	}

.searchfield {
	font-size: 11px;
	border: 1px solid black;
	height: 14px;
	margin: -4px 0 0 15px;
	width: 120px;
	padding: 0 0 0 4px;
	}
* html .searchfield { /* Anpassung fÃ¼r IE bis v6 */
	height: 16px;
	}
.searchbutton {
	border: 0;
	margin: 0;
	width: 16px;
	height: 20px;
	background: url(/e5/pics/lupe_klein.gif) no-repeat 0 0;
	cursor:pointer;
	}
.searchbutton:hover {
	background: url(/e5/pics/lupe_klein_mo.gif) no-repeat 0 0;
	}

.searchfield2 {
	font-size: 9px;
	border: 1px solid black;
	height: 13px;
	margin: 0;
	width: 115px;
	padding: 0px 0px 1px 2px;
	}
* html .searchfield2 { /* Anpassung für IE bis v6 */
	padding: 1px 0px 0px 2px;
	height: 16px;
	}

/* Mittlerer linker Teil */

div#TopNaviLinks {
	font-size: 10px;
	white-space: nowrap;
	padding: 1px;
	position: absolute;
	left: 185px;
	top: 8px;
	background: white;
	z-index: 2;
	}
#TopNaviLinks li {
	padding: 0 3px 0 3px;
	border-left: 1px solid black;
	display: inline;
	}
div#TopUserLinks {
	font-size: 10px;
	white-space: nowrap;
	padding: 1px;
	position: absolute;
	left: 185px;
	top: 25px;
	background: #fff;
	z-index: 5;
	}
#TopUserLinks li {
	padding: 0 3px 0 3px;
	color: red;
	display: inline;
	}

/* Formatierung der Taben */

div#Tabs {
	position: absolute;
	left: 180px;
	top: 0px;
	width: 80%; /*Legt Breite des Tabenfeldes und Hintergrunds fest */
	height: 100px;
	margin: 0 200px 0 0;
	background: white url(/e5/pics/header_background.jpg) repeat-x 0px 0px;
	font-size: 10px;
	z-index: 1;
	}
#Tabs li {
	position: relative;
	top: 80px;
	left: 5px;
	margin: 0;
	display: inline;
	}
#Tabs a {
	color: #FFF4F5;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 3px 3px 3px;
	background: red ;
	}
#Tabs a:hover {
	position: relative;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-top: 1px solid white;
	padding: 2px 3px 10px 3px;
	top: -3px;
	}


/* Mittlerer rechter Teil */

div#TopNaviRechts {
	font-size: 10px;
	white-space: nowrap;
	padding: 1px;
	position: absolute;
	margin: 0 0 0 -144px;
	top: 8px;
	font-size: 9px;
	/* background: white; */
	z-index: 1;
	}

#TopNaviRechts li {
	text-align: right;
	padding: 0 3px 0 7px;
	border-right: 1px solid black;
	display: inline;
	}

#TopNaviRechts select {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	background-color: white;
	font-weight: normal;
	font-size: 10px;
	white-space: nowrap;
         vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline;
	border-style: none;
}
img.flag {
	margin: 0 0 0 5px;
}

div#TopUserRechts {
	font-size: 10px;
	white-space: nowrap;
	padding: 1px;
	position: absolute;
	margin: 0 0 0 -400px;
	top: 40px;
	font-size: 9px;
	background: #f3f3f3;
	z-index: 1;
	}
#TopUserRechts li {
	text-align: right;
	padding: 0 3px 0 3px;
	color: red;
	display: inline;
	}

/* Rechter Teil */
div#TopRechts {
	position: absolute;
	margin: 0px 0 0 0px;
	padding: 2px;
	top: 0px;
	font-size: 9px;
	width: 199px;
	height: 100px;
	display: block;
	vertical-align: top;
	background: white;
	z-index: 1;
	}

#TopRechts li.Rechts2 {
	height: 24px;
	list-style: none;
         margin: 0;
         padding: 0;
}
#TopRechts a.trLogin {
         background: url(/pics/login_sw.gif) no-repeat 3px 5px;
         margin: 0;
         padding: 6px 0 5px 35px;
         line-height: 1.1em;
}
#TopRechts a.trLogin span {
	vertical-align: middle;
         height: 20px;
}
#TopRechts a.trLogin:hover {
         background: url(/pics/login_rot.gif) no-repeat 3px 5px;
         padding: 6px 0 5px 35px;
}
#TopRechts a.trAnmeldung {
         margin: 0;
         line-height: 1.1em;
}
#TopRechts a.trAnmeldung span {
	vertical-align: middle;
	padding: 0 0 0 3px;
}
* html #trLogin {
	padding: 4px 0 0 0;
	cursor:pointer;
}

#TopRechts a.trMerkzettel {
	display: block;
         background: url(/pics/merkzettel_sw.gif) no-repeat 2px 2px;
         width: 130px;
         height: 24px;
         margin: 0;
         padding: 0 25px 0 35px;
         line-height: 1.1em;
}
#TopRechts a.trMerkzettel:hover {
         background: url(/pics/merkzettel_rot.gif) no-repeat 2px 2px;
}
#TopRechts a.trMerkzettelVoll {
	display: block;
         background: url(/pics/merkzettel_sw.gif) no-repeat 2px 2px;
         background-color: #C0FFC0;
         width: 130px;
         height: 24px;
         margin: 0;
         padding: 0 25px 0 35px;
         line-height: 1.1em;
}
#TopRechts a.trMerkzettelVoll:hover {
         background: url(/pics/merkzettel_rot.gif) no-repeat 2px 2px;
         background-color: #C0FFC0;
}
#TopRechts a.trWarenkorb {
         display: block;
         background: url(/pics/wk_sw25.gif) no-repeat 2px 2px;
         width: 130px;
         max-width: 130px;
         height: 24px;
         margin: 0;
         padding: 0 25px 0 35px;
         line-height: 1.1em;
}
#TopRechts a.trWarenkorb:hover {
         background: url(/pics/wk_rot25.gif) no-repeat 2px 2px;
}
#TopRechts a.trWarenkorbVoll {
         display: block;
         background: url(/pics/wk_sw25_y.gif) no-repeat 2px 2px;
         background-color: yellow;
         width: 130px;
         max-width: 130px;
         height: 24px;
         margin: 0;
         padding: 0 25px 0 35px;
         line-height: 1.1em;
}
#TopRechts a.trWarenkorbVoll:hover {
         background: url(/pics/wk_rot25_y.gif) no-repeat 2px 2px;
         background-color: yellow;
}

#TopRechts .Waehrung {
	position: relative;
	top: 6px;
	}
#TopRechts .Waehrung a {
	margin: 0 2px 0 2px;
	padding: 0px;
	}
#TopRechts .Waehrung a:hover {
	color: red;
	}
#TopRechts a.WaehrungAktiv {
	background: red;
	color: white;
	}
#TopRechts a.WaehrungAktiv:hover {
	color: white;
	}
#TopRechts a.WaehrungNichtAktiv {
	background: white;
	color: black;
	}
#TopRechts a.WaehrungNichtAktiv:hover {
	color: red;
	}

/* Abbinder */
div#KopfAbbinder {
	position: absolute;
	display: block;
	z-index: 10;
	width: 100%;
	height: 4px;
	top: 96px;
	left: 0px;
	background: red;
	}

/* Linker Frame ab hier */

div#Suchen{
	font-size: 11px;
	width: 150px;
      margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid red;
	}
#Suchen p {
	margin: 5px 0 0 5px;
	font-weight: bold;
}
#Suchen form {
	margin: 0 0 0 5px;
}
#Suchen li {
	display: block;
	}
#Suchen input.radiob2 {
	padding: 0;
	margin: 0;
}
#Suchen a.asuche {
	font-size: 9px;
	margin: 0;
	padding: 0;
        color: black;
	}
#Suchen a.asuche:hover {
	margin: 0;
        color: red;
	}
#Suchen a.asuche:active {
	margin: 0;
        color: red;
	}	
#Suchen	p.abisz2 a {
	padding: 0 0 0 13px;
	background: url(/e5/pics/pfeil.gif) no-repeat 2px 2px;
	}
#Suchen	p.abisz2 a:hover {
	background: url(/e5/pics/pfeil_mo.gif) no-repeat 4px 2px;
	}

div#NaviSortiment {
	font-size: 11px;
	width: 150px;
	margin: 8px 0 0 3px;
	}
#NaviSortiment ul {
	font-weight: bold;
	margin: 0 0 0 2px;
}
#NaviSortiment li {
	font-weight: normal;
	margin: 2px 0 0 0;
	background: url(/e5/pics/pfeil.gif) no-repeat 2px 2px;
	list-style-position: outside;
	}
#NaviSortiment li:hover {
	background: url(/e5/pics/pfeil_mo.gif) no-repeat 4px 2px;
	}
#NaviSortiment a {
	margin: 0 0 0 13px;
	}


/* untere linke Naviagation mit Pflicht-Links */
div#NaviPflichtangaben {
	width: 150px;
	margin: 3px 0 0 3px;
	display: block;
	font-size: 9px;
}
#NaviPflichtangaben li {
	display: block;
	background: url(/e5/pics/pfeil_klein.gif) no-repeat 4px;
	}
#NaviPflichtangaben li:hover {
	background: url(/e5/pics/pfeil_mo_klein.gif) no-repeat 5px;
	}
#NaviPflichtangaben a {
	margin: 0 0 0 13px;
         color: #0000d0;
	}
#NaviPflichtangaben a:hover {
	margin: 0 0 0 13px;
         color: red;
	}
	
/* Web-Path-Zeile */	
div#WebPath {
	width: 98%;
	height: 8px;
	margin: 12px 0 3px 3px;
	display: block;
	font-size: 9px;
	position: absolute;
	top: 90px;
	/* border-bottom: 1px solid black; 90%,8 */
}
#WebPath ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#WebPath li {
	background: url(/images/pfadrot.gif) no-repeat 4px;
	display: inline;
	}
#WebPath li:hover {
	background: url(/images/pfadschwarz.gif) no-repeat 4px;
	}
#WebPath a {
	margin: 0 0 0 14px;
	}
#WebPath a:hover {
	margin: 0 0 0 14px;
         color: red;
	}
#WebPath span {
	margin: 0 0 0 14px;
	}
	
/* PGB-Links */	
.pgblink ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
.pgblink li {
	background: url(/images/pfadrot.gif) no-repeat 4px 2px;
	margin: 0 0 0 -8px;
	display: block;
	font-size: 10px !important;
	}
.pgblink li:hover {
	background: url(/images/pfadschwarz.gif) no-repeat 4px 2px;
	}
.pgblink a {
	margin: 0 0 0 14px;
	}
.pgblink a:hover {
	margin: 0 0 0 14px;
         color: red;
	}
.pgblink span {
	margin: 0 0 0 14px;
	}	
	
.redtri {
	background: url(/images/pfadrot.gif) no-repeat 4px;
	padding: 0 0 0 14px;
	margin: 10px 0 2px -8px !important;
.redtri:hover {
	background: url(/images/pfadschwarz.gif) no-repeat 4px;
	}
}

/* Formate für Content-Frame in separatem Stylesheet */
