@font-face { font-family: 'Arcon'; src: url('/fonts/Arcon-Regular.otf') format('opentype'); }

.pageContentWrapper{
  position: relative;
  height: 100%;
  top: 0%;/* Height of footer*/
} 
.footer{
    position: absolute;
    bottom: 20px;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    height:10%;
}

table.foot {
	table-layout: fixed;
	font-family: 'Arcon', Sans-serif;
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	text-align: center;
} 
table.start {
	position: absolute;
	table-layout: fixed;
	font-family: 'Arcon', Sans-serif;
	font-size: 35px;
	color: #6C6C6C;
	width: 70%;
	margin-left: 20%;
	top: 45%;
} 
table.ausstel {
	position: absolute;
	table-layout: fixed;
	font-family: 'Arcon', Sans-serif;
	font-size: 35px;
	color: #6C6C6C;
	<!--width: 70%;-->
	<!--margin-left: 20%;-->
	top: 25%;
}
table.bio {
	position: absolute;
    table-layout: fixed;
	font-family: 'Arcon', Sans-serif;
	font-size: 18px;
	color: #6C6C6C;
	line-height: 1.5;
	margin-top: 50px;
	margin-left: 15%;
	width: 70%;
} 

a.big:link {
	font-family: 'Arcon', Sans-serif;
	font-size: 35px;
	color: #6C6C6C;
	text-decoration:none;
}
a.big:visited {color: #6C6C6C;}
a.big:hover {color: #BBBBBB;}
		
a.small:link {
	font-family: 'Arcon', Sans-serif;
	font-size: 18px;
	color: #BBBBBB;
	text-decoration:none;
}
a.small:visited {color: #BBBBBB;}
a.small:hover {color: #6C6C6C;}
