body {
	font-family: "Times New Roman", Times, serif;
	background-image: url(../bilder/bg.gif);
	text-align:center;
}

td {
	font-family: "Times New Roman", Times, serif;
	padding:3px;
}

th {
	font-family: "Times New Roman", Times, serif;
}

table#maintable {
	width: 700px;
	margin: auto;
}

td#header {
	background-image:url(../bilder/top.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	border-color: #000000;
	border-width: 3px;
	border-style: solid;
	background-color: #207DC3;
	height: 80px;
}

a:visited, a:hover, a:link, a:active {
	color:#000000;
	text-decoration: none;
}

td.menuitem, td.leftmenuitem{
	border-color: #000000;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 3px;
	text-align: center;
	background-color: #EEEEEE;
	padding:0px;
}

td.leftmenuitem {
	border-left-style: solid;
}

td.menuitem a, td.leftmenuitem a {
	display: block;
	width:140px;
	margin:0px;
	padding:3px;
}

td.menuitem a:hover, td.leftmenuitem a:hover {
	background-color: orange;
}

td#impressum {
	border-right-style:solid;
}

td#content {
	border-color: #000000;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 3px;
	padding: 20px;
	vertical-align: top;
	background-color: #E5E5D9;
}

td#activemenuitemtop{
	border-bottom-style: none;
	background-color: #E5E5D9;
	}

td#activemenuitemleft{
	border-right-style: none;
	background-color: #E5E5D9;
	margin:0px;
	padding:3px;
	}

td#activemenuitemproducts{
	background-color: #E5E5D9;
	}

td#leftmenutable {
 height:100%;
 padding:0px;
}

td#emptycell {
	border-width:3px;
	border-right-style: solid;
	border-color: #000000;
	height: 100%;
    }

.underline {
	text-decoration: underline;
}