/* Schriften */
FONT {	font-size : 12px;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : normal;
	}

b {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #18424B;
}

.headline {	font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #18424B;}

h2 {
	font-size : 19px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000000;
}

h3 {
	font-size : 19px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000000;
}
	
/* Links */
a.main:Link   { font-family : Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight : bold; text-decoration:none; }
a.main:Active  { font-family : Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight : bold; text-decoration:none; }
a.main:Visited   { font-family : Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight : bold; text-decoration:none; }
a.main:Hover   { font-family : Arial, Helvetica, sans-serif; font-size:12px; color:#18424B; font-weight : bold; text-decoration:none; }

a.mehr:Link   { font-family : Arial, Helvetica, sans-serif; font-size:11px; color:#18424B; font-weight : bold; text-decoration:none; }
a.mehr:Active  { font-family : Arial, Helvetica, sans-serif; font-size:11px; color:#18424B; font-weight : bold; text-decoration:none; }
a.mehr:Visited   { font-family : Arial, Helvetica, sans-serif; font-size:11px; color:#18424B; font-weight : bold; text-decoration:none; }
a.mehr:Hover   { font-family : Arial, Helvetica, sans-serif; font-size:11px; color:#5B868F; font-weight : bold; text-decoration:none; }

a.sub:Link   { font-family : Arial, Helvetica, sans-serif; font-size:10px; color:#18424B; font-weight : bold; text-decoration:none; }
a.sub:Active  { font-family : Arial, Helvetica, sans-serif; font-size:10px; color:#18424B; font-weight : bold; text-decoration:none; }
a.sub:Visited   { font-family : Arial, Helvetica, sans-serif; font-size:10px; color:#18424B; font-weight : bold; text-decoration:none; }
a.sub:Hover   { font-family : Arial, Helvetica, sans-serif; font-size:10px; color:#001A1E; font-weight : bold; text-decoration:none; }

a.normal:Link   { font-family : Arial, Helvetica, sans-serif; font-size:12px; color:#18424B; }
a.normal:Active  { font-family : Arial, Helvetica, sans-serif; font-size:12px; color:#18424B; }
a.normal:Visited   { font-family : Arial, Helvetica, sans-serif; font-size:12px; color:#18424B; }
a.normal:Hover   { font-family : Arial, Helvetica, sans-serif; font-size:12px; color:#001A1E; }

.mainaktiviert { font-family : Arial, Helvetica, sans-serif; font-size:12px; font-weight : bold; color:#18424B; text-decoration:none; }
.subaktiviert { font-family : Arial, Helvetica, sans-serif; font-size:10px; color:#001215; font-weight : bold; text-decoration:none; }

/* Tabellen */
	.darkgreen {
		background: #5C939F;
	}
	.white {
		background: #FFFFFF;
	}
	.back1 {
		background: #6683B2;
		background-image:url(img/home_back.gif);
	}
	.back2 {
		background: #8695B2;
		background-image:url(img/verlauf_3.jpg); 
		background-repeat:no-repeat; 
		background-attachment:fixed; 
		background-position:0px 0px;
	}
	.back3 {
		background: #3395B2;
		background-image:url(img/back3.gif); 
		background-repeat:no-repeat; 
		background-attachment:fixed; 
		background-position:0px 0px;
	}