th { font:bold 12px verdana; }
td { font:13px verdana; }

.m1 { font:12px arial; background-color:#d9f0ff; padding-left:4px; padding-right:4px; }

a.nav { font:11px verdana; color:silver; text-decoration:none; }
a.nav:active { color:black; background-color:white; }
a.nav:visited { color:white; }
a.nav:hover { color:black; background-color:white; }

p { line-height:20px; }

/*** ----- All Pages ----- ***/
h1 { color:#008000; font:normal 16pt; }
form { margin:0px; }

/*** ----- besucher.php ----- ***/
input.besucher { width:50px; height:17px; background-color:#e8f0ff; border:1px solid blue; cursor:hand; }

/*** ----- Main Table (fullsized) ----- ***/
.main_table { width:750px; }
.main_table th, .main_table td { padding:2px; }
.hr_main { color:#986848; }

/*** ----- Menu & Submenu Tables/Boxes (outer left and right rows) ----- ***/
.hr_menu { color:#D09000; }
.box { width:100%; color:#B04010; }
.box td { font-size:8pt; padding:3px; text-align:left; }
.box th { font-size:10pt; font-weight:bold; padding:3px; text-align:left; }
.box_input { border:1px solid #D09000; background-color:#F0D8B0; color:#B04010; font-size:8pt; }
.box_btn { border:1px solid #D09000; background-color:#E8C078; color:#B04010; font-size:8pt; }

/*** ----- Tables/Boxes for User & Msg Data ----- ***/
.hr_datasheet { color:#D09000; }
.datasheet_outer { width:100%; border:1px solid #B08028; background-color:#E8E8E8; }
.datasheet_outer td {
  background-color: #F0D8B0;
  padding: 10px;
}

.datasheet {
  border          : 0px;
  width           : 100%;
  background-color: #F0D8B0;
  color           : #B04010;
}

.datasheet td {
  font-size       : 8pt;
  padding         : 0px;
  text-align      : left;
}

.datasheet th {
  font-size       : 10pt;
  font-weight     : normal;
  padding         : 0px;
  text-align      : left;
}

.datasheet_footer {
  border          : 1px solid #C09868;
  color           : #C09868;
  font-size       : 8pt;
  font-weight     : normal;
  padding         : 1px;
  text-align      : center;
}

.datasheet_footer a,
.datasheet_footer a:link,
.datasheet_footer a:active,
.datasheet_footer a:visited,
.datasheet_footer a:hover {
  color          : #C09868;
  font-weight    : normal;
  text-decoration: none;
}

.datasheet_input {
  border          : 1px solid #D09000;
  background-color: #FFFFFF;
  color           : #000000;
  font-size       : 8pt;
}

.datasheet_btn {
  border          : 1px solid #D09000;
  background-color: #E8C078;
  color           : #B04010;
  font-size       : 8pt;
}

/*** ----- advertisements ----- ***/

.adbox {
  width           : 100%;
  border          : 0px dotted #B08028;
}


