/* CSS-Datei style.css */
BODY {

	font-family: 'Orienta';
	color: #3B73B7;
	background-color: #2C5888;
    font-size: 16px;
	font-weight: 400;
	height: 100%;
	width: 100%;
	text-align: right;
	
}

@media  (min-width: 1307px) {
	
	BODY {

	}
	
	#completeback {

	}
}

@media (max-height: 875px) and (max-width: 1307px)  {

	BODY {

	
	}
	
	#completeback {

	}
}

@media (min-height: 875px) and (max-width: 1307px)  {

	BODY {

	
	}
	
	#completeback {

	}
}




@font-face {
	/* http://www.google.com/fonts# */
	font-family: "Orienta";
	font-style: normal;
	font-weight: 400; 
	src: url("orienta.woff");
}

#completefiller
{
	background-color: black;
	position: absolute;
	border: 10px solid #3B73B7;
	padding: 20px;
	bottom: 50px;
	right: 50px;
	
}

#completeback 
{
	background: url(back3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;

}
 


a:link 
{
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
