/* Standardmäßiges CSS-Stylesheet für Alex Schaaf GbR */

/* Corporate Colors
Orange      #FF9C25
Blau        #30384F
Schwarz     #000000
Grau        #CDCDCD
*/

BODY
{
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #FFFFFF;
}

/* Text */
.copy         { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #000000; }
.zitat        { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #666666; }
.footer       { font-family: "Verdana"; font-size: 10px; font-style: normal; color: #FFFFFF; }
.headline     { font-family: "Verdana"; font-size: 14px; font-weight: bold; color: #FF9C25; }
.subheadline  { font-family: "Verdana"; font-size: 14px; font-weight: bold; color: #000000; }
a.link        { font-family: "Verdana"; font-size: 11px; font-weight: bold; color: #FF9C25; text-decoration: none; }

/* Text-Link für Kontakt und Impressum*/
a.text         { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #000000; text-decoration: none; }
a.text:active  { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #FF9C25; text-decoration: none; }
a.text:visited { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #000000; text-decoration: none; }
a.text:hover   { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #FF9C25; text-decoration: none; }

/* Referenz-Link */
a.referenz         { font-family: "Verdana"; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; }
a.referenz:active  { font-family: "Verdana"; font-size: 11px; font-weight: bold; color: #FF9C25; text-decoration: none; }
a.referenz:visited { font-family: "Verdana"; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; }
a.referenz:hover   { font-family: "Verdana"; font-size: 11px; font-weight: bold; color: #FF9C25; text-decoration: none; }

/* Footer-Link */
a.flink         { color: #FFFFFF; text-decoration: none; }
a.flink:active  { color: #FF9C25; text-decoration: none; }
a.flink:visited { color: #FFFFFF; text-decoration: none; }
a.flink:hover   { color: #FF9C25; text-decoration: none; }

/* Hauptnavigations-Link */
a.mlink         { font-family: "Verdana"; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
a.mlink:active  { font-family: "Verdana"; font-size: 12px; font-weight: bold; color: #FF9C25; text-decoration: none; }
a.mlink:visited { font-family: "Verdana"; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
a.mlink:hover   { font-family: "Verdana"; font-size: 12px; font-weight: bold; color: #FF9C25; text-decoration: none; }

/* Subnavigations-Link */
a.slink         { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #FFFFFF; text-decoration: none; }
a.slink:active  { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #FF9C25; text-decoration: none; }
a.slink:visited { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #FFFFFF; text-decoration: none; }
a.slink:hover   { font-family: "Verdana"; font-size: 11px; font-style: normal; color: #FF9C25; text-decoration: none; }

/* Highlight-Links bei angewählter Seite */
a.aslink { font-family: "Verdana"; font-size: 11px; font-weight: bold; color: #FF9C25; text-decoration: none; }
a.amlink { font-family: "Verdana"; font-size: 12px; font-weight: bold; color: #FF9C25; text-decoration: none; }
a.aflink { font-family: "Verdana"; font-size: 11px; font-weight: bold; color: #FF9C25; text-decoration: none; }

/* Listen */
LI 	{ font-family: "Verdana"; font-size: 11px; font-style: normal; color: #000000; }
UL LI	{ list-style-type: square ; }	