body { 
	font-family: Tahoma, Arial, sans-serif;
	background-image: url(streifen.gif);
	background-repeat: y-repeat; 
}

#navi h1 {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 17px;
	height: 25px;
	padding-bottom: -10px;
    background-image: url(h1_navi.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

#navi{ /*(  1  )*/
	position: absolute;
	top: 210px;
	left: 10px;
    width: 150px;
    background: #dddddd;
    margin:0px 0px 0px 0px;
    color: #333;
    }

#navi ul{ /*(  2  )*/
    padding:0px;
    margin: 0px -5px 0px 0px;
    list-style: none;
    }

#navi a.navi{ /*(  3  )*/
    display: block;
    padding: 1px 0px 1px 5px;
    margin: 0px;
    background-color: #0b00c7;
    color: #ffffff;border-bottom:1px dotted #ebebfa;
    font-size: 10pt;
	font-weight: bold;
    text-decoration: none;
    width: 150px;
    }

#navi a.navi:link, visited, active { /*(  4  )*/
    color:#ffffff;
    }

#navi a.navi:hover { /*(  5  )*/
    background-color: #ffffff;
    color: #000;text-decoration:underline;
    width: 150px;
    }
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 200px;
	}
	
#content {
	position: absolute;
	left: 200px;
	top: 210px;
	width: 540px;
	}
	
#content hr {
	color: #009408;
	}
	
#content p{
	font-size: 10pt;
	}
	
#content h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #009408;
	margin-bottom: -5px;
	text-transform: uppercase;
	}

#content h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #080094;
	margin-bottom: -5px;
	text-transform: uppercase;

	}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #009408;
	margin-bottom: -5px;
	}

#content h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #080094;
	margin-bottom: -5px;
	}

#content h5 {
	font-size: 9pt;
	color: #009408;
	margin-bottom: -5px;
	}
#content h6 {
	font-size: 9pt;
	color: #080094;
	margin-bottom: -5px;
	}
#content ul{
	font-size: 10pt;
	color: #080094;
	margin-left: 30px;
	margin-right: 30px;	
	}

#content a:link, visited {
	color: #080094;
	text-decoration: none;
	}

#content a:hover, active {
	color: #009408;
	text-decoration: underline;
	}
	
.leftimg {
	float: left;
	margin-right: 8px;
	margin-top: 0;
	margin-bottom: 0;
	}
.rightimg {
	float: right;
	margin-left: 8px;
	margin-top: 0;
	margin-bottom: 0;
	}

form {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 10px; 
  }

.input {
  color: #080094;
  background-color: #eeeeee;
  border: 1px inset #009408;
  width: 200px;
  padding-bottom: 6px;
}

.textarea {
  color: #080094;
  background-color: #eeeeee;
  border: 1px inset #009408;
}

.option {
  color: #080094;
  background-color: #eeeeee;
  border: 1px inset #009408;
}

.btn {
  color: #080094;
  background-color: #eeeeee;
  border: 1px outset #009408;
  margin-left: 20px;
}

.label {
  float: left;
  width: 50%;
  font-size: 85%;
}

fieldset {
	border: 1px dotted #080094;
	padding: 10px;
}
legend {
	font-size: 85%;
	color: #080094;
	background-color: #ffffff;
}
.telefonnummer {
	color: #009408;
	font-weight: 600;
	}

</style> 



