body {
font-size: 12pt;
font-family: Times, Arial, sans-serif, Helvetica, Verdana;
	background-color: #D3D3D3;
	scrollbar-face-color: #D3D3D3;
	scrollbar-track-color: #D3D3D3;
	scrollbar-highlight-color: #D3D3D3;
	scrollbar-3dlight-color: #D3D3D3;
	scrollbar-darkshadow-color: #008000;
	scrollbar-base-color:#008000; 
	scrollbar-arrow-color:  #008000;	
	scrollbar-shadow-color: #008000;	
}
p {
	font-size: 12pt;
}

/* General font families for common tags */
a { text-decoration: none; color: #008000; font-size: 12pt;}
a:visited	{ text-decoration: none; color: #808000; }
a:hover		{ text-decoration: underline; color: #104E8B; }
a:active	{ text-decoration: none; color: #E8E4EC; }
a.postlink, a.postlink:link, a.postlink:visited, a.postlink:active {
	line-height: 1.5em;
	padding: 0 0 0 113px;
	text-decoration: none; color : #E8E4EC
}
a.postlink:hover {
	line-height: 1.5em; padding: 0 0 0 13px;
	background: url('images/li_bulla.gif') no-repeat 0 1px;
	text-decoration: underline; color : #104E8B
}

hr	{ height: 0px; border: solid #525E6E 0px; border-top-width: 1px;}

/*
a:link, a:visited, a:active, a:hover {
color: #E8E4EC;
background-color: transparent;
font-size: 10pt;
} */

#headline1 {
margin-top: 1em; 
margin-bottom: 2em;
color: #D8E4EC;
background-color: #889CB0;
}
#headline2 {
margin-top: 1em; 
margin-bottom: 1em;
color: #D8E4EC;
background-color: #889CB0;
}
#headline3 {
margin-top: 1em; 
margin-bottom: 0em;
color: #D8E4EC;
background-color: #8CA0B4;
}
#fctable {
	a { text-decoration: none; color: #008000; font-size: 12pt;}
	a:visited	{ text-decoration: none; color: #808000; }
	a:hover		{ text-decoration: underline; color: #104E8B; }
	a:active	{ text-decoration: none; color: #E8E4EC; }
	font-size: 10pt;
	background-color: #D3D3D3;
}
#bcetable2 {
	font-size: 10pt;
}
/* Spieler-Archiv */
#table_spieler_sort {
	font-size: 8pt;
}
#input_spieler_sort {
	font-size: 8pt;
	background-color: #B9C4CC;
}
input.liteoption {
	background-color : #B9C4CC;
	font-weight : normal;
	font-size: 11px; 
}
select.liteoption {
	background-color : #B9C4CC;    
	color : #000000;
	font: 11px Arial, Helvetica, sans-serif;
}
/* Form elements */
input,textarea,select {
	color : #000000;
	background-color: #D8E4EC;
	font-size: 10pt;
}
/*Aufzählungen*/
ul {
	color : #000000;
	font-size: 10pt;
}
acronym {
  cursor:help;
  border-bottom:1px dotted;
}
button { 
    background-color:#aaa111; 
	color:#fff; 
	width:200px; 
	border:6px solid #ddd; 
}