/*
................................................................

steger-werbung mainstyle.css | by steger-werbung.de

................................................................
*/

@import url(links.css);
@import url(content.css);
@import url(forms.css);

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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
    font-size: 100.01%;
	text-align: center;
	margin: 0; padding: 0;
	background: #2D2525;
}

.mozilla {
  display:block;
}


/* DIVs
............................................................... */

#container {
  font-size: 0.75em;
  text-align: left;
  width: 800px;
  height: 580px;
  margin: -320px 0 0 -430px;
  padding: 30px;
  position:absolute; 
  top: 50%; 
  left: 50%;
  background: url(../img/bg_body.gif) no-repeat center center
}

#header {
  height: 220px;
  position: relative;
  z-index: 1;
  background: #000 url(../img/bg_header.gif) no-repeat bottom center; /*fallback*/
}
#logo {
  width: 166px;
  height: 65px;
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 29px;
}
#menu {
  list-style:none;
  margin:0; padding:0;
  width: 170px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 120px;
  background: transparent;
}

#content {
  position: relative;
  z-index: 4;
  margin: 0; padding: 0 45px 0 45px;
  line-height: 1.7em;
  background: #fff;
  overflow: auto;
  height: 240px;
}

#footer {
  font-size: 0.93em;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 40px 0 10px 0;
  height: 70px;
  color: #555;
  background: #000 url(../img/bg_footer.gif) no-repeat center top;
}
#footer p {
  margin: 20px 0 15px 0; padding:0;
}
#footer span.separator {
  color: #444;
  padding: 0 0.3em;
}
#footer p.top {
  margin:0; padding:0;
  position: absolute;
  top: 30px;
  right: 35px;
}
/* </base> */



/* Images
............................................................... */

a img {
	border: 0; 
	text-decoration: none;
	border-bottom: 0px solid;
}
