
#normalLink{
	position: relative;
	color: #000000;
	font-size: 12pt;
	text-decoration:underline;
	font-weight: normal;
	text-shadow: black 0px 0px 0px;
	margin-top:0px;
	font-family:verdana;
}

li{
	font-weight: bold;
}

#footer {
}

.mainPage, .page{
	width:auto;
	margin: auto;
	height: auto;
	background-color: #2F2F2F;
	font-family:verdana;
	padding:20px;
}

#placeholder{
  position: absolute;
    width: auto;
    height: auto;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


#bplogo {
	background-image: url(/images/logo_bitpioneers.png);
	background-repeat: no-repeat;
	margin-top: 38px;
  margin-left: 426px;
	position:absolute;
  width: 294px;
  height: 123px;
}

#arrow {
	background-image: url(/images/arrow_right.png);
	background-repeat: no-repeat;
	margin-top: 68px;
  margin-left: 316px;
	position:absolute;
  width: 64px;
  height: 64px;
}


#content
    {
    width: 480px;
    height: 233px;
    margin-left: -240px;
    position: absolute;
    top: -116px;
    left: 50%;
    visibility: visible
    }

#impressum{
	padding-top:20px;
	padding-left:50px;
}

#projekte{
	padding-top:20px;
	padding-left:50px;
}
