/** Textformatierung **/
div, table, label,
h1, h2, h3, h4,
p, a, ul, li						{ margin:0px; padding:0px; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-align:left; }

body h1										{ color:#000000; font-size:20px; line-height:24px; }
body h2										{ color:#666666; font-size:18px; font-weight:bold; line-height:22px; margin-bottom:11px; }
body h2 a									{ font-weight:bold; line-height:14px;}
body h3										{ color:#666666; font-size:14px; line-height:30px; }
body p, body a, body ul	 							{ line-height:15px; }
body ul										{ margin-bottom:15px; margin-left:15px; }
body li										{ list-style-position:outside; }
body br										{ line-height:6px; }
body a										{ color:#F29400; text-decoration:underline; text-align:left; line-height:15px; cursor:pointer; }
body a:focus								{ color:#00909B; text-decoration:underline; }
body a:hover								{ color:#00909B; text-decoration:underline; }
.rot									{ color:#E2001A; }
.gruen								{ color:#00909B; }
.grau									{ color:#CCCCCC; }
body strong {font-weight: bold;}



/***** TEXT GROSS *****/
.gross div, 
.gross table, 
.gross label,
.gross h3, 
.gross h4,
.gross p, 
.gross a, 
.gross ul, 
.gross li							{ font-size:14px; }


/***** KONTRAST *****/
.kontrast h2						{ color:#000000; }
.kontrast h3						{ color:#000000; }
.kontrast a							{ color:#E75113; }
.kontrast a:focus					{ color:#000000; }
.kontrast a:hover					{ color:#000000; }
