 #main{margin:0px auto;
        width:805px;
        font-family:verdana, sans-serif;
        border-width:0px 1px 0px 1px;
        border-style:dashed;
        border-color:black;
        background-color:#CDD2F3;}

  #header{width:800px;
          height:15px;
          margin-top:5px;
          background-image:url(images/standart_header.gif);
          background-repeat:no-repeat;
          color:white;
          text-align:right;
          font-size:70%;}

  #banner{width:800px;
          height:150px;
          border:1px;
          border-style:solid;
          margin-top:5px;
          background-image:url(images/standart_banner.gif);
          background-repeat:no-repeat;}

  #nav{width:800px;
       border:0px;
       height:25px;
       margin-top:5px;
       text-align:center;
       border-width:2px 0px 0px 0px;
       border-color:black;
       border-style:solid;}

  #content{width:590px;
           background-color:#ffffff;
           margin-top:5px;
           padding-top:5px;
           padding-left:2px;
           font-size:80%;}

  #content_right{width:200px;
                     border-width:0px 0px 0px 0px;
                     border-color:#cccccc;
                     border-style:none;
                     float:right;
                     font-size:80%;
                     background-color:#9AC4F;
                     color:#000000;
                     margin:5px 2px 0px 2px;
                     padding:2px;}
                     
  .container_right{width:100%;
                   border:1px;
                   border-style:solid;
                   border-color:black;
                   background-color:#ffffff;
                   margin:2px 0px 5px 0px;
                   padding:1px;}
                     
  #content_left{width:595px;
                    border:0px;
                    border-style:solid;
                    float:left;}

  #footer{width:800px;
          border-width:1px 0px 0px 0px;
          border-style:solid;
          border-color:#cccccc;
          text-align:center;
          font-size:70%;
          color:#cecece;
          padding:0px;
          margin-top:5px;}

 .header_link:link {color:white; text-decoration:none;}
 .header_link:hover {color:black; text-decoration:none;}
 .header_link:visited {color:white; text-decoration:none;}
 .header_link:active {color:black; text-decoration:none;}

 .footer:link {color:black; text-decoration:none;}
 .footer:hover {color:black; text-decoration:overline;}
 .footer:visited {color:black; font-weight:italic; text-decoration:none;}
 .footer:active {color:black; text-decoration:none;}
 
 .content{width:580px;
          border-width:1px 0px 0px 0px;
          border-color:black;
          border-style:dashed;
          float:left;
          text-align:left;}
          
 .content_ueberschrift{margin-left:5px;
                       margin-right:5px;
                       background-color:black;
                       color:white;
                       display:block;
                       font-weight:bold;}
                       
 #toolbar{float:right;
          width:200px;
          background-color:#027C03;
          color:white;
          border:1px solid #000000;}


