/* allgemeine angabe der schriftart */
body, span, tr, td, div, p, a, h1, h2, ol, ul, li, blockquote, b, i { font-family: Arial, Helvetica, sans-serif; }


/* generelle textformatierungen ... b, i */
body, span, div, th, tr, td, a, ol, ul, li, p { font-size: 13px }

a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:visited { 
	text-decoration: none; 
	color: #FFFFFF;
}
a.menu:hover { 
	text-decoration: none; 
	color: #CCCCCC;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 13px;
}
a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	font-size: 13px;
}
a:hover { 
	text-decoration: none; 
	color: #CCCCCC;
	font-size: 13px;
}
a:active { 
	text-decoration: none; 
	color: #CCCCCC;
	font-size: 13px;
}




.titel1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.titel2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;

}

.bildunterschrift {
	font-size: 11px;
}

.copyright {
	font-size: 12px;
	color: #CCCCCC;
}
.txtblack {
	color: #333333;
	font-size: 11px;
}

