html {
	height: 100%;
	min-height: 100%
	max-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	max-height: 999%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 12px;
	background-color: #5F95BB;
}

#outline {
	width: 960px;
	height: 100%;
	min-height: 100%;
	max-height: 999%;
	background-color: #5F95BB;
}

#kopfzeile {
	width: 960px;
	height: 80px;
	margin: 5px 0px 0px 0px;
	background-image: url(../bilder/kopfhintergrund.jpg);
	background-repeat: x-repeat;
	background-color: #96CDF4;
	float: right;
}

#kopflogo{ 
	width: 160px; 
	height: 80px; 
	margin-top:0px;
	margin-left:2px;
	background-image: url(../bilder/kopfrundung.jpg);
	background-repeat: no-repeat;
	float: left;
} 

#kopfmenu{ 
	width: 200px; 
	margin: 40px 0px 0px 0px;
	float: right;
} 

#kopftext{ 
	width: 400px; 
	height: 65px; 
	margin-top:40px;
	margin-left:21px;
	padding: 0px 0px 0px 112px;
	float: left;
} 

#menuecontent {	
  width: 960px;
  min-height: 487px;
 	float: left;
	background-color: #96CDF4;
	background-image:url(../bilder/lichtspot.jpg);
  background-repeat:no-repeat;
}


#linksbereich {
	width: 270px;
	height: auto;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
}


#seitentitel {
	width: 230px;
	min-height: 180px;
	height: 180px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 30px;
	float: left;
}

#navigation {
	width: 250px;
	min-height: 210px;
	text-align: left;
	padding: 70px 0px 0px 20px;
	float: left;
}

#content {
  height: auto;
	min-height: 280px;  
	width: 650px;
	padding: 3px 10px 10px 0px;
	margin: 0px 15px 0px 10px;
	float: right;
}

.titel1 { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 19px;
  line-height: 25px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: #1E2E83;
}

.titel2 { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 17px;
  line-height: 21px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: #1E2E83;
}

.titel3 { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 15px;
  line-height: 19px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: #1E2E83;
}

.titel4 {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 13px;
  line-height: 16px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: #1E2E83;
}

.titel5 {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 12px;
  line-height: 14px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: #1E2E83;
}

.titel6 {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 13px;
  line-height: 11px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: #1E2E83;
}

.hervorhebung { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 17px;
  line-height: 21px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: red;
}

.hervorhebung2 { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 17px;
  line-height: 21px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: red;
}

.titelkopf {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	 
  font-size: 13px;
  line-height: 19px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: #1E2E83;
}

.text { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 12px;
	line-height:17px;
  color: black; 
  font-weight: normal;
	text-align: left;
  text-decoration: none; 
}

.text1 { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 12px;
	line-height:11px;
  color: #1E2E83; 
  font-weight: bold;
	text-align: left;
  text-decoration: none; 
}

.text2 { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:14px;
  color: black; 
  font-weight: normal;
	text-align: left;
  text-decoration: none; 
}

.text2ct { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:14px;
  color: black; 
  font-weight: normal;
	text-align: center;
  text-decoration: none; 
}

.aufzaehlung1 { 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 12px;
	line-height:17px;
	color: black;
	text-align: left;
  text-decoration: none; 
  list-style-type: disc;
  list-style-position:inside;
  margin-left: 0px;
}

.aufzaehlung-tit { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:17px;
  font-weight:bold;
	text-align: left;
  text-decoration: none; 
  text-align: left;
  list-style-type: none;
  list-style-position:inside;
}

.titellinks { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:11px;
  font-weight:bold;
	text-align: left;
  text-decoration: none; 
  text-align: left;
}

.titellinks1 { 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
  font-size: 13px;
  line-height: 16px;
  font-weight:bold;
  text-decoration: none; 
  text-align: left;
  color: #1E2E83;
}

.text-imp { 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:14px;
	color: black; 
	text-align: left;
  text-decoration: none; 
}

a.n1:link, a.n1:visited, a.n1:hover, a.n1:active {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:17px;
	font-weight:normal;
	text-align: left;
  text-decoration: none; 
}

a.n1:link, a.n1:visited {
  color: #1E2E83; 
}

a.n1:hover,a.n1:active{
  color: white;
}

a.n1:focus { 
  outline: none; 
}

a.n1hl {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:17px;
	font-weight:normal;
	text-align: left;
  text-decoration: none;
  color: white; 
}


a.n1b:link, a.n1b:visited, a.n1b:hover, a.n1b:active {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:13px;
	font-weight:normal;
	text-align: left;
  text-decoration: none; 
}

a.n1b:link, a.n1b:visited {
  color: #1E2E83; 
}

a.n1b:hover,a.n1b:active{
  color: white;
}

a.n1b:focus { 
  outline: none; 
}

a.n2:link, a.n2:visited, a.n2:hover, a.n2:active {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 10px;
	line-height:14px;
	font-weight:normal;
	text-align: left;
  text-decoration: none; 
}

a.n2:link, a.n2:visited {
  color: #1E2E83; 
}

a.n2:hover,a.n2:active{
  color: white;
}

a.n2:focus { 
  outline: none; 
}

