﻿@font-face {	/*ACHTUNG! Will so irgendwie noch nicht! 404 auf Schriftdatei*/
	font-family: 'BestHost';
	src:url('fonts/BH_Fonts/EurostileLTStd.otf');
	src:url('fonts/BH_Fonts/EurostileLTStd.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.BH-font {
	font-family: 'BestHost';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}

*{
	padding:0;
	margin:0;
}

@media (max-aspect-ratio: 10/12 ){	/*Portrait*/
	#landscape{
		display: none;
	}
	#portrait{
		display: block;
	}
	
	.w100{
		width:20%;
	}
	.w125{
		width:25%;
	}
	.w75{
		width:15%;
	}
	
}

@media (min-aspect-ratio: 10/12 ) {	/*Landscape*/
	#landscape{
		display: block;
	}
	#portrait{
		display: none;
	}

	.w100{
		width:10%;
	}
	.w125{
		width:12.5%;
	}
	.w75{
		width:7.5%;
	}

}

.headmenu {
	width:100%;
	border-collapse:collapse;
}

.headmenu a{
	color:white;
	text-decoration:none;
}

.headmenu a:visited{
	color:white;
	text-decoration:none;
}

.headmenu a:hover{
	font-weight:bold;
}

.headimg:hover {
	background-color:rgba(1, 149, 159, 0.5);
}

.headimg {
	width:100%;
	cursor:pointer;
}

#LangSelect .headimg {
	padding-top:	2px;
	padding-bottom:	2px;
	margin-bottom:	1px;
}

a, a:hover, a:visited {
	text-decoration:none;
}

