
/*
Colors

black 	#bcb950
gold	#9d9c9c
blau	#2486ac
*/


@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,700');

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
    height: 100%;
	background: #000;
	font-family: 'Vollkorn', serif;
	font-size: 17px;
	line-height: 20px;
	color: #bcb950;
}

div {
	background-color: #FFF;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -350px;
	width: 300px;
	height: 300px;
	background:url(../img/Pikholz_Logo_375x375.png) no-repeat top center;
	padding-top: 380px;
}

h2 {
	border-top: 2px solid #9d9c9c;
	padding: 15px 0 5px 5px;
	margin: 5px 0;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	border-top: 2px solid #9d9c9c;
	padding: 10px 0 5px 5px;
	margin: 5px 0;
}

a {
	color: #2486ac;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
