#main {
	border: 1px solid #007CFF;
	clear: both;
	padding-top: 5em;
	background: url(../bilder/bg/main.gif);
	width: 100%;
	}

#contents {
	padding: 1.5em;
	background: #EDE9CC;
	min-height: 300px;
	color: Black;
	}

#header {
	position: relative;
	width: 100%;
	height: 2em;
	width: 40em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}


#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* 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: 110px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
	font-size: 11px;
	background-color: transparent;
	}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #007CFF;
	border-bottom: none;
	background: url(../bilder/bg/bgbrown.gif);
	padding-bottom: 6px;
	margin-top: 0;
	}

#header ul#primary a {
	background: url(../bilder/bg/bgnorm.gif);
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: url(../bilder/bg/bgbrown.gif);
	padding-bottom: 5px;
	}

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

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

}

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

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

#header ul#secondary li a:active {
	color: Black;
	background: transparent;
	border: none;
	}

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

.border {
	border: 2px solid #FF8000;
}


