html, body
 {
 	width: 100%;
 	height: 100%;
 	padding: 0px;
 	margin: 0px;
 	font-family: 'Bitter', sans-serif;
 	font-weight: 400;
 	font-size: 90%;
 	overflow: hidden;  
 }

a:link {
color:black;
}

a {
color:black;
}

div#header
 {
 	top: 0px;
	height: 83px;
	width: 360px;
	margin: 0px auto;
	clear: left;
 }


div#a1 
{
	position: relative;
	top: 30px;
	margin-left: 0px;
	float: left;
}

div#a1 a { 
	background-image:url(../gfx/sprite.png);
	width: 64px;
    height: 83px;
    display: block;
    background-position: -320px 0px; 
}

div#a1 a:hover {
    background-position: 0px 0px;
}

div#a2 
{
	position: relative;
	top: 30px;
	margin-left: 10px;
	float: left;
}

div#a2 a {
	background-image:url(../gfx/sprite.png);
	width:  64px;
    height: 83px;
    display: block;
    background-position: -384px 0px; 
}

div#a2	a:hover {
    background-position: -64px 0px;
}

div#a3 
{
	position: relative;
	top: 30px;
	margin-left: 10px;
	float: left;
}

div#a3 a {
	background-image:url(../gfx/sprite.png);
	width:  64px;
    height: 83px;
    display: block;
    background-position: -448px 0px;
}

div#a3	a:hover {
    background-position: -128px 0px;
}

div#a4 
{
	position: relative;
	top: 30px;
	margin-left: 10px;
	float: left;
}

div#a4 a {
	background-image:url(../gfx/sprite.png);
	width:  64px;
    height: 83px;
    display: block;
    background-position: -512px 0px;
}

div#a4	a:hover {
    background-position: -192px 0px;
}

div#a5 
{
	position: relative;
	top: 30px;
	margin-left: 10px;
	float: left;
}

div#a5 a {
	background-image:url(../gfx/sprite.png);
	width:  64px;
    height: 83px;
    display: block;
    background-position: -576px 0px;
}

div#a5	a:hover {
    background-position: -256px 0px;
}

div#container{
	position: absolute;
	width: 100%;
	max-height: 100vh;
	bottom: 30px;
	top: 143px;
	overflow: auto;	 	
}

div#content{
	top: 0;
	left: 0;
	padding-top: 0px;
margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

div#vw{
	max-width: 50vw;
	min-width: 500px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 120px;
	padding-top: 38px;
	margin: 0 auto;
}

.top{
	width: 100%;
	margin-top: 0px;
	font-weight: 700;
    display: block; 

}

.title{
	width: 100%;
	margin-top: 80px;
	font-weight: 700;
    display: block; 

}

.media {
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border:none;
}

.fotorahmen{
	height: 140px;
	width: 140px;
	float:left;
	}

.foto{
 	padding: 0; 
 	margin: 0;
 }
 
 .rahmen{
	 left:0px;
	 top:0px;
	 border: 0px solid black;
	 width: 120px;
	 height: 120px;
 }
 
 .videorahmen{
	position:relative;
	height: 450px;
	width: 800px;
	margin-bottom: 20px;
	float:left;
	}

.video{
 	padding: 0; 
 	margin-right: 20px;
 }
 
.expstickybar{
 	font-family: 'Bitter', sans-serif;
 	font-weight: 400;
	position:fixed;
	padding: 5px;
	right:0; /*horizontally center bar in window*/
	left:0; /*horizontally center bar in window*/
	visibility:hidden;
	background: white;
	z-index: 10000;
	width:auto; /*set width of bar to width of entire window*/
}

.expstickybar a{
}

#footer{
	text-align:center;
	color: #999999;
}

.loading-bar {
	padding: 10px 20px;
	display: block;
	text-align: center;
	box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin: 20px 0;
	font-size: 2em;
	font-family: "museo-sans", sans-serif;
	border: 1px solid #ddd;
	margin-right: 1px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.loading-bar:hover {
	box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05);
}

