html {
  overflow-y: scroll ;
  }

body {
  font-family: Arial, Helvetica, Verdana, sans-serif ;
  font-size: 18px;
  background-color: #CCFFFF ; 
  }

h1 {
	line-height: 36px ;
  }    

img {
	border: none ;
	} 

td {
	border: 0px solid #0FF;
	padding: 0px ;
	margin: 0px ;
  }
table {
	border: 0px solid #F00;
	padding: 0px ;
	margin: 0px ;
  }    

.titel1 {
	font-size: 48px ;
    font-weight: bold;
	color: #009900 ;
  }    
.titel2 {
	font-size: 32px ;
    font-weight: bold;
	color: #009900 ;
  }    
.titel3 {
	font-size: 32px ;
    font-weight: bold;
	color: #009900 ;
  }    
.titel4 {
	font-size: 24px ;
    font-weight: bold;
	color: #009900 ;
  }    
.titel5 {
	font-size: 18px ;
    font-weight: bold;
	color: red ;
}    

#inhalt strong {
  font-size: 22px ;
  }

.Nheader {
	float: right ;
	width: 83% ;
	height: 80px ;
	border: 0px solid #00F ;
}

.NSpalteMenu {
	margin-top: 0px ;
	padding: 0px ;
	float: left;
	width: 120px ;
	border: 0px solid #00F ;
}

.Ninhalt {
	float: right ;
	width: 83% ;
	border: 0px solid #00F ; 
}

.Ntabinhalt {
	height: 550px ;
}

a	{
  color: blue;
  text-decoration: none;
  }
  
a:hover	{
  color: red;
  text-decoration: none;
  }

#tabback {
  background-image: url(bilder/neu19f.gif) ;
  background-repeat: no-repeat ;
  background-attachment: scroll ;
  }
  
#SpalteMenu div {
  padding: 8px ;
  padding-left: 10px ;
  width: 97px ;
  font-weight: bold;
  float: left;
  border: 0px solid #00F ;
  background-image: url(bilder/neu21.gif) ;
  background-repeat: no-repeat ;
  background-attachment: scroll ;
  background-position: center ;
  }
  
#SpalteMenu a {
  padding: 3px ;
  }

.aktuell {
  color: black;
  border-bottom: 2px solid #000000;
  margin: 3px ;
  }
  
.Nmenu {
	height: 270px ;
	line-height: 40px ;
	padding: 0px ;
	font-size: 20px;
	}


	.Cheader {
		width: 99%;
		float: none ;
		border: 0px solid #0F0 ; 
	}
	
	.CSpalteMenu {
		margin-top: 0px ;
		padding: 0px ;
		float: none ;
		width: 99% ;
		border: 0px solid #0F0 ;
		}
	
	.Cinhalt {
		padding: 5px ;
		float: none ;
		width: 99% ;
		border: 0px solid #0F0 ; 
	}
	
  .Cmenu {
	height: 45px ;
	float: none;
	font-size: 20px;
	width: 100% ;
	line-height: 32px ;
	}

@media only screen and (max-width: 777px) {
	.Nheader {
		width: 99%;
		float: none ;
		border: 0px solid #0F0 ; 
	}
	
	.NSpalteMenu {
		margin-top: 0px ;
		padding: 0px ;
		float: none ;
		width: 99% ;
		border: 0px solid #0F0 ;
		}
	
	.Ninhalt {
		padding: 5px ;
		float: none ;
		width: 99% ;
		border: 0px solid #0F0 ; 
	}
	
  .Nmenu {
	height: 45px ;
	float: none;
	font-size: 20px;
	width: 100% ;
	line-height: 32px ;
	}

}