body, textarea { /* Tagöffnung von body/textarea, hier werden globale Einstellungen festgelegt  */
	background-color: #5B0E74; /*Hintergrundfarbe lila wird festgelegt   */
	font-family: Verdana, Tahoma, Arial;
	margin-top: 2px; /*Die Tabellen sollen 2 Pixel vom oberen Rand weg sein   */
	SCROLLBAR-FACE-COLOR: #5B0E74;
	SCROLLBAR-HIGHLIGHT-COLOR: #F8F8FF;
	SCROLLBAR-SHADOW-COLOR: inherit;
	SCROLLBAR-3DLIGHT-COLOR: #5B0E74; /*Diverse Einstellungen für die Scollbalken   */
	SCROLLBAR-ARROW-COLOR: #F8F8FF;
	SCROLLBAR-TRACK-COLOR: #8E008E;
	SCROLLBAR-DARKSHADOW-COLOR: #5B0E74;
	SCROLLBAR-BASE-COLOR: #5B0E74;
	text-align: left;
	vertical-align: top;
}

a:link, a:visited, a:active a:hover, a:focus  { /*Hier wird festgelegt, dass die Links immer "decoration: none" sind*/
	color: #5B0E74;
	font-family: "Verdana";
	text-decoration: none;
	 }

.aussen { /*aussen bezeichnet die äußerste Tabelle, die alles umfasst   */
	table-layout: fixed; /*Muss fixed sein, damit sich nichts verändert   */
	width: 726px; /* Breite: 726 Pixel  */
	font-family: Verdana;
	text-align: center; /*Der Text (und alle Tabellen die sich hier drin befinden) sind zentriert   */
	background-color: #FFFFFF; /*Hintergrundfarbe dieser Tabelle ist weiß */
	border-style: solid; /* Der Rahmen (border) ist doppelt so dick  */
	border-color: #F54F1B; /*Der Rahmen ist orange ... */
	border-width: 1px; /*... und 1 Pixel breit  */
	font-family: Verdana; /*Auch hier Schriftart Verdana sowie ...  */
	font-size: 10pt	} /*... Schriftgröße 10  */

.tabelle { /*Diese "Haupttabelle" schließt alle Tabellen unterhalb des Banners ein  */
	table-layout: fixed;
	width: 720px;
	font-family: Verdana;
	background-color: #FFFFFF;
	font: Verdana}

.titel { /* Tabelle, welche die Tabellen "Banner" und "Logo" umfasst  */
	table-layout: fixed;
	width: 718px;
	height: 68px }

.logo { /*Hier befindet sich das EMW Logo  */
	table-layout: fixed;
	width: 60px;
	background-image: url('../images/banner_2_pore_70x65.gif') } /*Der Pfad des Hintergrundbildes */

.banner {/*In dieser Tabelle ist das Banner  */
	table-layout: fixed;
	width: 600px;
	background-image: url('../images/banner_1_verl_650x65.gif');
}

.links {/*Dies ist eine leere Tabelle, die dazu dient, den Rand links unter dem Logo durchgehend frei zu halten  */
	table-layout: fixed;
	text-align: left;
	vertical-align: top;
	width: 130px } /*Exakt die selbe Größe wie das Logo  */

.haupt {
	/*Die 2. Tabelle von links, rechts neben "links", dient für den Hauptinhalt */
	table-layout: fixed;
	width: 345px;
	font: Verdana;
	text-align: left;
	vertical-align: top;
}

.streifen { /*zwischen "haupt" und "rechts", für den Strich angelegt  */
	table-layout: fixed;
	width: 1px; /*WICHTIG! Nur 1 Pixel, sonst wird der Strich zu breit  */
	background-image: url("bg_spalte.GIF") }

.rechts { /*Tabelle für Produktbild und Beschreibung  */
	table-layout: fixed;
	width: 230px;
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
	}

.adresse { /*Durchgehende Zeile, ganz unten für die Anschrift  */
	table-layout: fixed;
	width: 720px;
	height: 50px;
	margin-bottom: 0px } /*Festlegen, da sonst der Browser es automatisch vergrößert  */

