// texte  # FFEB78
// farbe1 #BE1202
// farbe2 #003E6B
// #e3e3e3
//   background-color: #000099

p { color:  #003E6B; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }

 a:link   { color:  #003E6B; font-size: 11px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }
 a:visited { color:#003E6B; font-size: 11px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }
 a:hover { color: yellow; font-size: 11px; font-weight: normal; text-decoration:underline; background-color: #000099; font-family: Verdana, Arial, Helvetica, sans-serif; }
 a:active { color: #003E6B; font-size: 11px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;  }

td { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } 
body     { scrollbar-3dlight-color: #E6876B; scrollbar-arrow-color: #E6876B; scrollbar-base-color: #A4C9E9; scrollbar-highlight-color: #E6876B; scrollbar-shadow-color: #E6876B; scrollbar-track-color: #A4C9E9 }

select, textarea,input { color: #003E6B;background-color: #E6F3FF; font-style: normal; font-weight: normal; font-size: 13px;}

h1 { color:#C40000;background-color:white; font-style: normal; font-weight: bold; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; }
h2 { color:#C40000; font-style: normal; font-weight: bold; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; }

#rand { border: "1px solid #4591D3";
}

#links {
  border-left-width:2.5em;
  border-left-style:solid;
  border-color:red;
  padding-left:2.5em;
  text-align:justify;
}

#linksrechts {
  border-left-width:2.5em;
  border-left-style:solid;
  border-left-color:red;
  padding-left:2.5em;
  border-right-width:2.5em;
  border-right-style:solid;
  border-right-color:green;
  padding-right:2.5em;
  text-align:justify;
}

#rundrum {
  border-width:1px;
  border-style:solid;
  border-color:blue;
  padding:2.5em;
  text-align:justify;
}

.active {
	/* font-size: 1em; */
	color: yellow; 
	font-weight: normal;
	background-color: #000099; 
	text-decoration: underline;
}
 
 //  border-stile = dotted solid double groove ridge inset outset
//  text-decoration = "underline"; 
a.menu { display:block; margin-bottom:5px; text-align:center; width:20ex;
         border-style:ridge; border-width:2px; padding:2px; text-decoration:underline; font-size:17px; }

a.menu:link    { color:darkred; background-color:#ebebeb; font-size:17px;}
a.menu:visited { color:#003E6B; background-color:#ebebeb; font-size:17px;}
a.menu:hover   { color:yellow; background-color:#A4C9E9; font-size:17px;}
a.menu:active  { color:#003E6B; background-color:#a03; font-size:17px;}


a.menu1 { display:block; margin-bottom:5px; text-align:center; width:30ex;
         border-style:ridge; border-width:2px; padding:2px; text-decoration:underline; font-size:12px; }

a.menu1:link    { color:darkred; background-color:#ebebeb; font-size:12px;}
a.menu1:visited { color:#003E6B; background-color:#ebebeb; font-size:12px;}
a.menu1:hover   { color:yellow; background-color:#A4C9E9; font-size:12px;}
a.menu1:active  { color:#003E6B; background-color:#a03; font-size:12px;}
 
-->



