a {font-size: 9pt ;font-family: Arial; color: 72869E} 
a:hover {font-size: 9pt ;font-family: Arial; color: 72869E} 
a:visit {font-size: 9pt ;font-family: Arial; color: 72869E} 
a:activ {font-size: 9pt ;font-family: Arial; color: 72869E}
a img {border: none; }  
p {font-size: 9pt ;font-family: Arial; color: 000000}
.text {font-size: 9pt ;font-family: Arial; color: 000000}  
.kat {font-size: 9pt ;font-family: Arial; color: FF0000}
.head {font-size: 10pt ;font-family: Arial; font-weight: bold; color: 000000} 
.news {font-size: 9pt ;font-family: Arial; color: 000000} 
.newstitel {font-size: 9pt ;font-family: Arial; color: 000000} 
.newstitel-weiss {font-size: 9pt ;font-family: Arial; color: FFFFFF} 
.newslink {font-size: 9pt ;font-family: Arial; color: 000000} 
h1 {font-size: 16pt ;font-family: Arial; font-weight: bold; color: 000000; text-align:center} 
h2 {font-size: 10pt ;font-family: Arial; font-weight: bold; color: 000000; text-align:center} 
.foot {font-size: 8pt ;font-family: Arial; color: cccccc}
.fehler {font-size: 10pt ;font-family: Arial; color: ff0000; font-weight: bold;}
input, select {background-color:#FFFFFF; color:#000000; font-family:Arial; font-size:10pt; border-color:#000000; border-width:1px;}
.rsslink {font-size: 8pt; font-family: Arial; color: 000000}
ul {font-size: 9pt ;font-family: Arial; color: 000000}

/* navigation */
	#nav {
		background:#ddd url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png);
		border-bottom:1px solid #CCCCCC;
		height:156px;	
		width:100%;
	}
	
	#nav ul {	
		width:100%;
		margin:0 auto;	
	}
	
	#nav li {	
		border-right:1px solid #ddd;
		float:left;
		padding-left:1px;
		width:175px;
		list-style-type:none;
		text-align:center;
		margin-top:0px;
	}
	
	#nav a {
		color:#333333;
		display:block;
		padding:17px;
		position:relative;
		word-spacing:-2px;
		font-size:11px;		
		height:122px;
		text-decoration:none;
	}	
	
	#nav a.current {
		background:url(http://static.flowplayer.org/tools/img/tabs/down_large.jpg);	
	}
	
	#nav img {
		background-color:#fff;
		border:1px solid #ccc;
		margin:3px 0 5px 27px;
		padding:4px;		
		display:block;
	}
	
	#nav strong {
		display:block;		
		font-size:13px;
	}
	
	/* panes */
	#panes {
		background:#fff url(http://static.flowplayer.org/img/global/gradient/h300_reverse.png) repeat scroll 0 0;
		border-color:#ccc;
		border-style:solid;
		border-width:1px 1px 0;
		width:100%;	
		height:205px;
		margin-bottom:-20px;
		padding-bottom:20px;
		
		/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
		display:none;		
		position:absolute;
		top:20px;
		left:20px;
		font-size:13px;
		color:#444;	
		width:650px; 
	}
	
	#panes img {
		float:left;
		margin-right:20px;		
	}
	
	#panes p.more {
		color:#000;
		font-weight:bold;
		font-size:13px;
	}
	
	#panes h3 {
		margin:0 0 -5px 0;
		font-size:22px;
		font-weight:normal;
	}
	
	.overlay {
		display:none;
		width:500px;
		padding:20px;
		background-color:#ddd;
	}
