/* 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;
	background-color: #000;
	background-image: url(fireworks_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin:0;
	padding:0;
} 
h1  {
	color: #FF0000;
	font-size: 1.2em;
	margin-left: 15px
}
h2    {
	color: #ff6666;
	font-size: 1em;
	margin-left: 15px
}
h3  { color: #FF1493; font-size: 1.5em; margin-left: 15px }
h6    { color: #fff; font-size: 1em; margin-left: 15px }
b  {
	color: #009900;
	font-size: 16pt;
	font-weight: bolder;
	text-decoration: none
}
p {
	font-size:0.9em;
	margin-left:15px;
	color: #fff
}
li {font-size:0.8em; margin-left:15px;color: #fff}
#inhalt {
	width:60%;
	color: #666666;
	font-size: small;
}
/* hier folgt das wirklich Wichtige ;) */
#menu   {
	background-color: #003;
	position: fixed;
	z-index: 4;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #06f;
	color: #06f;
}
#menuliste {
	position:absolute;
	top: 82px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	color: #0066FF;
}
body>#inhalt { /* wird von allen Browsern au?er IE unterst?tzt */
	position:relative;
	height: 100%;
	padding-bottom: 100px;
	z-index: 2;
	margin-bottom: 100px;
}
body>#rahmen  {
	position: static;
	margin-top: 10px;
	padding-top: 100px;
	height: auto;
	padding-bottom: 50px;
}
a:link   {
	color: #CC0000;
	font-size: 1em;
	font-weight: bolder;
	text-decoration: none
}
a:visited  {
	color: #CC0000;
	font-size: 1em;
	font-weight: bolder;
	text-decoration: none
}
a:hover { color: yellow ; font-size: 1em; }
a:active  { color: white; font-size: 1em; font-weight: bolder; }

td  { padding: 10px 12px 0}
.style1 {font-size: medium}
.Left       { color: #00ffff; background-position: 0 0; position: fixed; top: 187px; left: 0; width: 150px; height: 600px }
.Right { color: #00ffff; background-position: 0 0; position: fixed; top: 187px; right: 40px; width: 70px; height: 600px }
.Bottom {
	color: #0066FF;
	background-color: #003;
	background-position: 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-top: 2pt solid #06f
}
#Foot {
	position:absolute;
	bottom: 50px;
}

