﻿Body {
    background-color: #E2E2E2;
}

.TopMenu {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
a.TopMenu:visited {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
a.TopMenu:active {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
a.TopMenu:hover {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: yellow;
    text-decoration: underline;
}
a.TopMenu:link {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

a.Button:visited, a.Button:hover {
	text-decoration: none;
	color: white;
}

.Copyright {
	font-family: Verdana;
    font-size:  11px;
}

.Ueberschrift {
	font-family: Verdana;
    font-size:  11px;
    font-weight: bold;
    text-decoration: underline;
}

.Text_normal {
	font-family: Verdana;
    font-size:  11px;
}

a.Link:visited, a.Link:link {
	text-decoration: underline;
	color: Navy;
}
a.Link:hover {
	text-decoration: underline;
	color: Red;
}

a.Kontakt_Link:visited, a.Kontakt_Link:link {
	font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    text-decoration: none;
    color: Navy;
}

a.Kontakt_Link:hover {
	font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    text-decoration: underline;
    color: Red;
}

.Kontakt_Kundencenter {
    padding-right: 12px;
	padding-top: 3px;
}