/* ########################## */
/* #    Stylesheet DM2TIM   # */
/* ########################## */

/* ########################## */
/* #       Allgemein        # */
/* ########################## */

a:link    { color: red    }
a:hover   { color: green  }
a:active  { color: yellow }
a:visited { color: blue   }
a:focus   { color: blue   }

/* ########################## */
/* #     Layoutbereiche     # */
/* ########################## */

body
{
            background: black;
           font-family: Tahoma,Verdana,sans-serif;
            margin-top: 0;
	   margin-left: 0;
	  margin-right: 0;
	 margin-bottom: 0;
	     font-size: 10px;
}

table
{
       border-collapse: seperate;
                border: 5px outset black;
}

table td, table th 
{
                border: 3px inset black;
}
    
#logo
{
              position: absolute;
                  left:  10px;
                   top:  10px;
                 width: 100px;
                height: 100px;
          border-style: solid;
	  border-width:   2pt;
	  border-color: black;
      background-image: url(../images/logo.jpg);
     background-repeat: no-repeat;
   background-position: center;

}

#header
{
              position: absolute;
                  left: 110px;
                   top:  10px;
                 width: 888px;
                height: 100px;
          border-style: solid;
	  border-width:   2pt;
	  border-color: black;
      background-image: url(../images/header.jpg);
     background-repeat: no-repeat;
   background-position: center;
}

#navigation
{
              position: absolute;
                  left:  10px;
                   top: 110px;
                 width: 100px;
                height: 441px;
          border-style: solid;
	  border-width:   2pt;
	  border-color: black;
      background-color: #767658;
                 color: #black;
}

#text1
{
              position: absolute;
                  left: 110px;
                   top: 110px;
                 width: 888px;
                height: 441px;
          border-style: solid;
	  border-width:   2pt;
	  border-color: black;
      background-color: #767658;
                 color: #black;
	  
}

#footer
{
              position: absolute;
                  left:  10px;
                   top: 551px;
                 width: 988px;
                height: 100px;
          border-style: solid;
	  border-width:   2pt;
	  border-color: black;
      background-color: black;
                 color: #767658;
}
