/** $Id: fonts.css 7 2015-01-30 09:43:50Z sk $ **/
/** Links und Linkfarben **/
a{color:#151515; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}
a.whitelink:link {color: #fff;}
a.whitelink:visited {color: #fff;}
a.whitelink:hover {color: #fff;}
a.whitelink:active {color: #fff;}
a.mangentalink:link {color: #a91b46;}
a.mangentalink:visited {color: #a91b46;}
a.mangentalink:hover {color: #a91b46;}
a.mangentalink:active {color: #a91b46;}
a.blaugrau:link {color: #556171;}
a.blaugrau:visited {color: #556171;}
a.blaugrau:hover {color: #556171;}
a.blaugrau:active {color: #556171;}
a.orange:link {color: #ffae00;}
a.orange:visited {color: #ffae00;}
a.orange:hover {color: #ffae00;}
a.orange:active {color: #ffae00;}
a.schwarz:link {color: #000;}
a.schwarz:visited {color: #000;}
a.schwarz:hover {color: #000;}
a.schwarz:active {color: #000;}
/** Schriftfarben **/
.rot{
	color: #C00;
}
.schwarz{color:#000;}
.grau{color:#ccc;}
.gruen{color:#6C0;}
.orange{color:#FDBE02;}
.blau{color:#AC0B57;}
.weiss{color:#fff;}
/** Schrift **/
.arial{font-family:Arial, Helvetica, sans-serif;}
.monospace{font-family:monospace;}
/** Stil **/
.unter{text-decoration:underline;}
.ober{text-decoration:underline;}
.durch{text-decoration:line-through;}
.kursiv{font-style:italic;}
.dotted{text-decoration: underline; text-underline-style: dotted;}
.top{vertical-align: top;}
/** Gewicht **/
.fett{
	font-weight:bold;

}
.normal{font-weight:normal;}
/** Schriftgroesse **/
.size8{font-size:8px;}
.size9{font-size:9px;}
.size10{font-size:10px;}
.size11{font-size:11px;}
.size12{font-size:12px !important;}
.size13{font-size:13px;}
.size14{font-size:14px;}
.size15{font-size:15px;}
.size16{font-size:16px;}
.size17{font-size:17px;}
.size18{font-size:18px;}
.size19{font-size:19px;}
.size20{font-size:20px;}
.size21{font-size:21px;}
.size22{font-size:22px;}
.size23{font-size:23px;}
.size24{font-size:24px;}
.size25{font-size:25px;}
.size26{font-size:26px;}
.size300{font-size:300;}
.size400{font-size:400;}
.size500{font-size:500;}
.size700{font-size:700;}
/* Schatten */
.schatten_schwarz{
	text-shadow:-1px -1px rgba(0,0,0,.7);
	}
.schatten{
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	}
.schatten_weiss{
	text-shadow:1px 1px 1px rgba(255,255,255,0.1);
	}
.blackoutline{text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black}
