html, body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DDDDDD;
}

a:link { 
	color:#00FFFF; 
	font-weight:bold; 
	text-decoration:none; 
}

a:visited { 
	color:#769E9E; 
	font-weight:bold; 
	text-decoration:none; 
}

a:active { 
	color:#00CECE; 
	font-weight:bold; 
	text-decoration:none; 
}

a:hover { 
	color:#FFFFFF; 
	font-weight:bold; 
	/*background-color:#666666;*/ 
	text-decoration:none; 
}

img {
	border:none;
}

#navigation {
	width: 205px;
	float: left;
}
ul.navigation {
	margin: 8px 0 0 0; 
	padding: 0;
}

ul.navigation li {
	list-style:none;
	padding:0 2px 0 2px;
	border-bottom: 1px solid #769E9E;
}

ul.navigation li:hover {
	background-color:#666;
}

ul.navigation li.kontakt {
	background-color:#000;
	border-bottom: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DDDDDD;
}

.top {
	margin-top:14px;
	height:130px;
}
.text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt
}

.navigation {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold}

.small {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt;
}

.gross {
	text-transform: uppercase;
}


.titel {
	color: #00FFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.krittitel {
	color: #00FFFF;
	text-transform: uppercase;
	font-weight: normal;
}

.farbig {
	color: #00FFFF;
}

h1, p {
	font-size: 10pt;
}

h2 {
	font-size: 10pt;
	font-weight: normal;
}

#content {
	margin:0px;
	padding-top: 25px;
	width: 540px;
	float: left;
}

#content h1 {
	color: #00FFFF;
}

#content h2 {
	color: #00FFFF;
	margin: 0;
	padding: 0;
}

#content h2+p {
	margin-top: 0;
	padding-top: 2px;
}

#content p {
	margin-left: 25px;
}

.rubrik {
	width:160px;
	background-color:#666666;
}

/* Platzierung Bilder */

.bild_kontakt {	
	padding-left:100px;
}
.spielplan td {
	vertical-align:top;
}
.spielplan p {
	vertical-align:top;
}
#content_spielplan {
	position:absolute;
	top:40px;
	left: 215px;
}
