
body{
	font-family:			Arial, sans-serif;
	color:				#114db2;
	font-weight:			normal;
	font-size:			12pt;
	
	background-color:		#D5E6F7;
	
	scrollbar-face-color:		#B3D3F1;
	scrollbar-highlight-color:	#114db2;
	scrollbar-shadow-color:		#114db2;
	scrollbar-3dlight-color:	#B3D3F1;
	scrollbar-arrow-color:		#114db2;
	scrollbar-track-color:		#D5E6F7;
	scrollbar-darkshadow-color:	#B3D3F1;
	
	padding:			0px;
	margin-top:			5px;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			0px;
}

A{ 
	font-family:		Arial, sans-serif;
	font-weight:		bold;
	font-size:		12pt;
	Color:			#114db2;
}
A:HOVER{
	Color:			#021C47;
}

table{ 
	background-color:	#B3D3F1;
	font-family:		Arial, sans-serif;
	font-weight:      	bold;
	font-size:        	10pt;
	Color:            	#114db2;
}


td { 
	background-color:	#B3D3F1;
	font-family:		Arial, sans-serif;
	font-weight:      	bold;
	font-size:        	10pt;
	Color:            	#114db2;
}


p{ 
	background-color:	#B3D3F1;
	font-family:		Arial, sans-serif;
	font-weight:      	normal;
	font-size:        	12pt;
	Color:            	#114db2;
}










h1{	font-size: 18pt;	font-weight: bold; }
h2{	font-size: 15pt;	font-weight: bold; }
h3{	font-size: 12pt;	font-weight: bold; }

b{	font-size: 11pt;	font-weight: bold; }

.smal{	font-size: 8pt;		font-weight: normal; }

.err{	
	color:			#FF4444;
	font-size:		8pt;
	font-weight:		bold;
}

/* Formular: */

.s{ /*Felder*/
	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		5px;
	padding-right:		5px;
	margin:			0px;
	background-color:	#B3D3F1;
	border:			1px solid #0000FF;
	border-top-style:	none;
	border-right-style:	none;
	border-left-style:	none;
	border-bottom-style:	solid;
	font-family:		Arial, sans-serif;
	font-weight:   		bold;
	font-size:     	 	10pt;
	Color: 			#000000;
}
.sb{ /*Button*/
	padding:		0px;
	margin:			0px;
	background-color:	#D5E6F7;
	border:			1px solid #0000FF;
	font-family:		Arial, sans-serif;
	font-weight:   		bold;
	font-size:     	 	10pt;
	Color: 			#114db2;
	cursor:			hand;
}
.sb:hover{
	border:			1px solid #000000;
	background-color:	#B3D3F1;
	cursor:			pointer;
}
.sr{ /*Radio*/
	border-top-style:	none;
	border-right-style:	none;
	border-left-style:	none;
	border-bottom-style:	none;
}
.sp{
	/*padding-top:		0px;*/
	/*padding-bottom:		0px;*/
	/*padding-left:		5px;*/
	/*padding-right:		5px;*/
	/*margin:			0px;*/
	background-color:	#B3D3F1;
	border:			1px solid #0000FF;
	/*border-top-style:	none;*/
	/*border-right-style:	none;*/
	/*border-left-style:	none;*/
	/*border-bottom-style:	solid;*/
	font-family:		Arial, sans-serif;
	font-weight:   		bold;
	font-size:     	 	10pt;
	Color: 			#000000;
}

TABLE.TOP{
	WIDTH:          	900px;
	BORDER-BOTTOM:  	#000000 1px solid;
	BORDER-LEFT:    	#000000 1px solid;
	BORDER-RIGHT:   	#000000 1px solid;
	BORDER-TOP:     	#000000 1px solid;
}

