

html, body, #wrap {height: 100%;}



#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */
	


html
{
background-color:#00552e;
 background-image:url(bilder-schulz-moll/bg_top.jpg);
background-position:top;
background-repeat:repeat-x;
}


body {
  color: black;
  background-color:#00552e;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 100%;  /* Enables font size scaling in MSIE */
  width:913px;
  margin:0 auto;

}




/* ##### Header ##### */

.header {
  background-image:url(bilder-schulz-moll/logo.jpg); 
  background-repeat:no-repeat;
height:100px;
}

.logo{
width:200px; float:left; font-size:150%;
}

/* ##### Side Bar ##### */


h1
{
font-size:60%;
margin:0px;
margin-top:10px;
}


h2
{
margin:0px;
font-size:60%;
}

a:link
{
color: #b8a01e;
}




 a:visited {
  color: #b8a01e;
}


 a:hover {
  color: #f0da5e;
  text-decoration: underline;

}


b {
  color: #ac9b3e;
}




/* ##### Main Copy ##### */

#main-copy {
  color: #b8a01e;
  font-size:80%;
    background-image:url(bilder-schulz-moll/bg_content.jpg); 
    background-position:top;
  background-repeat:no-repeat;
  height:410px;
padding-top:70px;

}




/* ##### Footer ##### */

#footer {

  background-color:#7a8fd4;
  border:0px solid #98abd6;
  padding-top:10px;
  border-top-width:4px;
font-size:100%;
	
	
	} 

img, div {
  behavior: url(iepngfix.htc);
}