* {
	padding: 0;
	margin: 0;
	font-family: verdana;
	color: #264049;
}

body {
	background-color: #264049;
}

a:link, a:visited {
	text-decoration: none;
	color: #264049;
}

a:hover {
	color: #a70707;
}

#main {
	background-color: #fff;
	margin: 100px auto 0 auto;
	width: 800px;
	padding-bottom: 20px;
}

#header {
	background: url(../images/main/header_bg.png);
	width: 800px;
	height: 228px;
}

#header #logo {
	position: relative;
	background: url(../images/main/logo2.png) no-repeat;
	margin-left: 370px;
	width: 371px;
	height: 93px;
	top: 70px;

}

#header #navi {
	font-size: 13px;
	position: absolute;
	margin: 30px 0 0 50px;
}

#navi #box_top {
	background: url(../images/main/box_top.png);
	width: 201px;
	height: 11px;
}

#navi #box_left {
	float: left;
	background: url(../images/main/box_left.png);
	width: 11px;
}

#navi #box_right {
	float: right;
	background: url(../images/main/box_right.png);
	width: 11px;
}

#navi #box_bottom {
	background: url(../images/main/box_bottom.png);
	width: 201px;
	height: 11px;
}

.navi {
	height: 145px;
}

#navi_content {
	background-color: #fff;
	position: absolute;
	margin-left: 11px;
	width: 179px;
	height: 145px;
}

#navi_content ul li {
	list-style: none;
	line-height: 35px;
	margin-left: 25px;
}

#login_content {
	font-size: 13px;
	background-color: #fff;
	position: absolute;
	margin-left: 11px;
	margin-top: 40px;
	width: 179px;
	height: 145px;
}

.login {
	height: 185px;
}

#login_content ul li {
	list-style: none;
	line-height: 25px;
	margin-left: 25px;
}

#details_content {
	font-size: 13px;
	background-color: #fff;
	position: absolute;
	margin-top: 10px;
	margin-left: 24px;
	padding: 0;
	width: 160px;
}

.details {
	height: 185px;
}

#details_content ul li {
	list-style: none;
}

.trenner {
	background: url(../images/main/navi_trenner.png);
	width: 116px;
	height: 1px;
}

#content {
	margin-left: 50px;
	margin-top: -40px;
	margin-bottom: 20px;
}

#login {
	float: left;
}

#home {
	width: 390px;
	font-size: 12px;
	margin-left: 50px;
	margin-top: 11px;
	float: left;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	color: #a70707;
}

#blume {
	background: url(../images/main/blume.png);
	width: 66px;
	height: 63px;
	position: absolute;
	margin-left: 260px;
	margin-top: -20px;
}

#member {
	background: url(../images/main/member.png);
	width: 45px;
	height: 38px;
	position: absolute;
	margin-left: 5px;
	margin-top: -35px;
}

#submit_btn {
	border: 1px solid #999;
	background-color: #FFF;
}