/*  Hier werden alle Abstände auf null gesetzt */
html, body{
   margin: 0;
   padding: 0;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #2f424e;
	 background-repeat: repeat-x;
	color: White;
	
}


.mitte {
   margin-left:auto;
	margin-right:auto;
	width:560px;
	
		}
#content{
position: relative;
width: 560px;
margin-top: 30px;
text-align: center;
			
		}
.strongtxt {
	font-size: 17px;
	line-height: 17px;
	color: White;
	font-weight: bold;
}
a.contakt {
	color: White;
	text-decoration: none;
}
a.contakt:hover {
	color: White;
	text-decoration: underline;
}
hr {
	width: 500px;
	height: 1px;
	color: #DCDCDC;
}
.txtkontakt{
 float: left;
 margin-left: 30px;
  margin-right: 30px;
	width: 500px;
	padding-top: 15px;
	margin-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #688899;
	border-bottom: 1px solid #688899;
}


		