/* Formatierung Schriftart fuer alle Texte */
h1,h2,h3,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a,textarea,span,.bodytext,input,select,option {
font-family: Geneva,Tahoma,Helvetica
}

/* Formatierung Schriftfarbe fuer alle Texte */
h1,h2,h3,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,textarea,.bodytext,input,select,option {
color:#003399;
}

/* Formatierung Schriftgroesse fuer alle Texte */
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,textarea,.bodytext,input,select,option {
	font-size: 11px;
	line-height: 14px;
}

/* Formatierung Schriftgroesse fuer Ueberschriften */
h1 {
	font-size: 13px;
	font-weight:bold;
	color: #003399;
	line-height: 18px;
}
h2 {
	font-size: 13px;
	font-weight:bold;
	color: #336633;
	line-height: 18px;
}
h3 {
	font-size: 11px;
	font-weight:bold;
	color: #336633;
	line-height: 14px;
}
h4 {
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 14px;
	background-color: #003399;
}
h5 {
	font-size: 13px;
	font-weight:bold;
	color: #003399;
	line-height: 18px;

/* Formatierung fuer alle Links */
a { color: #336633; font-weight:regular; text-decoration: none; text-decoration: underline; }
a:link { color: #336633; font-weight:regular; text-decoration:none; }
a:visited { color: #336633; font-weight:regular; text-decoration:none; }
a:hover { color: #336633; font-weight:regular; text-decoration: underline; }
a:active { color: #336633; font-weight:regular; text-decoration:none; }

/*Sonstiges */
}
.blue {
	color: #003399;
}
.green {
	color: #336633;
}
.white {
	color: #FFFFFF;
}
.bottom {
	vertical-align: bottom;
}
.small {
	font-size: 10px;
	line-height: 11px;
}
.box {
	border: 1px solid #003399;
	margin: 0px;
	padding: 5px;
}
.mciPink {
	font-weight:bold;
	/*color: 230,21,119*/
	color: #e61577;
	font-family: Arial;
}
.blackLink [
	color: #000000;
}

/* Styles for Sitemap */

.sitemap1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #003399;
}

.sitemap2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #003399;
}

.sitemap2 a {
	color: #FFFFFF;
}
.sitemap3 {
	color: #336633;
	font-size: 11px;
	line-height: 11px;
	margin-top: 2px
}
.sitemap4 {
	color: #336633;
	font-size: 10px;
	line-height: 10px;
	margin-top: 2px

