.footer {
	font-size: 9px;
	text-align: center;
	letter-spacing: 4px;
}
.maintable {
	text-align: left;
	vertical-align: top;
	line-height: normal;
	font-size: 13px;
}

.maintable h1{
	font-size: 17px;
	font-weight: bolder;
}

.maintable h2{
	font-size: 15px;
	font-weight: bolder;
}

.maintable h3{
	font-size: 13px;
	font-weight: bolder;
	font-style:italic;
}

h1{
	font-size: 17px;
	font-weight: bolder;
}

h2{
	font-size: 15px;
	font-weight: bolder;
}

h3{
	font-size: 13px;
	font-weight: bolder;
	font-style:italic;
}


.navtable {
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
	line-height: 24px;
	margin-left: 5px;
}

.navtable a{
	background-image: url(Bilder/link_off.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	padding-left: 10px;
	color: #444444;
	
}

.navtable a:hover{
	background-image: url(Bilder/link_on.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	color: #990000;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #555555;
}

