
body {
    	color: black;
	background-color:linen;/* #dcdcdc; */
	margin:0px; 
	padding:0px;
	/*background-image:url(hg3.gif); background-repeat:repeat;margin:0px; padding:0px*/
    	font-size: 100.01%;
    	font-family: Helvetica,Arial,sans-serif;
}

h1 {}
  
h2 {font-size:1.1em;}

h3 { }

p{ font-size:0.8em;font-weight:bold;}

a:link{text-decoration: none;}
a:visited {text-decoration: none;}

table {  
	background-color:white;
	bordercolor=white;
	border:none;
	border-spacing:0px;
	border-width:0px;
	border-style:none;
	cellspacing:0;
	cellpadding:0;
	padding:0;
	width:48em;
}

/************** Format des †berschriftenfeld **************/
tr.headline{  
	background-color:771188; /*purple;violet;#CC44EE*/
	text-align:left;
	vertical-align:bottom;	
	padding-left:1em;
	
}

/**************** Format der †berschrift ****************/
h1.fontheadline{  
	font-size:1.5em;
	color:white;	
}

/******************** Content (Hauptfenster)******************/
td.content{  
	padding-left:1em;
	padding-right:1em;

}

/******************** Info (Rechtes Fenster)******************/
td.info{  
	font-size:0.5em;
	font-weight:normal;
	vertical-align:bottom;	

	
}

/******************** Footer (Unteres Fenster)******************/
td.footer{ }


/*************************** Menu ***************************/
/* Die Tabelle ist 48 em breit. */
/* Bei 6 Spalten ist eine Spalte 8 em breit */
/* Schriftgrš§e ist 0,6 em (60%) */
/* Also ist ein Knopf 8em/60% = 13 em breit */

td.menu {
 	width: 17%;
	text-align:center;
	background-color:silver;
	
}
a.menu {	display:table-row;	color:#000;	background-color:silver;	width:13em;
	min-width:13em;
	max-width:13em;	overflow: hidden;	padding:7px;	spacing:0px;	font-size:0.7em;	font-family:Verdana, Arial, sans-serif;	font-weight:bold;	text-decoration:none;	text-align:center;	margin:0px;	border:1px solid dimgray;	border-left-color: white; border-top-color: white;}a.menu:hover {	display:line;	color:#000;	background-color:gray;}

