body{
    text-align: center;
    background: #000;
}

#startPage{
	width: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	font-family: arial;
}

.links{
margin-top: 90px;
}

.links a{
	color: #27B6DE;
	text-decoration: none;
	font-size: 9px;
}

.startPageText ,.iconText{
	font-size: 10px;
	font-weight: normal;
	color: #B6B6B6;
}
.small{
	font-size: 10px;
	
	color: #B6B6B6;
}
img{
	border: none;
}

.hu a{
	text-decoration: none;
	color: #F1811F;
	font-size: 110px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0px;
}

.en a,.de a{
	text-decoration: none;
	color: #F1811F;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	
}

.en{
	text-align: center;
	width: 300px;
	float: left;
}
.de{
	text-align: center;
	width: 300px;
	float: left;
}