*
{
	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;
	top: -2px;
	height: 571px;


}

#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;
}

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

#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;
}

#txtlogo{
	position:absolute; top:390px; left:800px; width:400px; visibility:visible;
	border: 0px;
}
/* -------- navigation -------- */
ul, li {   /*----Standardeinstellungen von Listen zurücksetzen---*/
  list-style: none; 
  margin: 5px;
  padding: 0px;
  text-decoration: none;
}
#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, #referenzen #nav4 a, #impressum #nav5 a{
 padding: 0px;
 color: #07778f;
 text-decoration: none;
}

#navigation a:active {
	color: #07778f;
	font-style: normal;
	text-decoration: none;
}
/*------------ navi ende ----------*/
#auswahl li {
  display: inline; /* Listenelemente nebeneinander */
  padding: 0px;
  text-decoration: none;
}
#auswahl a, #nauswahl a:link {
  padding: 0px;
  text-decoration: none;
}

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

#auswahl a:hover, #auswahl a.focus, #buero #aus1 a, #veranstaltung #aus2 a, #termin #aus3 a, #reise #aus4 a, #messe #aus5 a, #preise #aus6 a{
 padding: 0px;
 color: #07778f;
 text-decoration: none;
}

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

