html {
	height:101%;
}

body {
  background-color:#ffffff;
  font-family:arial,sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  }
  
* {
	margin:0px;
	padding:0px;
}

.headlink:link {
	text-decoration:none;
	color:#222;
	font-weight:bold;

}

.headlink:hover {
	text-decoration:none;
	color:#222;
	font-weight:bold;

}

.headlink:active {
	text-decoration:none;
	color:#222;
	font-weight:bold;

}

.headlink:focus {
	text-decoration:none;
	color:#222;
	font-weight:bold;

}

.headlink:visited {
	text-decoration:none;
	color:#222;
	font-weight:bold;

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

}

a:hover {
	text-decoration:underline;
	color:#009900;
	font-weight:bold;

}

a:visited {
	text-decoration:none;
	color:#009900;
	font-weight:bold;

}

a:focus {
	text-decoration:underline;
	color:#009900;
	font-weight:bold;
}

     
h1 {
  font-size: 15pt; font-weight: bold;
  }
  
h2 {
  font-size: 13pt; font-weight: bold;
  color:#009900;
  }
  
h3 {
  font-size: 13pt; font-weight: bold;
  }
  
  h4 {
  font-size: 11pt; font-weight: bold;
  }
  
p {
  font-size: 10pt;
  }
  
/* News banner im Startbereich */

div.news {
  text-align: left;
  border-top: solid 2px lightgreen;
  border-bottom: solid 2px lightgreen;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

font.newshl {
  color: green;
  font-weight: bold;
  font-size: 22pt;
}

font.newsfloat {
  font-size: 12pt;
  font-weight: bold;
}


/*--------------------------------------*/
  
.artikel {
  font-stretch:ultra-expanded; font-size:16px;
  }
  
.center {
  vertical-align: center; text-align: center;
  }
  
#big {
  font-size: 15pt; font-weight: bold;
  }
  
#small {
  font-size: 11pt; font-weight: bold;
  }

font.headline {
  font-size: 25pt; font-weight: bold; font-style: italic;
  }

#mm {
  min-width:1000px; min-height:460px;
  }

#nav {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0px solid black;
  text-align:center;
}

#nav li {
  list-style: none;
  display:inline;
  margin: 0 20px 0 20px;
  background-position: center;
  border: 0px solid black;
  }
  
#nav a {
  font-weight: bold;
  color: #073903;
  text-decoration: none;
  font-style: italic;
  }
  
#nav a:hover {
  font-weight: bold;
  color: #1dab09;
  font-style: italic;
  }
  
#big {
  font-size: 15pt; font-style: italic; color:#073903;
  }

font.headline {
  font-family: verdana, sans-serif;
  font-size: 28pt;
  font-weight: bold;
  font-style: italic;
  color:#073903;
  }
