HTML {
	
	margin: auto;
}

BODY {
	margin: auto;
	background-image: url(images/bg_verlauf.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E3EAF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #707070;
}

TABLE {
	background-color: #FFF;
	font-size: 13px;
	color: #707070;
}
.logo {
	background-image: url(images/bglogo.gif);
	height: 111px;
	width: 882px;
	text-align: right;
	vertical-align: top;
}
.topnavi {
	text-align: right;
	color: Gray;
	font-size: 12px;
	padding-right: 10px;
	padding-top: 10px;
}
.topnavi A:LINK, .topnavi A:VISITED {
	color: Gray;
	text-decoration: none;
}
.topnavi A:HOVER {
	color: #FF4500;
}
td.content {
	width: 880px;
	text-align: left;
	height: 466px;
	min-height: 466px;
}
td.leftcontent {
	width:600px;
	padding-right: 10px;
	padding-left: 10px;
	color:#707070;
}
td.rightcontent {
	width: 220px;
	padding-left: 10px;
	padding-top: 30px;
}
.textbox {
	border-left: 1px solid #e5e5e5;
	padding-left: 15px;
}
.red {
	color: #FF4500;
}
.usernavi {
	background-image: url(images/bg_usernavi.jpg);
	background-repeat: no-repeat;
	width: 882px;
	height: 37px;
}

a:LINK.user, a:VISITED.user {
	color: #FFF;
	line-height: 37px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	display: inline;
	border-right: 1px solid gray;
}
A:HOVER.user {
	/* color: #FF4500; */
	color:#FFFFFF;
}
td.button {
	height: 36px;
}
td.button img {
	text-align: right;
	margin-right: 75px;
	height: 36px;
}
.bottomnavi{
	color: Gray;
	background-image: url(images/navi_bottom_bg.gif);
	background-repeat: no-repeat;
	width: 882px;
	height: 53px;
	text-align: left;
	padding-left: 60px;
	font-size: 12px;
}
.bottomnavi A:LINK, .bottomnavi A:VISITED {
	color: Gray;
	text-decoration: none;
}
.bottomnavi A:HOVER {
	color: #FF4500;
}
H1 {
	font-size: 18px;
	color: #707070;
	font-weight: normal;
}
H2 {
	font-size: 16px;
	color: #707070;
	font-weight: normal;
}