/* ShowIt Tabelle (Aussen und Icon-Menue)*/
.aussen  {
	background-color: #270C78; 
	padding: 3px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFFFF;
	border:1px solid #3965ad;
	vertical-align:top;
}

/* ShowIt Tabelle (Bildansicht)*/
.innen  {
	background-color: #270C78; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCD2DC;
	border:2px groove #CCCCFF;
	vertical-align:top;
	/*margin:0px;*/
}
#atext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCDDEE;



}

a.pagelink  {
	font-weight: bold;
	/*background-color:#cccccc; */
	text-transform: capitalize;
	text-decoration: none;	
	color: #00CCFF;
}
a.pagelink:hover  {
/*	background-color:#FF6666 ;  */
	text-decoration: none;	
	color: #ffffff;

}
a.link  {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;	
	color: #DDDDEE;
}
a.link:hover  {
	color: #FFFFFF;
	text-decoration: none;	

}
a.link1  {
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;	
	color: #9FBCF5;
}
a.link1:hover  {
	color: #CCCCFF;
	text-decoration: none;	

}


#c {	font-weight: normal;}
h1.f_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	color: #D2E6F1;
	border: 1px dashed #9FBCF5;
	margin: 1px;
	padding: 5px;
	width: auto;
	background-position: center;
	text-transform: uppercase;
	font-size: 14px;
}
h1.f_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #9FBCF5;
	margin: 1px;
	padding: 2px;
	width: auto;
	background-position: center;
	text-transform: none;
	font-size: 10px;
}
body {
scrollbar-base-color:#081C92;
scrollbar-track-color:#081C92;
scrollbar-face-color:#CDCDCD;
scrollbar-highlight-color:#081C92;
scrollbar-3d-light-color:#0040FF;
scrollbar-dark-shadow-color:#000000;
scrollbar-shadow-color:#101010;
scrollbar-arrow-color:#101010;
}