*
{
	margin: 0px;
}

body{
	margin: 0;
	padding: 0;
	background-color: #9D9D9D;
}

#content{
  border: 0px solid black; 
  margin-left:auto; 
  margin-right:auto; 
  margin-bottom:auto; 
  margin-top:50px; 
  width:900px;
}


#balken{
  background-color: #07778f;
  height: 26px; 
  width: 900px; 
  margin: 0px;
  padding: 0px;
}

#navigation{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 900px;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Tahoma;
	background-color: white;
}

#main{
	margin:0px;
	padding: 0px;
	height: 450px; 
	width:900px;
	font-family: Arial,Tahoma;
	word-spacing:4px;
	background-color: white;
	background-position: 98% 98%; 
	background-repeat: no-repeat;
}

.mimg{
display:block;
}

.mimg a {
float:left;
}

.mimg a.imgLink {
float:right;
}

div.clear {
clear:both;
}

ul, li {   /*----Standardeinstellungen von Listen zurücksetzen---*/
  list-style: none; 
  margin: 5px; 
  padding: 0px; 
  text-decoration: none; 
}

/* -------- navigation -------- */
#navigation {
	text-decoration: none;
	color: #696969;
}
#navigation li {
  display: inline; /* Listenelemente nebeneinander */
  padding: 0px;
  text-decoration: none;
}
#navigation a, #navigation a:link {
  padding: 0px;
  text-decoration: none;
}

#navigation a:visited {
	color: #696969;
	padding: 0px;
	text-decoration: none;
}

#navigation a:hover, #navigation a.focus #management #nav1 a, #leistung #nav2 a, #ueberuns #nav3 a, #impressum #nav4 a, #referenzen #nav5 a{
 padding: 0px;
 color: #07778f;
 text-decoration: none;
}

#navigation a:active {
	color: #07778f;
	font-style: normal;
	text-decoration: none;
}
/*------------ navi ende ----------*/
span{
	color:#07778f;
	font-family: Arial,Tahoma;
	font-weight: bold;
}
p{
margin: 0px;
padding-top: 60px; 
padding-left: 20px;
padding-bottom: auto;
padding-right: 20px;
}
/*-------------Hyperlinks----------*/
a:link {
  text-decoration: none;
  color: #696969;
}
a:visited {
  text-decoration: none;
  color: #949DA6;
}
a:hover, a:focus {
  text-decoration: none;
  color: #07778f;
  outline: none;
}
a:active {
  text-decoration: none;
  color: #07778f;
  outline: none;
}
