/*Für die Schneeflocken und Regentropfen */
.drop { 
  position: absolute; 
  width: 3px;  
  font-size: 40px; 
  color: blue; 
}

.head{
	color: White;
	font-family : sans-serif;
	font-size : x-small;
}
.table {
	background-color : #565A79;
	padding-left : 5px;
}
BODY {
	font-family : sans-serif;
	color : White;
	margin-top : 4px;
	scrollbar-face-color:#001DF6;
	scrollbar-shadow-color:#160369;
	scrollbar-highlight-color:#9A85F5;
	scrollbar-3dlight-color:#BBAFF1;
	scrollbar-darkshadow-color:#000020;
	scrollbar-track-color:#060C39;
	scrollbar-arrow-color:#D0DFD3;
	bar-arrow-color:#DDC26F;
}
HR {
	color : #060C39;
}

A {
	color: #060D3B;
	font-family : sans-serif;
	text-decoration : underline;
}
.menu {
	color: White;
	text-decoration : none;
	font-family : sans-serif;
}
.menuneu {
	color: Red;
	text-decoration : none;
	font-family : sans-serif;
}
A.menu:hover {
	text-decoration: none;
}
A:hover {

	color : #001DF6;
}

.headline1{
	color : White;
	font-family : sans-serif;
	font-size : 22px;
	font-weight : bold;
}
.headline2{
	color : White;
	font-family : sans-serif;
	font-size : 16px;
	font-weight : bold;
	padding-top : 10px;
}

.textbold{
	color : White;
	font-family : sans-serif;
	font-size :16px;
	font-weight : bold;
}
.text{
	color : White;
	font-family : sans-serif;
	font-size :16px;
}
.link{
	color : White;
	font-family : sans-serif;
	font-size :18px;
	text-decoration : none;
}
