body {
	margin: 0;
	padding: 0;
	background-image: url(MainBG.gif);
	margin-top: auto;
	margin-bottom: auto;
 	}
 	.container{height:100%}
 	.invisable {
    visibility: hidden 	}
	.important {
	font-weight:bold;
	color:red;
	}
	.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 100px;
    left: 110px;
    width: 135px;
    color:white;
    font-family : Verdana, Arial, sans-serif;
    line-height : 110%;
    }                 
    .Leftcol {
    margin-left:200px;
    text-align: center;
    color: white;
    }
    .hidden 
    {position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;}
    
    #skip a
    {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    }
    
    #skip a:focus
    {
    position:static;
    width:auto;
    height:auto;
    }
    
    .Inhalt {/*this is the main content area*/
    margin-left:160px;
    margin-right:20px;
    padding: 5px;
    font-family: sans-serif; 
    width: auto;
    border: 0.1px hidden #FFFFFF;
    }
    .Header {
    margin-left: auto;
    color: white;
    margin-right: auto;
    text-align: center;
    } 
   .box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  position: absolute;
  bottom:-27px;
  width:291px;
  font-size: 14px;
  padding : 2px;
  margin-left: 1px;
  color: white;
  }
  a:link {/*normal links in the text*/
  color: white; 
  text-decoration : none;}
  a:visited {
  color: white; 
  text-decoration : none;}
  a:hover { 
  color: #999999; 
  text-decoration : underline;}
  p.leftaln {color:white; font-family:sans-serif; text-indent: 0px; font-size: 120%; margin-left: 5px; display: block; padding: 15px;}
  p.powwow {color:white; font-family:sans-serif; text-indent: 0px; font-size: 120%; margin-left: 315px; display: block; padding: 15px;}
  p.standard {color:white; font-family:sans-serif; text-indent: 20px; font-size: 120%; margin-left: 315px; display: block; padding: 15px;}
  li.redstar {color:red; margin-left: 315px; font-family:sans-serif; font-size: 120%;}
  li.standard {color:white; margin-left: 315px; font-family:sans-serif; font-size: 120%;}
  h4.leftaln {text-align:left; margin-left:315px;
    }