.leer { /*Zwischen "titel" und "tabelle", sorgt für Platz zwischen den Tabellen   */
	table-layout: fixed;
	width:720px;
	height: 10px }

.bild { /*Tabellen in der Tabelle "rechts", in diese Tabelle kommen die Produktbilder  */
	table-layout: fixed;
	width: 240px } /*Breite kann festgelegt, da immer gleich. Höhe nicht! */

.icons { /*Die Tabelle der Icons unter   */
	table-layout: fixed;
	width: 240px }

.beschreibung {/*Die unterste der 3 Tabellen in der Tabelle "rechts", für Produktbeschreibungen  */
	table-layout: fixed;
	width: 240px;
	border-top: 1px solid Purple }	/* Erzeugt einen Rahmen an der oberen Kante, der 1 Pixel breit und lila ist */

.bilder {/*Die unterste der 3 Tabellen in der Tabelle "rechts", für Produktbeschreibungen  */
	table-layout: fixed;
	width: 240px;
	text-align: center;
	margin-top: 5px;
	border-bottom: 1px solid Purple}
td#content{
	font-family: Verdana;
	font-size: 12px;
}
table#menu{
	margin-left: 5px;
	border: none;
	border-collapse: collapse;
}
table#menu td{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	white-space: nowrap;
}
table#menu a{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
table#menu a:hover{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
span.sep{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 16px;
	color: #FFF;
}
img.m{
	border: 1px solid #EEE;
}
span.pmap{
	margin-top: 0px;
	text-align: left;
	font-size: 85%;
/*	font-style: italic; */
}

table#menu_index{
	border-collapse: collapse;
	table-layout: fixed;
	width: 228px;
	margin-top: 5px;
}
table#menu_index td{
	padding: 0px;
}
table#menu_index a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
table#menu_index a:hover{
	font-size: 12px;
	color: #E74922;
	text-decoration: none;
}
table.news-in{
	width: 100%;
	font-size: 12px;
}
table.news-in td.date{
	font-size: 11px;
	color: #E74922;
}
table.news-in td.info{
	font-size: 11px;
	color: #545454;
}
p.header-in{
	font-size: 11px;
	font-weight: bold;
	color: #414141;
}
div.menudd{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	visibility:hidden;
}
div.submenudd{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	visibility:hidden;
}
#menutab{
	background: #5B0E74;
}
#menutab td div{
	width: 376px;
}
#menutab a{
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
#menutab a:hover{
	font-size: 11px;
	text-decoration: none;
	color: #EBAEFF;
}

#menutab td div{
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	cursor: hand;
}
#menutab td div:hover{
	font-size: 11px;
	text-decoration: none;
	color: #EBAEFF;
	cursor: hand;
}
table#prod{
	border: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #621170;
}
table#prod td.tlt{
	padding-top: 5px;
	padding-bottom: 25px;
}
table#prod td.subtlt{
	width: 100%;
	vertical-align: middle;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
img.prod_img{
	margin: 5px;
}
table.goodstab{
	border: 0;
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
table.goodstab td{
	vertical-align: top;
	padding: 0;
}

h1{
	font-size: 15px;
	font-weight: bold;
	color: #621170;
}
h2{
	font-size: 13px;
	font-weight: bold;
	color: #621170;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #621170;
}
img{
	border: none;
}
table.fclass{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 11px;
}
table.fclass td{
	border: 1px solid #CCC;
	padding: 5px;
	vertical-align: top;
}
table.fclass .fctlt{
	text-align: center;
	color: #5B0E74;
}
.gray{
	background: #EEE;
}
div#filters, div#filters p{
	font-size: 11px;
}

img.fl{
	border: 1px solid #CBCBCB;
	padding: 4px;
	margin: 10px;
	float: right;
}
span.fileinfo{
	font-size: 11px;
	color: #636363;
}

table#emwlab{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}
table#emwlab td{
	vertical-align: top;
}

img.iemwlab{
	border: 1px solid #CBCBCB;
	padding: 4px;
	margin: 10px;
}
