.text {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
}

.textweiss {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
}

.textbig {
	color: #2c66b3;
	font-size: 14px;
	font-family: Arial;
}

td {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
}

.textbold {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
	font-weight: bolder;
}

.textboldweiss {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: bolder;
}

.textboldbig {
	color: #2c66b3;
	font-size: 14px;
	font-family: Arial;
	font-weight: bolder;
}

.textboldbigger {
	color: #2c66b3;
	font-size: 16px;
	font-family: Arial;
	font-weight: bolder;
}

.textboldbiggerred {
	color: #FC0200;
	font-size: 16px;
	font-family: Arial;
	font-weight: bolder;
}


a:link {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	text-decoration: none;
}
 a:visited {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FC0200;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}
	
a:active {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.aktivlink {
	color: #FC0200;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}


a.mail:link {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
 a.mail:visited {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
a.mail:hover {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
	
a.mail:active {
	color: #2c66b3;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

a.biglink:link {
	color: #FC0200;
	font-size: 14px;
	font-family: Arial;
	font-weight: bolder;
	text-decoration: underline;
}
a.biglink:visited {
	color: #FC0200;
	font-size: 14px;
	font-family: Arial;
	font-weight: bolder;
		text-decoration: underline;
}
a.biglink:hover {
	color: #FC0200;
	font-size: 14px;	
	font-family: Arial;
	font-weight: bolder;
		text-decoration: underline;
}
	
a.biglink:active {
	color: #FC0200;
	font-size: 14px;
	font-family: Arial;
	font-weight: bolder;
		text-decoration: underline;
}

body {
	background: url(pics/HG.jpg) repeat-x;
	background-color: #CCCCCC;
}



