/*
#///////////////////////////////////////////////////////////
#
#  @project: navmenu
#  @start  : 14.06.2003
#  @author : Bernd Neuamnn
#  @source : main.css
#  author :
#
#  (c) 2003 BERND NEUMANN
#///////////////////////////////////////////////////////////
#   www.benman.de
*/

/* SECTION 1 DEFAULT HTML-TAGS */
body {
   background-color:#BDBDAD;
   margin-top:0;
   margin-bottom:0;
   margin-right:0;
   margin-left:0;
   scrollbar-3d-light-color: #FFFFFF;
   scrollbar-arrow-color: #084E84;
   scrollbar-base-color: #000000;
   scrollbar-dark-shadow-color: #000000;
   scrollbar-face-color: #D6CEBD;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #084E84;
   scrollbar-track-color: #084E84; }

p,div,i {
   font-size:9pt;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   color:Black; }

a:link {
   color:#FFFFFF;
   text-decoration:none }

a:visited {
   color:#FFFFFF;
   text-decoration:none }

a:active {
   color:#ccfafd;
   text-decoration:underline }

a:hover {
   color:Aqua;
   text-decoration:underline }

h1 {
   font-size:18pt; 
   font-family: Helvetica,Arial,sans-serif;
   color:#006666; }

h2 {
   font-size:14pt;
   font-family: Helvetica,Arial,sans-serif;
   color:#006666; }
	
		
/* SECTION 2 TABLE TAGS */
td,th {
   border-color:#000000;
   font-size:9pt;
   font-family:Verdana,Arial,Helvetica,sans-serif; }


/* SECTION 3 MENUE(BOX)
  menubox must be !!
*/
.menubox {
   background-color: #084E84; /* #EFE7D6; */
   position: absolute;
   height: 500px;
   width: 174px;
   left: 2px;
   top: 12px; }

/* html unter der menuebox */
.aftermenu {
   position: absolute;
/*   height: 500px;
   width: 154px;   */
   left: 2px;
   top: 524px;
}

/* anzeige der uhr (clock) */
.uhr {
   position: absolute;
   top: 496px;
   width: 150px;
   height: 14px;
   left: 12px;
   font-size:8pt;
   text-align:center;
   color:#000000;
   background-color:#BDBDAD; }

/* menue title */
.mtitle {
   font-size:8pt;
   text-align:center;
   color:#666666;
   background-color: #BDBDAD;
   margin-top:2;
   margin-bottom:1;
   margin-left:2;
   margin-right:2; }

/* menue haupteintrag  */
.mmenu {
   cursor:pointer;
   font-size:8pt;
   text-align:left;
   margin-top:1;
   margin-bottom:1;
   margin-left:2;
   margin-right:2;
   color:#000000;
   background-color:#BDBDAD; }

/* menue haupteintrag ausgeschalten  */
.mmenudis {
   font-size:8pt;
   text-align:left;
   margin-top:1;
   margin-bottom:1;
   margin-left:2;
   margin-right:2;
   color:#808080;
   background-color:#BDBDAD }

/* cursor fuer menu (ueber + - bilder) */
.leftcursor {
   cursor:pointer;
   margin-top:1;
   margin-bottom:1;
   margin-left:0;  }

/* unter menuepunkte */
.menu0 {
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:8pt;
   font-weight:normal;
   text-align:left;
   background-color:#FFFFFF; /* #EFE7D6 */ }

.menu1 {
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:8pt;
   font-weight:bold;
   margin-top:1;
   margin-bottom:1;
   margin-left:9;
   background-color:#084E84; }

.menu2 {
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:8pt;
   font-weight:bold;
   margin-top:1;
   margin-bottom:1;
   margin-left:16;
   background-color:#084E84; /* #EFE7D6 */ }

.menu3 {
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:8pt;
   font-weight:normal;
   margin-top:10;
   margin-bottom:5;
   margin-left:16;
   background-color:#084E84; /* #EFE7D6 */ }

/* i don't know */
.centerb {
   position: absolute;
   top: 566px;
   width: 156px;
   height: 28px;
   font-size:8pt;
   text-align:center;
   color:#000000;
   background-color:#BDBDAD;
   left: 8px; }

/* ab hier fuer benman.de */
.thema {
   font-size:9pt;
   font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-left: 8px;
	line-height: 16px;
	letter-spacing: 5px;
   color:Black; 
	} 
.themabig {
   font-size:14pt;
   font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-left: 8px;
	line-height: 16px;
	letter-spacing: 6px;
   color:Black;
	} 
	