#header_navigation_top {
	font-family: Calibri;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: fixed;
	right: 15px;
	top: 35px;
	z-index: 99;
}

#header_navigation_top a:link,
#header_navigation_top a:visited,
#header_navigation_top a:active {
	margin: 5px;
	float: left;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	color: #110e0e;
	background-color: #d3cbc7;
	border: solid 1px #afafaf;
	padding: 5px;
	padding-right: 10px;
	letter-spacing: 0.5px;
}

#header_navigation_top a:hover{
	color: #d3cbc7;
	background-color: #110e0e;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.navigation_icon{
	margin-top: 2px;
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#header_box{
	background-color: #e7e0da;
	border: solid 1px #afafaf;	
	margin: 10px;
	padding: 10px;
}

#scroll{
	font-size: 11px;
	line-height: 1.5;
	padding: 5px;
	padding-top: 0px;
	text-align: justify;
}

#h_left{
	float: left;
	width: 438px;
}

#h_mid{
	float: left;
	width: 110px;
	text-align: center;
}

#h_right{
	float: left;
	width: 410px;
}

.header_content{
 
	background-color: #d0cac3;
	border: solid 1px #afafaf;
	padding: 5px;
	overflow: hidden;
}

.teambild{
	border: solid 1px #afafaf; margin-bottom: 5px;
}

.nav_step{
	margin: 2.5px;
	background-color: #e1dad2;
	border: solid 1px #afafaf;
}

#fay_header{
	background-image:url(../../../images/01/fay_header.gif);
	width: 82px;
	height: 69px;
	border: solid 1px #afafaf;
	margin: auto;
	margin-bottom: 5px;
}

#sadie_header{
	background-image:url(../../../images/01/sadie_header.gif);
	width: 82px;
	height: 69px;
	border: solid 1px #afafaf;
	margin: auto;
	margin-bottom: 5px;
}

#alex_header{
	background-image:url(../../../images/01/alex_header.gif);
	width: 82px;
	height: 69px;	
	margin: auto;
	border: solid 1px #afafaf;
}

.gast_team_header{
	width: 82px;
	height: 69px;	
	margin: auto;
	border: solid 1px #afafaf;
	background-color: #110e0e;
}

.team{
	width: 70px;
	height: 70px;	
	font-family: Calibri;
	font-size: 10px;
	background-color: #e7e0da;
	padding: 5px;
	border: solid 1px #afafaf;
	margin-right: 2.5px;
	margin-left: 5.5px;
	float: left;
	text-align: center;
}

.hover_team {
    background-color: #e1dad2;
    font-family: Calibri;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
    line-height: 1;
    font-size: 14px;
	width: 70px;
	height: 70px;
}

.hover_team:hover{
	
	opacity: 0.8;
	transition: 0.5s;
}

