/* -- Allgemeines -- */

body, html {
 background: #DCDCDC;
 color: black;
 margin: 0;
 padding: 1%;
 min-width: 640px;
 /* font-size: 100.01%;*/
 font-size: 12px;
 font-family: Verdana,Arial,Helvetica;
}

#container {
 font-size: 0.8em;
 /* max-width: 700px; */
 width: 700px;
 margin: auto;
 border: 0px solid #000000;
 /* border-top: 0; */
 background: #FFFFFF;

}

/* -- Schriften -- */

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  }

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  }

.ntitel { 
  font-weight: bold;
  font-size: 12px;  
  color: rgb(0, 0, 0);
  }
  
.ntext { 
  font-size: 11px;
  color: rgb(59, 59, 59);
  }


/* -- Links -- */
  a:link { text-decoration: none;     
    color: #0000FF;
    }

  a:visited { text-decoration: none;
    color: #8000FF;
    }

  a:hover { text-decoration: underline;
    color: #FF00FF;
    }

  a:active { text-decoration: underline;     
    color: #0000FF;
    }


/* -- Layoutspezifisches -- */

ul  {
  margin: 0px;
  padding: 0px;
  }

.counter {
   font-size: 12px;
   text-decoration: none;
   color: #000000;
   font-weight: bold;
   /* text-transform: uppercase; */
   }
   
#navigation {
        float: right;
        width: 100px;
        clear: right;
        font-size: 12px;
}

#navigation_unten {
        float: right;
        clear: right;
        font-size: 12px;
}

/* NAVIGATION */
#hauptnavigation li {
         list-style: none;
         display: inline;
         }

#hauptnavigation a {
         text-decoration: none;
         color: #000000;
         font-size: 1.1em;
         /* text-transform: uppercase;  */
         border-bottom: 1px dashed #999999;
         display: block;
         padding: 3px 3px 3px 5px;
         background: #FFFF00;
         }

#hauptnavigation ul {
         border-top: 1px dashed #999999;
         margin-top: 20px;
         margin-bottom: 20px;
         }

#hauptnavigation a:hover {
         background: #FF8000;
         padding-right: 7px;
         padding-left: 7px;
         font-weight: bold;
         }


#werkzeuge ul {
        border-top: 1px dashed #999999;
        margin-top: 20px;
        margin-bottom: 20px;
}

#werkzeuge li {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
}

#werkzeuge  a{
        color: #000000;
        text-decoration: none;
        padding: 1px 10px 1px 10px;
        display: block;
}

#werkzeuge a:hover {
        background: #FF8000;
        font-weight: bold;
}

/* Hack f. IE. Macht den gesamten Button anklickbar */
* html #werkzeuge a { width: 1px; }
