a:visited { text-decoration: underline; color: #990099;}
a:hover { text-decoration: underline; color: #CC0000;}
a:active { text-decoration: none; color: #000099;}

a.gray { 
	text-decoration: none;
	color: #666666;
	font-size:16px;
	font-weight: bold;
	padding:4px;
}
a.gray:visited { text-decoration: none; color: #666666;}
a.gray:hover { text-decoration: underline; color: #CC0000;}
a.gray:active { text-decoration: underline; color: #CC0000;}

a.red { 
	text-decoration: none;
	color: #CC0000;
	font-size:12px;
	font-weight: bold;
	padding:2px;
}
a.red:visited { text-decoration: none; color:#999999;}
a.red:hover { text-decoration: underline; color:#999999;}
a.red:active { text-decoration: underline; color:#999999;}

a.white { 
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
	height:14px;
}
a.white:visited { text-decoration: none; color: #999999;}
a.white:hover { text-decoration: underline; color: #CC0000;}
a.white:active { text-decoration: underline; color: #CC0000;}

a.black { 
	text-decoration: none;
	color: #333333;
	font-size:12px;
	font-weight: bold;
}
a.black:visited { text-decoration: none; color: #999999;}
a.black:hover { text-decoration: underline; color: #CC0000;}
a.black:active { text-decoration: underline; color: #CC0000;}

.lines {line-height: 120%;}
.padd_s {padding: 2px;}
.padd_m {padding: 4px;}
.padd_l {padding: 10px;}

.f-px8 {font-size: 8px;}
.f-px9 {font-size: 9px;}
.f-px10 {font-size: 10px;}
.f-px11 {font-size: 11px;}
.f-px12 {font-size: 12px;}
.f-px14 {font-size: 14px;}
.f-px16 {font-size: 16px;}
.f-px18 {font-size: 18px;}
.f-px22 {font-size: 22px;}
.f-px24 {font-size: 24px;}
.f-px40 {font-size: 40px;}

.rot {color: #FF3333;}
.rot_b {color: #FF3333;	font-weight: bold;}

.weis {color: #FFFFFF;}
.weis_b {color: #FFFFFF; font-weight: bold;}

.blau {color: #004B8A;}
.blau_b {color: #004B8A; font-weight: bold;}

.grun {color: #007E34;}
.grun_b {color: #007E34; font-weight: bold;}

.grau {color: #666666;}
.grau_b {color: #666666; font-weight: bold;}

.titleWH {
	color: #FFFFFF;
	font-size:16px;
	font-weight: bold;
	padding:4px;
}

.titleGR {
	color: #666666;
	font-size:16px;
	font-weight: bold;
	padding:4px;
}

.star {	font-size: 12px; color: #FF6600;}

.pit{
  
  background-color : yellow;
}

.dashed{
  border: 2px dashed #FF0000;
}
