/* = CSS EINSTELLUNGEN FUER SEITE */

body {
/* Hintergrundfarbe */
background-color: #f1f1f1;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
color: #000000;
/* Abstand zu Aussenelementen - Reihenfolge 12,3,6,9 UHR */
margin: 20px 0px 20px 0px;
}

/* = ALLGEMEINE LINKS */
a {
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: underline;
}
a:hover {
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #a6a6a6;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

/* = Hintergrundfarbe Haupttabelle */

.haupttabelle {
/* Hintergrundarbe */
background-color: #A6A6A6;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
}

/* = SEITENFUSS */

.fusszeile {
/* Hintergrundarbe */
background-color: #f1f1f1;
/* Randabstand */
padding: 5px;
/* Textausrichtung */
text-align: center;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
/* Hoehe */
height: 23px
}
.fusszeile a {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

.fusszeile a:hover {
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #a6a6a6;
/* Link unterstrichen none/underline */
text-decoration: underline;
}

/* = MENUESPALTE OBEN */

.menue {
/* Hintergrundfarbe */
background-color: #ffffff;
/* Randabstand */
padding: 0px;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* = LINKS IM HAUPTMENUE DES SHOPS */

.menue a {
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 5px 0px 5px 0px;
/* Abstand zu Aussenelementen */
margin: 1px;
/* Hintergrundarbe */
background-color: #f1f1f1;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: none;
/* Breite */
width: 127px;
height: 25px;
}

.menue a:hover {
/* Hintergrundarbe */
background-color: #ffffff;
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #336599;
/* Link unterstrichen none/underline */
text-decoration: underline;
/* Breite */
width: 127px;
}

/* = HAUPTTABELLE */

.content {
/* Hintergrundarbe */
background-color: #ffffff;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 15px 15px 3px 15px;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

/* = ALLGEMEINE AUSGABE TABELLEN */

.ueberschrift {
/* Rand unten Breite, Art und Farbe */
border-bottom: 1px solid #336695;
/* Hintergrundfarbe */
background-color: #ffffff;
/* Randabstand - Reihenfolge 12,3,6,9 UHR */
padding: 5px 5px 3px 5px;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
/* Schriftgewicht normal/bold */
font-weight: bold;
}

.inhalt {
/* Hintergrundfarbe */
background-color: #ffffff;
/* Randabstand */
padding: 5px;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}
.inhalt a {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #336695;
/* Link unterstrichen none/underline */
text-decoration: underline;
}
.inhalt a:hover {
/* Schriftgewicht normal/bold */
font-weight: bold;
/* Schriftfarbe */
color: #a6a6a6;
/* Link unterstrichen none/underline */
text-decoration: underline;
}


/* = CSS EINSTELLUNGEN FUER FORMULARTAGS START */

.inputfeld {
/* Randbreite, Art und Farbe */
border: 1px solid #a6a6a6;
/* Hintergrundfarbe */
background-color: #f1f1f1;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftfarbe */
color: #000000;
}

.inputbutton {
/* Randbreite, Art und Farbe */
border: 1px solid #000000;
/* Hintergrundfarbe */
background-color: #ffffff;
/* Schriftart */
font-family: Verdana, Arial;
/* Schriftgroesse */
font-size: 11px;
/* Schriftgewicht normal/bold */
font-weight: normal;
/* Schriftfarbe */
color: #000000;
}


form {
display: inline;
}