@CHARSET "UTF-8";

body {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#content_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#content_headline {
	display: block;
}

#content {
	clear: both;
	display: block;
}

#content_contact {
	clear: both;
	display: block;
	margin: 0px;
}

#headline {
	display: none
}

#button {
	position: absolute;
	top: 0;
	right: 0;
}