@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/verlauf.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #EFEAC2;
	text-align: left;
}

#inhalt {
	position:fixed;
	width:1200px;
	height:100%;
	z-index:1;
	left:50%;
	top: 0px;
	margin-left:-500px;
}
.Ueberschrift {
	font-size: 24px;
	font-weight: bold;
	color: #292a4f;
}

.klein {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
.normal {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
.gross {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}