/**
 * Style sheet layout_base
 */
.clear
{
	height:0.1px;
	overflow:hidden;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

.invisible
{
	width:0px;
	height:0px;
	position:absolute;
	left:-1000px;
	top:-1000px;
	overflow:hidden;
	display:inline;
}

body
{
	margin:0px;
	text-align:center;
}

#bodyBackground
{
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
	overflow:hidden;
}

#sitecontainer
{
	width:800px;
	top:50px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}

#logocontainer, #sublogocontainer, #menucontainer
{
	height:35px;
	border-bottom:1px solid #e9e9e9;
	line-height:0px;
	white-space:nowrap;
}

#subnavicontainer .inside
{
	height:35px;
	line-height:0em;
	white-space:nowrap;
}

#logocontainer a:hover, #sublogocontainer a:hover
{
	border:0px;
}

#menucontainer, #subnavicontainer .inside
{
	line-height:1em;
}

#menucontainer table, #subnavicontainer table
{
	width:100%;
	height:100%;
}

#menucontainer td, #subnavicontainer td
{
	text-align:right;
	vertical-align:middle;
}

#contentcontainer
{
	width:800px;
	height:400px;
	position:relative;
}

#contentbackground
{
	background-color:#fff;
	position:absolute;
	height:400px;
	width:800px;
	opacity:0.70;
	filter:alpha(opacity=70);
}

#content
{
	height:100%;
	position:absolute;
	display:inline;
}

#footer .inner
{
	padding-top:5px;
}

.mod_sublevel_navi
{
	width:100%;
	margin-top:10px;
}

.mod_sublevel_navi .prevlink
{
	padding-right:35px;
}

.mod_sublevel_navi .nexlink
{
	padding-right:35px;
}
