* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background: url(../images/BG.jpg) fixed ;
  background-color: #aea8a4;
  background-repeat: no-repeat;
  background-position: fixed;
}

a {
	text-decoration: none;
	color: #FF0004;
}

a:hover,
a:active,
a:visited {
  outline: 0px;
}

:focus {
  outline: 0px;	
}

img {
  outline: 0px;
  border: 0px;
}

#box {
	opacity: 0.7;
	margin-top: 0px;
}



#header {
	position: fixed;
	margin-top: 30px;
	position: relative;
	height: 70px;
}


#logo {
	position: fixed;
	width: 260px;
	height: 56px;
	display: block;
	background: url(../images/logo2.png) no-repeat scroll;
	background-repeat: no-repeat;
	text-indent: -6000px;  Link wird nicht angezeigt 
	margin-top: 35px;
	margin-bottom: 20px;
}



#menu {
  position: fixed;
  top: 130px;
  margin-left: 35px;
}

#menu li {
  list-style: none;
  margin: 10px;
}

#menu li a {
	color: #ffffff;
	background: #000000 no-repeat right center;
	width: 80px;
	height: 20px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
	margin-left: 45px;
	padding: 5px 30px 5px 10px;
	opacity: 0.7;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu li a:hover {
	color: #ffffff;
	background-color: #000000;
	opacity: 1.0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	/* [disabled]word-spacing: 120%; */
	letter-spacing: 2px;
	}

	
#menu li a.active {
	color: #ffffff;
	background-color: #000000;
	opacity: 1.0;
}

#avatar {
	margin: 0px;
}


#text {
	margin-top: 10px;
  width: 450px;
  margin-left: 250px;
  color: #000;
  padding-top: 10px;
}


a:link { color:#77b22b; font-style:bold; }
a:visited { color:#77b22b; font-style:bold; }
a:active {
	color: #77b22b;
	font-style: bold;
}

#text h1 {
  margin-bottom: 20px;
  color: #000;
  text-shadow: #000 0px 1px 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#text p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	font-size: 16px;
}

#text .box {
	margin-left: 50px;
	margin-top: 20px;
	width: 500px;
	position: relative;
	margin-bottom: 80px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 0px #222;
	box-shadow: 0px 0px 0px #222;
	background-color: #FFFFFF;
}

#leistungen {
	margin-top: 200px;
	font-size: 14px;
	}
