body {
	scrollbar-base-color:#ADC3C6;
	
}

/* Hauptüberschrift */
.us1  {
	font-size : 30px;
    line-height : 30px;
    font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
   	font-style : normal;
	color : #959597;
}

/* 2. Überschrift */
.us2  {
	font-size : 12px;
    line-height : 12px;
    font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
   	font-style : normal;
	color : black;
}

/* normaler Text */
.text  {
	font-size : 12px;
    line-height : 12px;
    font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
   	font-style : normal;
	color : black;
}

/* kleiner Text */
.textkl  {
	font-size : 10px;
    line-height : 10px;
    font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
   	font-style : normal;
	color : #ADC3C6;
}

/* links und header */
A  {
    font-size : 8pt;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : #7071B4;
}

.nav  {
	font-size : 11px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #ADC3C6;
	text-decoration : none;
}

.mail{
	font-size : 8pt;
    line-height : 12pt;
    font-family : Verdana;
	font-weight : normal;
   	font-style : normal;
	color : #E55A5F;
}
	
.Aklein  {
    font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : white;
    text-decoration : none;
}


.Aklein:visited:hover  {
    font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : red;
    text-decoration : underline;
}


HR {color: #D53115; size : 100%}
I {letter-spacing : 1px; }

A:link { color : white; text-decoration : none; font-weight : bold;}
A:hover {color: red;text-decoration : underline; font-weight : bold;}
A:visited {color : white; text-decoration : none; font-weight : bold;}
A:active {color: #A50008; text-decoration : underline; font-weight : bold;}


