html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a img{
	border:none;
    outline:none	
}

#slideit {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2000;
}
#wrapper {
	position: fixed;
	padding: 15px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 5000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#page {
	width: 100%;
	height: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#content {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 252px;
	margin-left: -126px;
	margin-top: -126px;
}
#logo {
	width: 212px;
	height: 212px;
	margin: 0 auto;
}

#bildung {
	float: left;
	width: 126px;
	height: 30px;
	margin-top: 60px;

}

#blog {
	float: right;
	width: 126px;
	height: 30px;
	margin-top: 60px;
}

#produkte {
	float: left;
	width: 126px;
	height: 30px;
	margin-top: 20px;
	}

#netzwerk {
	float: right;
	width: 126px;
	height: 30px;
	margin-top: 20px;
	}


#konzept {
	width: 106px;
	height: 30px;
	position: fixed;
	left: 50%;
	margin-left: -53px;
	margin-top: -53px;
	bottom: 4%;
}
