
/* Farbdefinitionen: chill : E8F0F7 */

/* Allgemeine Definitionen */

html {
	padding: 0px;
	margin: 0px;
}


/* Definitionen der Container */


/* Textdefinitionen */

.txt_nav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.txt_bigblack {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

.txt_mediumblack {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.txt_bigwhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.txt_faecher {
	color: #FF6600;
	font-weight: bold;
}

a.nav:link {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:visited {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:hover {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a.nav:active {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


a.foot:link {
	font-size:11px;
	font-weight:bold;
	color:#666699;
	text-decoration:none;
}
a.foot:visited {
	font-size:11px;
	font-weight:bold;
	color:#666699;
	text-decoration:none;
}
a.foot:hover {
	font-size:11px;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
}
a.foot:active {
	font-size:11px;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
}



a.head:link {
	font-size:11px;
	font-weight:bold;
	color:#666699;
	text-decoration:none;
}
a.head:visited {
	font-size:11px;
	font-weight:bold;
	color:#666699;
	text-decoration:none;
}
a.head:hover {
	font-size:11px;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
}
a.head:active {
	font-size:11px;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
}

a:link {
	font-size:12px;
	font-weight:none;
	color:#666666;
	text-decoration:none;
}
a:visited {
	font-size:12px;
	font-weight:none;
	color:#666666;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
}
a:active {
	font-size:12px;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
}

a.ora:link {
	font-size:11px;
	font-weight:bold;
	color:#FFCC66;
	text-decoration:none;
}
a.ora:visited {
	font-size:11px;
	font-weight:bold;
	color:#FFCC66;
	text-decoration:none;
}
a.ora:hover {
	font-size:11px;
	font-weight:bold;
	color:#FFCC66;
	text-decoration:none;
}
a.ora:active {
	font-size:11px;
	font-weight:bold;
	color:#FFCC66;
	text-decoration:none;
}

