﻿/* Standardformat für Links, bei welchen sonst keine Stylesheetangabe gemacht wird */
/* Was hier steht, muss auch für weitere Links nicht wiederholt werden, sondern nur die Änderungen */

/* Standardlink */
a {
font-family: Verdana, Tahoma; color: #254E9B; font-size: 10px;  text-decoration: none
}

a:hover {
color: #000000;
}

/* leere Zellen auch anzeigen */
table {
empty-cells: show;
}

/* für ZERMA-Logo, das nur auf dem Drucker erscheint */
.druckbar {
display: none;
}

/* Angaben für Standardtexte */
td {
font-family: Verdana, Tahoma; font-size: 10px; color: #000000; letter-spacing: 0px;
}

td.fliesstext a{
line-spacing: 15px;
}

/* Menü */
.menueleiste {
background-color: #CCCCCC; padding-left: 0px;
}

/* Links in Menüleiste */
.menueleiste a {
font-weight: bold; text-decoration: none; color: #254E9B;  font-size: 10px; padding-left: 5px;
}

.menueleiste a:hover {
text-decoration: none; color: #000000;
}

/* Links in Fußzeile */
.fuss {
COLOR: #CCCCCC; FONT-FAMILY: Verdana, Tahoma; FONT-SIZE: 9px; TEXT-DECORATION: none;
}

.fuss a {
COLOR: #CCCCCC; FONT-FAMILY: Verdana, Tahoma; FONT-SIZE: 9px; TEXT-DECORATION: none;
}

.fuss a:hover {
text-decoration: none; color: #254E9B;
}

/* Untermenü */
.untermenueleiste {
background-color: #DEDEDE; padding-left: 5px;
}

/* Links in Untermenüleiste */
.untermenueleiste a {
font-weight: bold; text-decoration: none; color: #000000;  font-size: 9 px;
}

.untermenueleiste a:hover {
text-decoration: none; color: #254E9B;
}

/* Hintergrundfarbe der Seiten, hier: weiß */
body {
background-color: #FFFFFF;
}

/* Fließtext, Angabe für eventuelle Änderungen am Zeilenabstand etc. */
td.fliesstext {
line-spacing: 15px;
}

/* rote Balken unter den Produktbildern */
td.produkte {
background-color: #254E9B; height: 20px; text-align: center;
}

/* Links unter den Produktbildern */
td.produkte a {
color: #FFFFFF; font-weight: bold; text-decoration: none; font-size: 9px;
}

td.produkte a:hover {
color: #CCCCCC;
}

/* Formularfelder */
input {
font-size: 11px; font-family: Tahoma; letter-spacing: 0px;
}

textarea {
font-size: 11px; font-family: Tahoma; letter-spacing: 0px;
}

select {
font-size: 11px; font-family: Tahoma; letter-spacing: 0px;
}

ul {
margin: 0px; margin-left: 16px; margin-top: 10px;
}

ol {
margin: 0px; margin-left: 24px; margin-top: 0px; text-intend: -8px;
}

/* Unsichtbare Inhalte */
.schlagworte {
display: none; color: #FF0000;

}

/* Flache Eingabefelder mit 1px breiten Rähmchen */
input.flat {
border-style: solid; border-width: 1px; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #DEDEDE; border-top-color: #DEDEDE;
}

a.button {
font-weight: bold; color: #FFFFFF; text-decoration: none;
}

a.button:hover {
text-decoration: underline; color: #FFFFFF;
}

#startpage {
margin:auto;
}

#startpage a {
	font-size:large;
}