a.n3:link, a.n3:visited, a.n3:hover, a.n3:active {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 9px;
	line-height:13px;
	font-weight:normal;
	text-align: left;
  text-decoration: none; 
}

a.n3:link, a.n3:visited {
  color: #1E2E83; 
}

a.n3:hover,a.n3:active{
  color: white;
}

a.n3:focus { 
  outline: none; 
}

a.titellinks:link, a.titellinks:visited, a.titellinks:hover, a.titellinks:active {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	color: #1E2E83; 
	line-height:11px;
	font-weight:bold;
	text-decoration: none; 
  text-align: left;
  
}

a.titellinks:link, a.titellinks:visited {
  color: #1E2E83; 
}

a.titellinks:hover,a.titellinks:active{
  color: #5192CF;
}

a.titellinks:focus { 
  outline: none; 
}

a.titellinkshl{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 11px;
	line-height:11px;
	font-weight:bold;
	text-decoration: none; 
  text-align: left;
  color: #5192CF;
}

a.titellinkshl1{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 13px;
	line-height:16px;
	font-weight:bold;
	text-decoration: none; 
  text-align: left;
  color: #5192CF;
}

#n-1{
	width: 155px;
	height: 26px; 
	min-height: 30px;
	background-image:url(../bilder/n1-no.gif);
}

a.n-1:link, a.n-1:visited, a.n-1:hover, a.n-1:active {
	width: 155px;
	height: 26px;
	font-size: 26px;
	min-height: 30px; 
}

a.n-1:link, a.n-1:visited {
  background-image:url(../bilder/n1-no.gif);
  background-repeat:no-repeat; 
}

a.n-1:hover,a.n-1:active{
  background-image:url(../bilder/n1-hl.gif);
  background-repeat:no-repeat; 
}

a.n-1:focus { 
  outline: none; 
}

a.n-1hl{
  background-image:url(../bilder/n1-hl.gif);
  background-repeat:no-repeat; 
  font-size: 26px;
}

#n-2{
	width: 155px;
	height: 26px;
	min-height: 26px; 
	background-image:url(../bilder/n2-no.gif);
}

a.n-2:link, a.n-2:visited, a.n-2:hover, a.n-2:active {
	width: 155px;
	height: 26px;
	font-size: 26px;
	min-height: 26px; 
}

a.n-2:link, a.n-2:visited {
  background-image:url(../bilder/n2-no.gif);
  background-repeat:no-repeat; 
}

a.n-2:hover,a.n-2:active{
  background-image:url(../bilder/n2-hl.gif);
  background-repeat:no-repeat; 
}

a.n-2:focus { 
  outline: none; 
}

a.n-2hl{
  background-image:url(../bilder/n2-hl.gif);
  background-repeat:no-repeat; 
  font-size: 26px;
}



a.n-3:link, a.n-3:visited, a.n-3:hover, a.n-3:active {
	width: 185px;
	height: 40; 
	font-size: 26px;
	min-height: 40px;
}

a.n-3:link, a.n-3:visited {
  background-image:url(../bilder/n5-no.gif);
  background-repeat:no-repeat; 
  min-height: 26px;
  height: auto;
}

a.n-3:hover,a.n-3:active{
  background-image:url(../bilder/n5-hl.gif);
  background-repeat:no-repeat; 
}

a.n-3:focus { 
  outline: none; 
}

a.n-3hl{
  background-image:url(../bilder/n5-hl.gif);
  background-repeat:no-repeat; 
  font-size: 26px;
}

#n-4{
	width: 155px;
	height: 26px; 
	min-height: 26px;
	background-image:url(../bilder/n4-no.gif);
}

a.n-4:link, a.n-4:visited, a.n-4:hover, a.n-4:active {
	width: 155px;
	height: 26px;
	font-size: 26px;
	min-height: 26px; 
}

a.n-4:link, a.n-4:visited {
  background-image:url(../bilder/n4-no.gif);
  background-repeat:no-repeat; 
}

a.n-4:hover,a.n-4:active{
  background-image:url(../bilder/n4-hl.gif);
  background-repeat:no-repeat; 
}

a.n-4:focus { 
  outline: none; 
}

a.n-4hl{
  background-image:url(../bilder/n4-hl.gif);
  background-repeat:no-repeat; 
  font-size: 26px;
}


a.texthover:link, a.texthover:visited, a.texthover:hover, a.texthover:active {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 12px;
	line-height:17px;
	font-weight:normal;
	text-align: left;
  text-decoration: none; 
}

a.texthover:link, a.texthover:visited {
  color: #1E2E83; 
}

a.texthover:hover,a.texthover:active{
  color: white;
}

a.texthover:focus { 
  outline: none; 
}


a.texthover1:link, a.texthover1:visited, a.texthover1:hover, a.texthover1:active {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 	
	font-size: 12px;
	line-height:17px;
	font-weight:normal;
	text-align: left;
  text-decoration: none; 
}

a.texthover1:link, a.texthover1:visited {
  color: white; 
}

a.texthover1:hover,a.texthover1:active{
  color: yellow;
}

a.texthover1:focus { 
  outline: none; 
}

