﻿/* Reset der Browser internen Formattierungen*/
html, body, div, span, applet, object, iframe,
h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset ende*/
.menucontainer{
/*	position: relative;
	margin-left: 200px; /*left:50%; --> zentiert, 1/2 breite abziehen*/;
	width: 800px;
	position: absolute;
/*	top: 50%;
	margin-top: -110px;*/
	left: 50%;
	margin-left: -400px;
	margin-top: 221px;

	z-index: 100;
	height: 70px; /*background-color: #F19D00;*/;
	background-color: #E75F03;
}
.menuleiste {
	text-align: center;
	background: url("bilder/hg-navi.jpg") repeat-x scroll 0 0 transparent;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	/*width: 500px;*/
	height: 35px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
.menuleiste .table {
    display: table;
    margin: 0 auto;
}
.menuleiste .schaltflaeche, .menuleiste .current {
    display: table-cell;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.menuleiste li {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
}
.menuleiste .schaltflaeche a {
	background: url("bilder/hg-navi.jpg") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
	font-family: Verdana;
}
.menuleiste .schaltflaeche a:hover, .menuleiste .schaltflaeche li:hover a {
	background: url("bilder/bg-navi-hover.jpg") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0 0 0 15px;
}
.menuleiste .schaltflaeche a b {
    font-weight: bold;
}
.menuleiste .schaltflaeche a:hover b, .menuleiste .schaltflaeche li:hover a b {
    background: url("bilder/bg-navi-hover.jpg") repeat scroll right top transparent;
    cursor: pointer;
    display: block;
    float: left;
    padding: 0 30px 0 15px;
}
.menuleiste .schaltflaeche_untermenu {
    display: none;
}
.menuleiste table {
    border-collapse: collapse;
    font-size: 1em;
    height: 0;
    margin: -1px;
    width: 500px;
}
.menuleiste .untermenu {
    display: table;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
}
.menuleiste .untermenu_active .current_untermenu a, .menuleiste .untermenu_active a:hover {
	background: none repeat scroll 0 0 transparent;
	color: #FFFFFF;
}
.menuleiste .schaltflaeche *:hover .schaltflaeche_untermenu, .menuleiste .current .show {
    background: url("bilder/hg-sub.gif") repeat scroll 0 0 transparent;
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 800px;
    z-index: 100;
}
.menuleiste .current .show {
    z-index: 10;
}
.menuleiste .schaltflaeche *:hover .untermenu li a, .menuleiste .current .show .untermenu li a {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
	white-space: nowrap;
}
.menuleiste .current .untermenu li.untermenu_show a {
	color: #FFFFFF;
	cursor: default;
}
.menuleiste .schaltflaeche .untermenu li a {
    font-weight: normal;
}
.menuleiste .schaltflaeche *:hover .untermenu li a:hover, .menuleiste .current .untermenu li a:hover {
	color: #FFFF00;
	visibility: visible;
}
