/* Formatvorlage: menu.css */
/* Erstellt: 14-08-2004 von Peter Bergner; pb@css-technik.de */
/* Projekt: CSS-Technik - www.css-technik.de */

/* Allgemeine Formatangaben nur fürs Design */
body {font-family: verdana, arial,helvetica,sans-serif;}


/* hier folgt das wirklich Wichtige ;) */

body>#menu { /* wird von allen Browsern außer IE unterstützt */
	position:fixed;
}
#menu {
	left:0;
	top:3; 
font-size:10px;
	width:160px;
	height:15px;
	z-index:4;
}
#menu2 {
	left:0;
	top:100; 
font-size:10px;
	width:160px;
	height:15px;
	z-index:4;
}

body>#inhalt { /* wird von allen Browsern außer IE unterstützt */
	position:static;
}
body>#rahmen { /* wird von allen Browsern außer IE unterstützt */
	padding-top:80px;
}