BODY {
    SCROLLBAR-FACE-COLOR: #FFFFFF; 
    SCROLLBAR-HIGHLIGHT-COLOR: #EEEEEE; 
    SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
    SCROLLBAR-3DLIGHT-COLOR: #EEEEEE; 
	SCROLLBAR-ARROW-COLOR: #660000; 
	SCROLLBAR-TRACK-COLOR: #F5F5F5;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	FONT-SIZE: 10px; 
	COLOR: #454545;
	}
	
/* kewl shadows

body > #shadow_top,body > #shadow_bottom {
  position:fixed;
  left:0;
  height:14px;
  width:100%;
  display:block;
}
body > #shadow_top {
  background:url(../bilder/shadow_top.png) repeat-x;
  top:0;
}
body > #shadow_bottom {
  background:url(../bilder/shadow_bottom.png) repeat-x;
  bottom:0;
}
* html #shadow_top,* html #shadow_bottom {
  display:none;
}
--------------------------------------------------*/
TD {
	FONT-SIZE: 10px;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	color : #454545;
	line-height: 16px;
	}
	
DIV {
	FONT-SIZE: 10px;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	color : #454545;
	line-height: 16px;
	}

A {
	COLOR: #454545;
	TEXT-DECORATION: none;
	cursor: crosshair;
}

A:HOVER {
	COLOR: #660000; TEXT-DECORATION: none
	}

P {
	FONT-SIZE: 10px;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	line-height: 16px;
	margin-bottom:5px;
	margin-top:2px;
	}

H1 {
	FONT-SIZE: 11px; FONT-FAMILY: Georgia, Times New Roman, Times, serif
	}
	
	.rahmen {
border: #999999;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

input {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color: #666666;
border: thin #CCCCCC solid;
background-color: #f5f5f5;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

.linkgrey {
	color: #CCCCCC;
}

.whitey {
	color: #E5E5E5;
}

hr {
border:dashed #e5e5e5 1px;
}

