<!--

html {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px helvetica;
	background-color: #a0a0a4;
	color: black;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	width:100%;
}

img {
	border:none;
}

table.container {
	margin:0px;
	padding:0px;
	width:800px;
}

table.container td.logo {
	background: url('images/website/titel.jpg') no-repeat bottom left;
	height: 110px;
  width: 800px;
	background-color: #a0a0a4;
	padding:0px;
	margin:0px;
}

table.container td.logo h1 {
	display:none;
}

table.container td.menu {
	background: url('images/website/menu_bg.gif');
	width: 150px;
	min-width: 150px;
	min-height: 570px;
	height:100%;
	margin: 0px;
	padding: 0px;
	float: left; width: 150px;
	text-align: left;
	vertical-align:top;
}

table.container td.menu table{
	min-height: 570px;
	height:570px;
	background: url('images/website/menu.jpg') no-repeat top left;
	}

table.container td.content {
	background-color: white;
	padding:10px;
	margin:0px;
	width:650px;
	min-height: 570px;
	height:100%;
}


td.header{
	background-color:#a0a0a4;
	height: 20px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
	vertical-align: middle;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

td.footer{
	background-color:#a0a0a4;
	height: 20px;
	vertical-align: middle;
	font-family: verdana;
	font-size: 7px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background: url(images/website/gross_k1.gif) no-repeat;
	text-decoration: none;
	color: #333333;
}

td.message {
	width: 100%;
	height: 100%;
	padding-top: 00px;
	padding-bottom: 10px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

-->
