/* stylesheet global settings audio express */

body {
  background-color: #888888;
  background-image:url(../background/background1.jpg);
  background-repeat:repeat-x;
  color: black; 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: small;
  margin: 0;
}
 
h1 { 
font-size: 160%; 
text-align: center;
}
h2 { font-size: 130%; }

#wrapper {
  background-color: #888888;
  color: black;
  width: 900px;
  margin: 0px auto;
  margin-bottom: 20px;  
}

#header {
  background-color: #2e2c80;
  background-image:url(../background/background1.jpg);
  background-repeat:repeat-x;
  color: white;
  padding: 0px 0px 0px 0px;
  height: 120px;
}

#logo {
  background-color: #31308c;
  color: #31308c;
  width: 110px;
  height: 110px;
  position: relative;
  left: 40px;
  top: 40px;
  z-index: 5;
  border: 0px solid #31308c;
  }
  
#topnav {
  text-align: center;
  width: 825px;
  position: relative;
  bottom: 50px;
  left: 30px;
  color: #888888;
  z-index: 3;
}

#topnav a:link { color: #888888; }
#topnav a:visited { color: #888888; }
#topnav a:hover, a:active { color: #FFFFFF; }

#startseite #home span,
#unternehmensseite #unternehmen span,
#technikseite #technik span,
#newsseite #news span,
#kontaktseite #kontakt span {
  background-color: #31308c;
  color: white;
}

#topnav ul {
  margin-bottom: 10; 
}

#topnav li {
  display: inline;
  padding: 0 5px;
}

#fotocontent {
  background-color: #888888;
  position: absolute;
  top: 135px;
  left: center;
}

.slide-show li{
	position: absolute;
  top: -10px;
  left: 0px;
	list-style: none;
	display: block;
	width: 900px;
	height: 445px;
	overflow: hidden;
}

#content {
  background-color: white;
  color: black;
  padding: 25px 25px 0px 25px;
  position: absolute;
  left: center;
  width: 850px;
  top: 570px;
}

#content h1 {
  text-align: left;
  font-size: 140%;
  font-style: normal;
}

#content h2 {
  text-align: left;
  font-size: 120%;
  font-style: normal;
}

#footerline {
  position: absolute;
  left: 0px;
  padding: 2px 0px 0px 0px;
}

#footer {
  background-color: white;
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5; 
  margin-top: 1px;
  position: relative;
}

#footer li {
  display: inline;
  padding: 5px;
  color: #000000;
}

a { 
  text-decoration: none; 
  outline: none;
  }
  
#footer a:link { color: #000000; }
#footer a:visited { color: #000000; }
#footer a:hover, a:active { color: #000000; font-weight: bold; }
