

/*************************************************************************************
                                Layer Information
**************************************************************************************/

body {
	background-color: #FFFFFF;
	/*background-image:url('./../images/pagefade_red.gif');*/
	background-repeat: repeat-x;
	margin: 0px; /* Ist dafür zuständig dass zwischen dem Browserrand und den Seiteninhalten kein Standard-Abstand gemacht wird */
	font-family: arial, sans-serif;
	color: rgb(0,0,0);
	font-size: 10px;
	font-weight: normal;
	/*overflow: auto;
	scrollbar-base-color: rgb(152,1,52);
	scrollbar-3dlight-color: rgb(255,255,255);
	scrollbar-arrow-color: rgb(235,174,26);
	scrollbar-face-color: rgb(152,1,52);
	scrollbar-highlight-color: rgb(235,174,26);
	scrollbar-shadow-color: rgb(255,255,255);
	scrollbar-track-color: rgb(152,1,52);*/
}

.field {
	border-top: 1px solid #c6c6c6; 
	border-bottom: 1px solid #c6c6c6; 
	border-left: 1px solid #c6c6c6; 
	border-right: 1px solid #c6c6c6; 
	background-color: #f5f5f5; 
	font-family:arial, sans-serif; 
	font-size:10px;  	
}

.input_button {
	border-top: 1px solid #c6c6c6; 
	border-bottom: 1px solid #c6c6c6; 
	border-left: 1px solid #c6c6c6; 
	border-right: 1px solid #c6c6c6; 
	background-color: #f5f5f5; 
	font-family:arial, sans-serif; 
	color: #000000;
	font-size:10px;  	
}


a:link {font-size:10px;  text-decoration: underline; color:#000000; background-color: transparent;}
a:visited {font-size:10px; text-decoration: underline; color:#000000; background-color: transparent;}
a:hover {font-size:10px;  text-decoration: underline overline; background:#ffffff scroll repeat 0% 0%;  color:#0000C0;}
a:active {font-size:10px; text-decoration:none; color:#000000;}
a.hover_white:hover {font-size:10px;  text-decoration: underline overline; background:#ffffff scroll repeat 0% 0%;  color:#0000C0;}
a.hover_black:hover {font-size:10px;  text-decoration: underline overline; background:#000000 scroll repeat 0% 0%;  color:#0000C0;}
a.hover_none:hover {font-size:10px;  text-decoration: underline overline; background:none scroll repeat 0% 0%;  color:#0000C0;}

a.visited_location:visited {font-size:9px; color:#000000; text-decoration: underline; background-color: transparent;}
a.link_location:link {font-size:9px; color:#000000; text-decoration: underline; background-color: transparent;}
a.hover_location:hover {font-size:9px; color:#000000; background:#cacaca;}


.hidden { display: none; }
.unhidden { display: block; }


