	body {
		margin: 0px;
		padding: 0px;
		background-color: #29527B;
		font-family : Verdana, Arial, Helvetica;
		font-weight : small;
		font-size: 10px;
		color: #FFFFFF;
		text-decoration: none;
	}

	a:link { color: white; text-decoration: none; font-size: 10px;}
	a:visited { color: white; text-decoration: none; font-size: 10px;}
	a:hover { color: white; text-decoration: none;  font-weight : bold;}

	table{
		border-spacing: 0px;
	}
	
	td.fillingcell{
		width: 7px;
	}
	
	td.jahrgang{
		text-align: center;
	}
	
	td.menu{
		vertical-align: top;
		line-height: 15px;
		font-size: 10px;
		width: 146px;
		height: 438px;
		padding-left: 10px;
		background-image:url("./navi.jpg");
		background-repeat: no-repeat;
	}

	td.banner{
		height: 27px;
		background-image:url("./banneroben.jpg");
		background-repeat: no-repeat;
		text-align: right;

	}
	
	td.footer{
		background-image:url("./mainende.jpg");
		background-repeat: no-repeat;
	}
	
	td.content{
		width: 798px;
		padding: 10px;
		margin: 10px;
		vertical-align: top;
		text-align: justify;
		background-image:url("./main.jpg");
		background-repeat: repeat-y;
	}
