/* ---------------------------------------------------------------- */
/* Style Sheet Merkers Homepage -- http://www.erlebnisbergwerk.de - */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* Body */

body{
  background: #FFFFFF;
  margin-left: 0px; 
  margin-top: 0px;
  }

/* ---------------------------------------------------------------- */
/* Text */

p, ul, li, ol, td{
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0em;
  color: #000000;
  }
  
/* ---------------------------------------------------------------- */
/* Links */

a:link, a:visited, a:active, a:hover{
   text-decoration: underline;
   color: #333399;
   }

a:hover{
   color: #FF9900;
   } 

/* ---------------------------------------------------------------- */
/* Navi 1 */

td.navi1, a.navi1:link, a.navi1:visited, a.navi1:active, a.navi1:hover{
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 12px;
   text-decoration: none;
   color: #000000;
   }

a.navi1:hover{
   text-decoration: underline;
   color: #3333CC;
   } 

/* ---------------------------------------------------------------- */
/* Navi 2 */

td.navi2, a.navi2:link, a.navi2:visited, a.navi2:active, a.navi2:hover{
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 11px;
   text-decoration: none;
   color: #000000;
   }

a.navi2:hover{
   text-decoration: underline;
   }    

/* ---------------------------------------------------------------- */
/* Header */

.header, h1, h2{
   font-size: 16px;
   font-weight: bold;
   padding: 5px;
   margin-left: -5px;
   }

.header2, h3, h4, h5, h6{
   font-size: 14px;
   font-weight: bold;
   }   
   
/* ---------------------------------------------------------------- */
/* Tables */

table.content{background-color: #B8D4FA;}

.head{
   background-color: #FBDE86;
   font-weight: bold;
   letter-spacing: 0.04em;
   }

td{font-size: 12px;}

/* ---------------------------------------------------------------- */
/* etc. */

.small{
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 11px;
   text-decoration: none;
   }

a.small:link, a.small:visited, a.small:active, a.small:hover{
   text-decoration: none;
   font-weight: bold;
   }

a.small:hover{
   text-decoration: underline;
   color: #990033;
   } 
   
.hinweis{
   color: #FF0000;
   }

/* ---------------------------------------------------------------- */
