body {
	background-image:url(image/bg3.jpg);
	foth-size:100.01%;
	background-repeat:repeat;
	scrollbar-base-color:#CCFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#container {
	width:960px;
	margin: 0 auto;
}

#image1 {
	width:960px;
	height:120px;
	overflow:hidden;
}

ul#nav {
	margin: 0px; padding-top: 10px;
    text-align: left;
}

ul#nav li {
    list-style: none;
    display: inline;
    margin: 0px; padding: 0px;
	background-color:#6666CC;
}

ul#nav a, ul#nav span {		/* Link aktiv */
    float: left;
	padding: 4px 8px 4px 8px;
    text-decoration: none;
	font-weight: bold;
	color:green;
}

* html ul#nav a, * html ul#nav span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: auto;
}

ul#nav span, ul#nav a:active {
	color:white; background-color:green;
}

ul#nav a:hover {
	color: green; text-decoration:underline;
}

ul#nav div {
    clear: left;
}

#main {
	float:left;
	width:940px; height:480px;
	font-size: 80%;
	background-color:#CCFF99;
	color:black;
	margin-left:0px; margin-bottom:0px;
	padding: 10px 10px 2px 10px;
	text-align:left;
	font-weight: normal;
	overflow:auto;
}

#main a:link, #main a:visited, #main a:hover, #main a:active {
	text-decoration:underline;
	color:green;
}

#main2 {
	float: left;
	width:940px; height:480px;
	font-size: 80%;
	background-color: #CCFF99;
	color: black;
	padding: 10px 10px 2px 10px;
	text-align: left;
	font-weight: normal;
	overflow: auto;
	list-style: none; text-decoration: none;
}

ul#main2 li {
    margin: 0; padding: 0;
}

#main2 a:link, #main2 a:visited, #main2 a:hover, #main2 a:active {
    color:darkblue;
	text-decoration:none;
	font-size:80%;
}

#bl {
	float:left;
	width:250px; height: 40px; 
	text-align:left;
	text-decoration:none;
	background-image:url(image/bottom_bg.png);
}

#bm {
	float:left;
	width:460px; height:40px;
	text-align:center;
	text-decoration:none;
	background-image:url(image/bottom_bg.png);
}

#br {
	float: right;
	width:250px; height:40px;
	text-align: right;
	text-decoration: none;
	background-image:url(image/bottom_bg.png);
}

ul#br {
	margin: 0px;
    text-align: right;
}

ul#br li {
    list-style: none;
    display: inline;
}

ul#br a, ul#br span, ul#br a:active, ul#br a:hover {	/* Link aktiv */

    text-decoration: none;
	color: white;
	font-weight:bold;
}

* html ul#br a, * html ul#br span {						/* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: auto;
}

ul#br div {
	clear:both;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color:black;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color:black;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: black;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.text_fuss {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

