﻿body, html{ width: 100%;
           height: 100%;
		   font-family:Arial;
           font-size:13px;
		   background-attachment: fixed;
           background-repeat: no-repeat;
           overflow: hidden;}

a:link { color:#000000; text-decoration:none; font-weight:bold; }
a:visited { color:#000000; text-decoration:none; font-weight:bold; }
a:hover { color:#000000; text-decoration:underline; font-weight:bold; }

#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}

#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}

#mainDiv{ width: 800px;
          height: 100px;
          text-align: left;
          margin: 15px auto;}

#headDiv{ 

background-image: url(bilder/back.jpg);
margin-bottom: 15px;
border:1px solid #000000;
-moz-border-radius:10px;
-khtml-border-radius:10px;
}

#contentDiv{ 

background-image: url(bilder/back.jpg);
color:#000000;
font-weight:bold;
padding: 5px;
float:right;
width:648px;
border:1px solid #000000;
-moz-border-radius:10px;
-khtml-border-radius:10px;
}

#footerDiv{ 

background-image: url(bilder/back.jpg);
color:#000000;
font-weight:bold;
float:left;
width:117px;
border:1px solid #000000;
-moz-border-radius:10px;
-khtml-border-radius:10px;
}
