/*CSS für Content - Projekt HCK - Erstellt von Christoph Kröncke http://www.techlovers.de */
/*Elemente*/
html {
	font-family: verdana, sans-serif;
	}
h1  {
	font-size: 90%;
	font-weight: bold;
	color: #002A73;
}
h2 {
	font-size: 80%;
	font-weight: bold;
	color: #002A73;
}
p {
	font-size: 70%;
}
table {
	border-collapse: collapse;
}
/*Klassen*/
.tab1 {
	width: 600px;
	background-color: #FFFFFF;
	border-collapse: separate;
}
.fett {
	width: 200px;
	font-size: 70%;
	font-weight: bold;
}
.standard {
	font-size: 70%;
}
.bold {
	font-size: bold;
}
/*ID´s*/
#charter {
	margin: 50px;
    text-align: center;
}  