body         { font-family: Arial, Helvetica; font-size:10pt;background-color:black}
a            { font-family: Arial,Helvetica; font-size:10pt; color:#3040a0; text-decoration: none}
#content tr td {padding: 15px}
.box {
width: 380px;
padding: 10px;
font-size: 100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content .box h3 {margin-bottom: 3px}
.basic {
background: #f5f5f5;
border: 1px solid #e5e5e5;
}
.whitebordered {
background: #eee;
border: 4px solid white;
box-shadow: 0 0 1px rgba(0,0,0, .4);
}
.gradient {
background: #eee;
border: 1px solid #DDD;
background: -moz-linear-gradient(top, #EEE, #FFF);		
background: -webkit-linear-gradient(top, #eee, #fff);
background: -ms-linear-gradient(top, #eee, #fff);
background: -o-linear-gradient(top, #eee, #fff);
box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}
.beveled {
	background: #DDD;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;	
}
.hardShade{
background: #f5f5f5;
border: 1px solid #DDD;
box-shadow: 3px 3px 0px rgba(0,0,0, .2);
}
.apple{
background: #f5f5f5;
border: 1px solid #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 1px 2px 4px rgba(0,0,0,.4);
}
.glas{
-moz-box-shadow: inset 0 0 15px 5px #DDD;
-webkit-box-shadow: inset 0 0 15px 5px #DDDDE5;
box-shadow: inset 0 0 15px 5px #DDD;
border-radius: 40px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
}
.transparentesGlas{
background-color:  rgba(255,255,255, .9);	
-moz-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
-webkit-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
border-radius: 40px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
}
.hinweis {
    background-color: #FDFDEF;
    border: 1px solid #EBE9C5;
    border-radius: 4px ;
}
.alright {
    background-color: #8cff80;
    border: 1px solid #3dcf2d;
    border-radius: 4px ;
}
#hintergrund {
  background-size:contain;
  position:absolute;
  z-index:1;
     width: 100vw;
   height: 100vh;
   display: flex; 
}
#scrollbereich {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
  z-index:2;
}
