
body, html, #content, #imagevue {
	height: 100%;
	overflow: auto;
	
}


body {
	background-color: #131313;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Sans-Serif;
	color: #fff;

}

#imagevue {
   min-height: 580px;
   _height: 580px;
}

table.frame-navi {
	width: 100%;
	background: #2B2B2B;
}

td.main-navi-pl {
	width: 14.3%;
	background: #4D4D4D;
}

table.main-navi {
    align: center;
	width: 100%;
}

td.main-navi {
	width: 14.2%;
	background:	#4D4D4D;
    text-align: center;
}

td.main-navi-current {
	width: 14.2%;
    background: #2D2D2D;
    text-align: center;
}

a.navi {
	text-decoration: none;
	color: white;
	font-family: 'Trebuchet MS', Sans-Serif;
	font-size: 0.8em;
}	

table.content {
	width: 100%;
}

td.content-pl {
}

td.content {
    width: 500px;
	text-align: left;
    background: white;
}


