/* main.css */

body {
 background-image:       url('../../img/bg.jpg');
 font-family:            arial;
 font-size:              1em;
}

h1 {
 margin-top:             0px;
 font-size:              1.3em;
}

h2 {
 margin-top:             0px;
}

.blau_336699 {
 color:                  #336699;
}

.bold {
 font-weight:            bold;
}

.l_height20 {
 line-height: 20px;
}

.justify {
 text-align:     justify;
}

.font_grau {
 color:                  #AFAFAF;
}

.w3c_img {
 margin-left:            10px;
}

div#disclaimer {
 border-top:             1px solid #afafaf;
 font-size:              0.7em;
 color:                  #afafaf;
}

div#box_main {
 width:                  980px;
 height:                 auto;
 margin:                 0 auto;
 background-color:       #FFFFFF;
}

div#box_head {
 height:                 120px;
 border:                 2px solid #666666;
 background-image:       url('../../head/img/bg.png');
 margin-bottom:          10px;
}

div.trennstreifen {
 height:                 20px;
 border:                 2px solid #666666;
 background-color:       #cccccc;
}

/* Menue BEGINN */
div#box_menue {
 width:                  160px;
 height:                 auto;
 border:                 2px solid #666666;
 margin-top:             10px;
 margin-bottom:          10px;
 float:                  left;
}

         div#box_menue_top {
          height:                 auto;
          margin-bottom:          60px;
         }

              p.menue_main_link {
               margin-left:           6px;
               margin-top:            8px;
               margin-bottom:         0px;
              }

              a.menue_main_link {
               font-weight:           bold;
               color:                 #999999;
               text-decoration:       none;
              }

                       a.menue_main_link:hover {
                        color:                 #000000;
                        text-decoration:       underline;
                       }

              p.menue_sub_link {
               margin: 0px;
               margin-left:   12px;
               font-style:            normal;
              }

              a.menue_sub_link {
               font-weight:           bold;
               color:                 #999999;
               text-decoration:       none;
               font-size:             0.8em;
              }

                       a.menue_sub_link:hover {
                        color:                 #000000;
                        text-decoration:       underline;
                       }


         div#box_menue_bottom {
          vertical-align:        bottom;
          margin-bottom:         15px;
         }
/* Menue ENDE */

/* Content BEGINN */
div#box_content {
 width:                  595px;
 height:                 auto;
 margin-top:             10px;
 margin-bottom:          10px;
 margin-left:            30px;
 margin-right:           30px;
 float:                  left;
}

          div#box_content p {
           text-align:           justify;
           margin-top:           0px;
           line-height:          1.4em;
          }

         .box_content_left {
          float:                 left;
          width:                 285px;
         }

         .box_content_right {
          float:                 right;
          width:                 285px;
         }

         div#box_content a {
          color:                 #000000;
          text-decoration:       none;
          font-style:            italic;
          border-bottom:         1px dotted #336699;
         }

         div#box_content a:hover {
          text-decoration:       underline;
         }
/* Contetn ENDE */

/* Add BEGINN */
div#box_add {
 width:                  160px;
 height:                 auto;
 margin-top:             10px;
 margin-bottom:          10px;
 float:                  left;
 outline:                0px dashed green;
}
/* Add ENDE */

/* Footer BEGINN */
div#box_footer {
 height:                 30px;
 font-size:              0.8em;
 margin:                 4px;
 color:                  #999999;
}

         div#box_footer a {
          color:                 #999999;
          text-decoration:       none;
          font-weight:           bold;
         }

                 div#box_footer a:hover {
                  color:                 #000000;
                  text-decoration:       underline;
                 }

         div#box_footer_right {
          float:                 right;
          font-size:             0.8em;
         }
/* Footer ENDE */