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

body {
  background-color: #ffffff;
  background-image:url(../_img/main_bg.jpg);
  background-repeat:repeat-x; 
  font-size: 12px;
  font-family: Calibri, Arial, Sans-Serif;
  color: #333333;  
  padding: 0px;
  margin: 0px;
}

h1 {
  color: #000000;
  font-size: 14px;
  margin: 0px;
}

h2 {
  color: #000000;
  font-size: 12px;
  margin: 0px;
}

hr {
  color: #e3e3e3;
  height: 1px;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  font-size: 12px;
}

/*  Container */

#logo {
	position: absolute;
	left: 25px;
	top: 257px;
	width: 117px;
	height: 66px;
	background-image:url(../_img/mieden_logo.gif);
	background-repeat: no-repeat;
	z-index: 7;
}

#pics {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 250px;
	z-index: 4;
	background-image: url(../_img/banner.jpg);
	background-repeat: no-repeat;
}

#pics_korrschutz {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 250px;
	z-index: 4;
	background-image: url(../_img/banner_02.jpg);
	background-repeat: no-repeat;
}

#pics_bdinsthaltung {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 250px;
	z-index: 4;
	background-image: url(../_img/banner_03.jpg);
	background-repeat: no-repeat;
}

#pics_bdbeschichtung {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 250px;
	z-index: 4;
	background-image: url(../_img/banner_04.jpg);
	background-repeat: no-repeat;
}

#pics_oberfl {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 250px;
	z-index: 4;
	background-image: url(../_img/banner_05.jpg);
	background-repeat: no-repeat;
}

#wrap {
	margin-top: 2px;
	padding-top: 18px;
	z-index: 1;
}

#menu {
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 48px 0px 0px 25px;
	width: 225px;
	left: 0px;
	z-index: 3;
}

#content {
	position: absolute;
	padding: 0px;;
	color: #333333;
	left: 250px;
	z-index: 2;
}

#contentd {
	position: absolute;
	padding: 0px;;
	color: #333333;
	left: 250px;
	z-index: 2;
}

#all {
	left: 0px;
	top: 0px;
	width: 995px;
	height: 100%;
	padding-top: 30px;
}

/* Navigation */

ul#Navigation {
    margin: 0px; 
	padding: 0px;
}

ul#Navigation li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}

ul#Navigation li ul {
	margin: 0px 0px 2px 25px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 140px;
}

* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}

ul#Navigation li ul li {
    float: none;
    display: block;
}
