/* scroll-leiste, textformatierung */

Body,table,tr,td {SCROLLBAR-ARROW-COLOR: black; SCROLLBAR-BASE-COLOR: white;
scrollbar-highlight-color : silver; scrollbar-shadow-color : black;font-family: Arial,sans-serif;;font-size: 12pt;

}


body {
background-image:http://joern.beckesch.de/jb2_HG.JPG;
background-color:3B6B9C;
background-position:300px 300px;
background-attachment:fixed;
}

/* allgemeine links*/

A:link    {text-decoration: underline; color: black;
 font-family: verdana, Helvetica,sans-serif; font-size: 12pt; }
A:visited {text-decoration: underline; color: black;
 font-family: Verdana,Helvetica,sans-serif; font-size: 12pt; }
A:hover   {text-decoration:  underline and overline; color: #E5B200;
 font-family: Verdana,Helvetica,sans-serif; font-size: 12pt; }
A:active  {text-decoration: underline; color: black;
font-family: Verdana,Helvetica,sans-serif; font-size: 12pt; }

/* menue links */

/*
Aussehen der Hauptmenue Links */

a:link.men {
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: black;
width:100px;
height:15px;
}

a:visited.men {
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: black;
width:100px;
height:15px;
}

a:hover.men {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	background-color: Blue;
	width:100px;
	height:15px;
}

a:active.men {
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: black;
width:100px;
height:15px;
}

td.menulinks{ text-decoration:none ;width:100;
border:solid 1px black;
}

input.time{
border:solid 1px black;font-size:10pt;background-color:white;color:black;text-align:center;
}

input.date{
border:solid 1px white;font-size:10pt;background-color:white;color:black;
}
