@charset "iso-8859-1";
#main {
	/* border: 7px solid #f99f53;
	clear: both;
	/* background: #F99f53; */
	/* background-image:url(wallpaper.jpg); */
	/* padding-top: 2em; */
}

#dynloadarea {
    vertical-align:top;
	padding-top:35px;
	padding-bottom:30px;
	text-align:center;
}

#contents {
	min-height: 300px;
	font-size: x-small;
    text-align: right;
	height: 3em;
	vertical-align:middle;
	text-align:center;
    /*padding-top: 10px;
	padding-right: 20px;
	/* Inhaltsfenster */
}

#header {
	position: relative;
	font-size: x-small;
	width: 100%;
	height: 3em;
	width: 35em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 35em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 5px 0;                       /* original 4px */
	margin: 1px 0px 0 0;
	text-align: center;
	font-family: Comic Sans, Arial, Helvetica;
	font-size: 85%;
	text-decoration: none;
	color: #333;
    /* text in den tabs */
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border-bottom: none;
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	padding-bottom: 6px;
	margin-top: 0;
	text-decoration:none;
	/* Rahmen und Hintergrund des aktiven */
}

#header ul#primary a {
	border-bottom: 1px solid;
	/* Rahmen und Hintergrund der nicht aktiven */
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #fbb671;
	padding-bottom: 6px;
}

/* secondary = Textuntermenü */

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 35em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }
