/* CSS Document */
body	{
		background-color: transparent;
		font-size:12pt; 
		color:#000000;
		font-family: "Arial", Arial, serif;
		}

table	{ 
		color:#000000; 
		}
td, th	{
		text-align:left;
		padding: 2px;
		}

table.jpgr {
		padding: 3px;
		width: 600px;
		}
table.jpgr td {
		border-bottom: 1px solid #336699;
		color: #333333;
		}
table.jpgr th {
		border-top: 1px solid #336699;
		border-bottom: 1px solid #336699;
		}

a		   		{color: #000000; background-color: transparent;}
a:visited 		{color: #000000; background-color: transparent;}
a:hover    		{color: #000000; background-color: transparent;}
a:active   		{color: #000000; background-color: transparent;}
a:visited:after	{color: #000000; background-color: transparent; content: " * Link " attr(href) "* "; }

h1				{ font-size: 18px; font-weight:bold; }
h2				{ font-size: 16px; font-weight:bold; }		
h3 			 	{ font-size: 14px; font-weight:bold; }

/* für Box Links und Box Inhalt*/
#box	{
		background-color: transparent;
		padding: 0px;
		margin: 0px;
		}
#logo 	{
		height: 110px;
		display: none;
		}
		
/* Hauptnavigation*/
#navi   {
		position: absolute;
		top: 110px;
		z-index:25;
		width: 779px;
		height:25px;
		border-top: 1px solid #336699; 
		border-bottom: 1px solid #336699; 
		display: none;
		}
		
/* linke Spalte mit Unter- und Servicenavigation*/
#links  {
		position: absolute;
		top: 134px;
		padding-top:25px;
		width: 129px;
		height: 530px;
		display: none;
		}
#service {
		position:absolute;
		top: 354px;
		width: 130px;
		border-top: 1px solid #336699;
		border-bottom: 1px solid #336699;
		display: none;
		}
		
/*Inhalt*/
#inhalt {
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		}	
/*für Seiten mit dynamischem Inhalt*/
#inhaltdy {
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		}	

/* Inhalt-Box für Startseite mit Hintergrundbild und Slogan-Box*/
#start	{
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		}
#slogan {
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		font-size: 18pt;
		font-weight:bold;
		}	

/* für Impressum, Box für Icons Validierung CSS, XHTML*/
#valid	{
		position: absolute; 
		top: 293px;	
		left: 300px;
		display:none;
		}	

/* alle Spalten rechts mit verschiedenen Hintergrundbildern */
#startre {
		position:absolute;
		top:24px;
		left:805px;
		width: 126px;
		height:550px;
		color:#FFFFFF;
		padding: 150px 2px 0px 2px;
		border-top:1px solid  #336699;
		border-right:1px solid  #336699;
		border-bottom: 1px solid #336699;
		background-image:  url("../bilder/spons_kom.jpg");
		background-repeat:no-repeat;
		display: none;
		}
#aktuell {
		position:absolute;
		top:24px;
		left:805px;
		width: 130px;
		height:700px;
		border-top:1px solid  #336699;
		border-right:1px solid  #336699;
		border-bottom: 1px solid #336699;
		background-image:  url("../bilder/07_impressum.jpg");
		background-repeat:no-repeat;
		display: none;
		}
#sportgr {
		position:absolute;
		top:24px;
		left:805px;
		width: 130px;
		height:700px;
		border-top:1px solid  #336699;
		border-right:1px solid  #336699;
		border-bottom: 1px solid #336699;
		background-image:  url("../bilder/03_sportgr.jpg");
		background-repeat:no-repeat;
		display: none;
		}
#jahrespr {
		position:absolute;
		top:24px;
		left:805px;
		width: 130px;
		height:700px;
		border-top:1px solid  #336699;
		border-right:1px solid  #336699;
		border-bottom: 1px solid #336699;
		background-image:  url("../bilder/04_jahrespr.jpg");
		background-repeat:no-repeat;
		display: none;
		}
#kontakt {
		position:absolute;
		top:24px;
		left:805px;
		width: 130px;
		height:700px;
		border-top:1px solid  #336699;
		border-right:1px solid  #336699;
		border-bottom: 1px solid #336699;
		background-image:  url("../bilder/05_kontakt.jpg");
		background-repeat:no-repeat;
		display: none;
		}
#uns	{
		position:absolute;
		top:24px;
		left:805px;
		width: 130px;
		height:700px;
		border-top:1px solid  #336699;
		border-right:1px solid  #336699;
		border-bottom: 1px solid #336699;
		background-image:  url("../bilder/06_uns.jpg");
		background-repeat:no-repeat;
		display: none;
		}
#sitemap {
		position:absolute;
		top:24px;
		left:805px;
		width: 130px;
		height:700px;
		border-top:1px solid  #336699;
		border-right:1px solid  #336699;
		border-bottom: 1px solid #336699;
		background-image:  url("../bilder/08_sitemap.jpg");
		background-repeat:no-repeat;
		display: none;
		}

/* ID der Liste Hauptnavigation*/
#liste	{
		position:absolute;
		top:2px;
		z-index:30;
		left:136px;
		background-color:transparent;
		font-size: 16px;
		margin: 0px;
		padding: 0px;
		line-height: 20px;
		display: none;
		}
#liste li {
		padding: 15px 18px 15px 15px;
		margin-left: -6px;
		list-style: none;
		display: inline;
		border-left: 1px solid #336699;
		display: none;
		}
		
/*Administrationsbereich*/
#abox 	{
		position: absolute;
		z-index: 10; 
		top: 24px; 
		left: 24px; 
		width: 779px;
		padding: 0px 20px 20px 20px;
		border: 1px solid #336699;
		}
.admin	{ 
		font-size: 18pt;
		font-weight: bold;
		}	

/*aktive Hauptnavigation*/
.aktiv	{
		margin-left: 0px;
		padding-left: 0px;
		font-weight: bold;
		}
/*Hauptnavigation nicht aktiv (=Link)*/
.unaktiv { 				
		margin: 0px;
		padding: 0px;
		}
/*für Navigationspunkt Kontakt*/
.kontakt {
		margin-left: 0px;
		padding-left: 0px;
		font-weight: bold;
		border-right: 1px solid #336699;
		}

/*aktive Unternavigation*/				
.aktunavi {
		list-style-type:none;
		font-size: 15px; 
		font-weight: bold;
		line-height: 20px;
		margin-left: -40px;
		padding-left: 15px;
		}
/* Unternavigation nicht aktiv*/
.unavi {
		list-style-type:none;
		line-height: 20px;
		margin-left: -40px;
		padding-left: 15px;
		}
/*für Unternavigation Aktuell: Rubriken immer als Links*/
.aktuell a {
		line-height: 20px;
		margin-left: -40px;
		padding-left: 15px;
		color: #336699;
		font-size: 15px; 
		font-weight: bold;
		}

/*aktive Service-Navigation*/				
.aktsnavi {
		font-size: 16px; 
		font-weight: bold;
		list-style: none;
		line-height: 20px;
		margin-left: -40px;
		padding-left: 15px;
		}
/* Service-Navigation nicht aktiv*/
.snavi {
		font-size: 16px;
		list-style:none;
		line-height: 20px;
		margin-left: -40px;
		padding-left: 15px;
		}			

