body {
	font-family : Verdana, Arial, Helvetica;
	font-size:10pt;
	background-color: rgba(255,255,255,0.65);
}

h2 {
    font-family: 'Lucida Sans Unicode', 'Helvetica', 'sans serif';
    font-variant: small-caps;
}

#pcbody {
	display: grid;
	grid-template-rows: 146px auto;
	gap: 0.0em;
	margin: 0px 0px 0px 0px;
	height: 100%;
	border-style: none;
}

//@media (min-width: 45em) {
//	body {
//		grid-template-columns: 1fr;
//		grid-template-rows: 146px auto;
//	}
//}

#header {
	background: #000000;
	background-image: url(bilder/logo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#whitebg {
	background: #000000;
	background-image: url(bilder/aa0_bg.jpg);
	background-size: cover;
}

#whitebody {
	background-color: rgba(255,255,255,0.1);
	margin: 0 auto 0 auto;
	width: 1024px;
//	width: 500px;
	height: 100%;
	top:0px;
	overflow: hidden;
	position: relative;
}

.embed-container {
	position:absolute;
	top: 0px;
	left: 124px;
	width:898px;
	bottom: 0px;
	overflow: hidden;
	z-index:1;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cssmenu {
	position:absolute;
	top: 120px;
}

.cssmenu ul{
    padding: 0px 1px;
    margin-left: 2px;
    margin-top: 4px;
    margin-bottom: 0;
//    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    font: bold 16px Lucida Sans Unicode, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    list-style-type: none;
    text-align: left;
}

.cssmenu>ul>li{
	position:relative;
}

.cssmenu li{
	margin-bottom: 10px;
}

.cssmenu li a{
    cursor:pointer;
    display: block;
    width: 100px;
    text-decoration: none;
    padding: 2px 7px;
    margin-right: 5px;
    color: white;
    border:1px solid gray;
    border-radius: 8px; /*w3c border radius*/
    box-shadow: 2px 2px 3px rgba(0,0,0,.5); /* w3c box shadow */
    -moz-border-radius: 8px; /* mozilla border radius */
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.5); /* mozilla box shadow */
    -webkit-border-radius: 8px; /* webkit border radius */
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5); /* webkit box shadow */
    background: #404040 url(bilder/overlay.png) repeat-x 0 -110px;
}

.cssmenu li a:hover{
	background: #0000C0 url(bilder/overlay.png) repeat-x 0 -110px; /* blau */
}

.cssmenu li a:active{
	color: #646464; /* dunkelgrau */
}

#act a{
	color: black;
	background: #B89816 url(bilder/overlay.png) repeat-x 0 -110px; /* blau */
}
