body
{
	font-family: Arial;
	background: #f7f9fc;
	min-width: 500px;
}
#content
{
	max-width: 1250px;
	min-width: 200px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}

/* ------------- HEADER ------------- */
#satellite
{
	float: left;
	padding: 0px 40px 0px 0px;
	margin-top: -20px;
	width: 100px;
	
}
#bytewerk
{
	width: 120px;
	margin-right: 5px;
	margin-bottom: -5px;
}
#headline
{
	font-size: 20px;
	line-height: 40px;
	padding: 60px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#headline a
{
	text-decoration: none;
}

/* ------------- ACTUAL CONTENT ------------- */

hr
{
	border: 1px solid #88c3ec;
}

.block, #buttons a
{
	background: white;
	border: 1px solid #e6e6e6;
	float: left;
	padding: 10px;
	margin: 10px;
	min-width: 250px;
	max-width: 500px;
	border-bottom: solid 6px #88c3ec;
}

#about
{
	float: left;
	font-size: 10pt;
	max-width: 300px;
}

#infoblock
{
	float: left;
	font-size: 10pt;
	max-width: 800px;
}

h2
{
	text-align: center;
	font-size: 11pt;
}

#buttons
{
	max-width: 1300px;
	margin-left: 342px;
}
#buttons a
{
	font-size: 20pt;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	color: black;
	opacity: 0.7;
	transition: all .2s cubic-bezier(0.16, 1.4, 0.03, 1.47) 0s;
}
#buttons a:hover
{
	opacity: 1.0;
	transform: scale(1.1);
}
#buttons img
{
	width: 75px;
	height: 75px;
	float: left;
}

/* ------------- FOOTER ------------- */

#footer
{
	margin-left: auto;
	margin-right: auto;
	clear: left;
	padding-top: 50px;
	width: 600px;
	opacity: 0.8;
	text-align: center;
}
#footer a
{
	color: blue;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
