@charset "UTF-8";
/* CSS Document */
/* © 2007, BS MediaVision AG | Richard Gehrig */

/* neutralizing browsers built-in stylesheets, http://developer.yahoo.com/yui/reset/ */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* global classes */

html{
	overflow-y: scroll;
}

#main {
	width: 100%;
	height: 100%;
	display: block;
	margin-left: -320px;
}

#header {
	display:none;
}

#subnavi {
	display: none;
}

#meta {
	display: none;
}

#navigation {
	display: none;
}

#footer {
	display: none;
}

table {
	width: 100%;
}