/* 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: #333333;
}
a.menu:visited { 
	text-decoration: none; 
	color: #333333;
}
a.menu:hover { 
	text-decoration: none; 
	color: #993333;
}

a:link {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}
a:visited { 
	text-decoration: none; 
	color: #666666;
	font-size: 13px;
}
a:hover { 
	text-decoration: none; 
	color: #993333;
	font-size: 13px;
}
a:active { 
	text-decoration: none; 
	color: #993333;
	font-size: 13px;
}




.titel1 {
	font-size: 19px;
	font-weight: bold;
	color: #993333;
}

.titel2 {
	font-size: 16px;
	color: #333333;
}

.bildunterschrift {
	font-size: 11px;
}

.copyright {
	font-size: 12px;
	color: #666666;
}
.txtwhite {
	color: #333333;
}
.fussbox {
	background-image: url(images/fussbox.gif);
	background-repeat: no-repeat;
}

