body {
	background-color: black;
	font-family: sans-serif;
	background-image: url(HIDDEN-logo/logoheads.gif);
	background-position: top;
	margin-left: 15%; /*330px;*/
	margin-right: 15%;
	margin-top: 190px;
	margin-bottom: 5%;
	background-repeat: no-repeat;
	color: white;
}
a {color:#99ccff;}
.update {color:#666666;
          text-align:right;
          font-size:xx-small;} 
.listen {position:fixed;
          top:92px;
          left:98px;
          width:79px;
          text-align:center;
          /*background-color:333333;*/}

.sidebar { position:absolute; left:1ex; top:400px }
.sidebar > a,
.sidebar > em { } /*{ display:block }*/ /* again an M$ compliant hack -- sorry folks*/

.sidebar > a:link {color:#99ccff; background-color:black} 
.sidebar > a:hover {color:black; background-color:#99ccff} 

.sidebar > em,
.menu > em { font-style:normal; font-weight:bold;}
.sidebar > a,
.menu > a { text-decoration:none; }

.menu { text-align:center;
        white-space:nowrap;
        margin:0% 10% 0%; //oben,rechts/links,unten
      }
.menu > a:before {content:"["; text-decoration:none; color:white;}
.menu > a:after {content:"] ";  text-decoration:none; color:white;}
.menu > em:before {content:"["; text-decoration:none; color:white;}
.menu > em:after {content:"] ";  text-decoration:none; color:white;}

.content,
.documentContent {
	padding: 1ex;
}

.content {
	background-color: white;
	//background-image: url("HIDDEN-bilder/rausch.gif");
	background-repeat: repeat;
	color: black;
}

.documentContent {
	background-color: black;
	color: white;
        text-align:justify;
}

.content > h1 { margin-bottom:0.5ex; padding-bottom:0}
.content > .abstract { margin-top:0; padding-top:0 }

.contentblock {
	border-style: solid;
	border-color: black;
	color: White;
	background-color: black;
	margin-bottom: 1ex;
	padding: 4px 6px 4px 6px;
}

.content > .abstract { font-style:italic; margin-bottom:4ex }

.staticNavigation > a,
.staticNavigation > a { background-color:black; padding: 0.2ex; text-decoration:none; font-weight:bold;}

.justThis { color:#202020; font-size:xx-small }
.more,
.justThis { font-size:smaller; text-decoration:none }

.mtime { text-align:right; font-size:xx-small; color:#999999 }

.contentHeadFoot { padding:2ex }
