body {
	background-color: #F8E6B8;
	color: #680000;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
}

a {
	color: #680000;
	text-decoration: none;
}

a.sub {
	color: #303030;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
}

td {
	vertical-align: top;
}

h1 {
	margin-bottom: 12px;
	font-size: 9px;
	text-transform: uppercase;
}

h2 {
	margin: 14px 0px 9px;
	font-size: 9px;
}

ol.second {
	margin: 9px 0px;
	list-style: lower-alpha;
} 

#container {
	border: 0px;
	height: 600px;
	width: 645px;
	margin: 0px auto;
	background-color: #FCEED1;
}

.subnavi {
	padding-right: 15px;
	text-align: right;
	height: 19px;
	vertical-align: bottom;
}

.navi {
	height: 17px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
}

.start {
	height: 24px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

.main {
	width: 634px;
	border: 0px;
	margin-left: 5px;
	background-color: #FFFFFF;
}

.content {
	padding: 0px 23px 5px 23px;
	/*background-color: #FFF7E8;*/
}

.footer {
	height: 26px;
	color: #303030;
	text-align: right;
	vertical-align: middle;
}

/* backend */

#login {
	position: absolute;
	top: 200px;
	left: 200px;
	z-index: 10;
}

#backend {
	position: absolute;
	top: 200px;
	left: 100px;
	z-index: 10;
}

#logout {
	position: absolute;
	top: 15px;
	left: 570px;
	z-index: 10;
}

input.login {
	border: 1px solid #A9BDC3;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
}