@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bilder/bg.jpg);
	background-repeat: repeat-x;
	background-color: #535353;
}


.tabelle{
	text-align: center;	
}
.tabelle_bg {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
.sponsor_bg {
	background-image: url(bilder/bg_sponsor.jpg);
	background-repeat: repeat-x;
	background-color: #FFE15F;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
}

#menu a  {
	text-decoration: none;
}
#menu a:link {
	text-decoration: none;
}
#menu a:active {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: justify;
	vertical-align: top;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 14px;
}

.text2 h2 {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #E1B20C;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #DFAD00;
	text-decoration: underline;
}

.tabelle_normal {
	valign: top;
}
