/* Formatvorlage: menu.css */
/* Erstellt: 14-08-2004 von Peter Bergner; pb@css-technik.de */
/* Projekt: CSS-Technik - www.css-technik.de */

#linkmenue {
	left:0;
	top:40;
	width:100%;
	height:20px;
	background: rgb(153,204,255);
	a:link
	{
		font-family: Arial;
		font-size: 8pt;
		color: rgb(255,255,255); 
	}
	a:visited
	{
		font-family: Arial;
		font-size: 8pt;	
		color: rgb(255,255,255); 
	} 
	a:active 
	{
		font-family: Arial;
		font-size: 8pt;	
		color: rgb(255,255,255);
	}
	z-index:4;}
/* hier folgt das wirklich Wichtige ;) */
body {
	height:100%;
	margin:0;  /*margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen*/
} 
	padding:0;
body>#titel { /* wird von allen Browsern außer IE unterstützt */
	position:fixed;
}
#titel {
	left:0;
	top:0;
	width:100%;
	height:40px;
	background: rgb(0,102,153);
	z-index:4;	
}
body>#linkmenue { /* wird von allen Browsern außer IE unterstützt */
	position:static;
}
body>#inhalt { /* wird von allen Browsern außer IE unterstützt */
	padding-top:40px;
}