/* Hauptschriftart für Eingabefelder und Selectboxen */
body, textarea , input, select
{
  	color: #002851;
	background-color : #FDEAD8 ;
  	font-family: Helvetica;
	font-size	:	12px ;
  	scrollbar-base-color:#A20A0A; 
	scrollbar-track-color: #F9DABE ;
  	scrollbar-arrow-color:#F9DABE ;
  	scrollbar-highlight-color:#FCA85D;
}
/* Hauptschriftart */
td
{
	font-size	:	12px ;
	font-family : Helvetica ;
	color : #000033;
}

/* Abstände für den Text */
td.content
{
	background-color : #F9DABE ;
	margin : 5px ;
	padding: 5px;
}

/* Überschrift für die Seiten */
.headline
{
	font-size : 150%;
	font-weight: bold; 
} 

/* Links */
a
{
	color : #000033;
	text-decoration : underline ;
}

td.header
{
	background-color : #A20A0A ;
}

td.left
{
	background-color : white ;
}

td.menu
{
	background-color : #F9DABE ;
}

.menuRed
{
	background-color : #A20A0A ;
	color : #FBB46C ;
	text-decoration : none ;
	font-weight : bold ;
	font-size : 120% ;
}

.menuOther
{
	background-color :  #F9DABE;
	color : #A20A0A ;
	text-decoration : none ;
	font-weight : bold ;
	font-size : 15px ;
}

li
{
	list-style-type: square ;  
}
