/* CSS Document */
html {
height: 100%;
}
body {
text-align:center;
height: 100%;
background-image: url(images/holz.jpg);
background-repeat:repeat;
margin: 0px auto;
padding: 0px;
overflow: hidden;
}

#main {
width: 816px;
/*position:absolute;
margin: 15px auto;*/
text-align:left;
}
/*
#wrapper {
position:relative;
background:transparent;
margin:0;
padding:0 0 15px 0;
text-align:left;
min-height: 100%;
}
*/
/*
#flexibel {
text-align: left;
position: relative;
width: 816px;
margin: 0px auto;
background-image: url(images/bg_flexibel.jpg);
background-repeat:repeat-y;
}
*/
#linie {
position:absolute;
top:620px;
text-align:center;
width:812px;
height:6px;
background-image: url(images/weiss.jpg);
}
#footer {
clear:both;
position: absolute;
bottom:0;
background:transparent;
top:0;
margin: -15px 0 0 0;
text-align:center;
height: 15px;
}
* html #footer {display:none;}
* html #wrapper {height:100%;}