@charset "utf-8";
.topmenu {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.menubutton {
	display: inline;
	float: left;
	height: 50px;
	width: 192px;
}

.logo {
	height: 170px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

@font-face {
    font-family: 'granjonroman';
    src: url('fonts/granjon-webfont.eot');
    src: url('fonts/granjon-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/granjon-webfont.woff') format('woff'),
         url('fonts/granjon-webfont.ttf') format('truetype'),
         url('fonts/granjon-webfont.svg#granjonroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tradegothicregular';
    src: url('fonts/tradegothic-webfont.eot');
    src: url('fonts/tradegothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothic-webfont.woff') format('woff'),
         url('fonts/tradegothic-webfont.ttf') format('truetype'),
         url('fonts/tradegothic-webfont.svg#tradegothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.rights {
	font-family: tradegothicregular;
	font-size: 11px;
	color: #444B5B;
	height: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
