a:link {
    color:#9A0303;
    text-decoration:none;
	font-weight:bold;
}
a:visited {
    color:#9A0303;
    text-decoration:none;
	font-weight:bold;
}
a:hover {
    text-decoration:underline;
}
a:active {
	color:#333333;
    text-decoration:none;
}
a:focus {
    text-decoration:none;
}

body {

	background-image:url(Bilder/bggelb.gif);
	text-align:center;	

}

h1 {
	font-size:12pt;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 110%;
	color: #000000;
}

h2 {
	font-size:11pt;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 110%;
	color: #000000;
}

td {
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 110%;
	color: #003399;
}

.klein {
	font-size:9pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
}

#rahmen {
	
	margin: 10px auto 0px;
	background-color:#FF9900;
	padding:15px;
	width:780px;
	border-color:black;
	border-width:1px;
	border-style:solid;

}

#banner {
	
	background-color:#FFFFCC;
	border-color:#404040;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	background-image:url(Bilder/banner.jpg);
	background-repeat:no-repeat;
	background-position:154px 0px;

}

#navi {

	background-color:#FFFFCC;
	border-color:#404040;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	
}

#inhalt {
	background-color:#FFFFCC;
	border-color:#404040;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	padding: 15px;

	
}

