/* 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;
}

                 /* Schriftzug BEGINN */
                 #head_schriftzug {
                  display: block;
                  position: relative;
                  top: 18px;
                  left:21px;
                  z-index: 2;
                 }
                 /* Schriftzug ENDE */

                 /* Brosche BEGINN */
                 #head_brosche {
                  display: block;
                  position: relative;
                  top: -5px;
                  left:0px;
                  z-index: 3;
                 }
                 /* Brosche ENDE */

div.trennstreifen {
 height:                 20px;
 border:                 0px solid #666666;
 background-color:       #cccccc;
 background-image:       url('../../img/headline_1.png');
}

                #head_datum {
                        width: 160px;
                        margin-left: 10px;
                        border: 0px solid red;
                        font-size:12px;
                        color:#555;
                        font-weight:bold;
                        text-shadow: #FFFFFF 1px 1px 1px;
                }

                #head_lauftext {
                        margin-left:165px;
                        width: 645px;
                        font-size:16px;
                        color:#000000;
                        font-weight:normal;
                        text-shadow: #FFFFFF 1px 1px 1px;
                }



/* 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;
         }

                 /* Counter BEGINN */
                 #counter {
                         position:relative;
                         top:-30px;
                         left:40px;
                         color:#EEE;
                         font-size:10px;
                 }
                 /* Counter ENDE


/* 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;
}
        p.add {
         font-size: 10px;
         color:#9A5816;
        }


/* 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 */
