.copy {
	font-family: Verdana;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration:none
}
.text {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration:none
}
.text_blau {
	font-family: Verdana;
	font-size: 11px;
	color: #6DA4DA;
	text-decoration:none
}


.textweis {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none
}
.nav {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.nav23 {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.nav:link{
	font-family:Verdana;
	font-size:11px;
	color: #666666;
	text-decoration:none
}
.nav:visited{
	font-family:Verdana;
	font-size:11px;
	color: #666666;
	text-decoration:none
}
.nav:hover{
	font-family:Verdana;
	font-size:11px;
	color: #666666;
	text-decoration:none
}
.nav:active{
	font-family:Verdana;
	font-size:11px;
	color: #666666;
	text-decoration:underline
}
.h1{
	font-family:Verdana;
	font-size: 14px;
	color:#6DA4DA;
	font-weight:bold;
}
.h1_blau{
	font-family:Verdana;
	font-size: 14px;
	color:#475A85;
	font-weight:bold;
}
.h1_gruen{
	font-family:Verdana;
	font-size: 14px;
	color:#99C70C;
	font-weight:bold;
}
.h1_grau{
	font-family:Verdana;
	font-size: 14px;
	color:#686765;
	font-weight:bold;
}.h1_org{
	font-family:Verdana;
	font-size: 14px;
	color:#F76707;
	font-weight:bold;
}
.h2{
	font-family:Verdana;
	font-size: 13px;
	color:#E10916;
	font-weight:bold;
}
.h3{
	font-family:Verdana;
	font-size: 12px;
	color:#E10916;
	font-weight:bold;
}
.text-link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration:none
}
.text-link:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration:none
}
.text-link:active {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration:none
}
.text-link:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration:none
}
.text-link:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration:none
}
.uberschrift-button{
	font-family:Verdana;
	font-size: 13px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.uberschrift-button:link{
	font-family:Verdana;
	font-size: 13px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.uberschrift-button:hover{
	font-family:Verdana;
	font-size: 13px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.uberschrift-button:visited{
	font-family:Verdana;
	font-size: 13px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.uberschrift-button:active{
	font-family:Verdana;
	font-size: 13px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/*  Schriftkonrolle */

body {
	color:black;
	font-size:11px;
	font-family:Verdana;
	color: #666666;
}
div#container {
	margin:0.5em;
}
div#header {
	padding:0.1em 0;
	text-align:right;
	border-bottom:1px solid black;
}
div#header ul {
	margin:0.5em 0;
	list-style-type:none;
	padding-right:0.5em;
	text-align:right;
}
div#header ul li {
	display:inline;
	padding-right:0.5em;
	padding-left:0.5em;
	font-weight:bold;
	border-left:1px solid black;
}
html + body div#header ul li {		/* nur fuer Internet Explorer 5.x */
	float:left;
}
div#content {
	margin:0 0.4em;
}
div#kleiner {
	font-size:0.5em;
	margin:0 120px;
}
div#kleiner p {
	text-align:center;
	padding:1em 1em;
	border:1px solid black;
}
div#footer {
	margin-top:0.8em;
	font-size:0.6em;
	text-align:right;
	border-top:1px solid black;
}
p {
	text-align:justify;
}
  h1,h2,h3 { 
	font-family:Verdana;
	font-size: 14px;
	color:#6DA4DA;
	font-weight:bold;
 }