@charset "utf-8";

.header {
	width: 800px;
	height: 200px;
	text-align:center;
}

.logo {
	width: 500px;
	height: 200px;
	background-color:#CccccD;
}

.main {
	width: 800px;
	background-color:#fff;
}

h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FB8C41;
	margin: 0px;
}

h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #F19A7A;
	margin: 0px;
}

.bodytext {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#323232;
}
tbody tr .bodytext {
}


.menue {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#323232;
	font-weight:bold;
	text-decoration: none;
}	
