body,td,th {
	color: #000000;
}

body {
		background-color: #989797;
         font-family: Comic Sans MS;
         font-size: 14px;
		 text-align:center
}

.mainTable {
	width:730px;
	margin:0 auto;
	text-align:left;
}

.header {
	font-size: 56px;
         background-image: url(img/header.gif);
	font-family: Comic Sans MS;
         width: 730px;
         height: 106px;
}
.navigation {
	font-size: 16px;
	background-image: url(img/navigation.gif);
	font-family: Comic Sans MS;
	width: 181px;
    height: 491px;
    margin-right:0px;
    margin-left:0px;
    padding-left:0px;
	float:left;
}
.content {
	font-size: 14px;
         background-image: url(img/content_start.gif);
	font-family: Comic Sans MS;
         text-align: left;
         width: 549px;
         height: 491px;
         margin-right:0px;
         margin-left:0px;
         padding:0px;
		 float:left;
}
.footer {
	font-size: 10px;
    background-image: url(img/footer_start.gif);
    font-family: Comic Sans MS;
    width: 730px;
    height: 49px;
	clear:both;
}
.links { float:left; width:300px; padding-left: 0px; }
.rechts { width:200px; padding-right: 0px;}
.clear { clear:left; }
a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#FFFFFF; text-decoration:none; }
a:hover { color:#999999; text-decoration:none; }
