
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

p {
        color: white;
		margin:0;
        padding:0;
    }

p1 {
        color: white;
		margin:0;
        padding:0;
		font-size: 30px;
		font-weight:bold;
		text-shadow:dimgrey 3px 2px 4px;
		
    }


p2 {
        color: white;
		margin:0;
        padding:0;
		font-size: 10px;
		font-weight:lighter;
		
    }


p3 {
        color: white;
		margin:0;
        padding:0;
		font-size: 20px;
		font-weight:bold;
		text-shadow:dimgrey 3px 2px 4px;
    }


a:link {
    text-decoration: none;
	color: white;
}

a:visited {
    text-decoration: none;
	color: white;
}

a:hover {
    text-decoration: none;
	color: dodgerblue;
}

a:active {
    text-decoration: none;
}



body {
  font-family:"Comic Sans MS",sans-serif;
}

#hintergrund {
  position:absolute;
  width:100%;
  height:100%;
  z-index:1;
}

#scrollbereich {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
  z-index:2;
  
}

#inhaltsboxmakro {
    z-index:1;
    position:absolute;
	bottom: 20%;
	height: 60%;
	width: 100%;
		
}

#inhaltsboxmikro {
    z-index:3;
    position:absolute;
	bottom: 70px;
	height: 150px;
	right: 50px;
	width: 450px;
	background: rgb(0, 0, 0); /* The Fallback */
    background: rgba(0, 0, 0, 0.8); 
	margin:0;
    padding:0;
	box-shadow: 5px -5px 10px black;
	
}


#inhaltsboxmikrogross {
    z-index:3;
    position:absolute;
	bottom: 70px;
	height: 375px;
	right: 50px;
	width: 450px;
	margin:0;
    padding:0;
	box-shadow: 5px -5px 10px black;
	background: rgb(0, 0, 0); /* The Fallback */
    background: rgba(0, 0, 0, 0.8); 
	
}


#textbox {
	position:absolute;
	padding: 20px;
    z-index:2;
}


#navimakro {
	position:absolute;
	z-index:4;
	bottom: 0px;
	width: 100%;
	height: 70px;
	background: rgb(0, 0, 0); /* The Fallback */
    background: rgba(0, 0, 0, 0.8); 
     
}

#navilinksmenu {
	position: absolute;
	float: left;
	z-index:1;
	width: 220px;
	height: 50px;
	left: 25px;
	}




#navirechtsmenu {
	position: absolute;
	padding-top: 20px;
	padding-right: 5px;
	z-index:1;
	width: 360px;
	height: 60px;
	right: 20px;
	
	
	}