/* ShowIt Tabelle (Aussen und Icon-Menue)*/
.aussen  {
	background-color: #DADADA; 
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border:1px groove #EEEEEE;
	vertical-align:top;
}

/* ShowIt Tabelle (Bildansicht)*/
.innen  {
	background-color: #999999; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000000;
	border:2px groove #DDDDDD;
	vertical-align:top;
	scrollbar-base-color:#999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #999999;
	scrollbar-face-color: #999999;
	/*margin:0px;*/
}

a.pagelink  {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;	
	color: #000000;
}
a.pagelink:hover  {
	background-color: #AAAAAA; 
}

a.pagelink:visited  {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;	
	color: #000000;
}

a.link  {
	font-weight: bold;
	text-decoration: none;	
	color: #DDDDDD;
}
a.link:hover  {
	font-weight: bold;
	text-decoration: underline;
	color: #DDDDDD;
}

a.link:visited	{
	font-weight: bold;
	text-decoration: none;	
	color: #DDDDDD;
}

a.link1  {
	text-decoration: underline;	
	color: #555555;
}
a.link1:hover  {
	text-decoration: underline;
	color: #555555;
}

a.link1:visited{
	text-decoration: none;	
	color: #555555;
}

#c {	font-weight: normal;}
h1.f_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	border-style: none;
	margin: 1px;
	padding: 10px;
	width: auto;
	background-position: center;
	text-transform: uppercase;
	font-size: 18px;
}
h1.f_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	margin: 1px;
	padding: 2px;
	width: auto;
	background-position: center;
	text-transform: none;
	font-size: 10px;
	border-style: none;
}