body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
/*	font-family: Microsoft Sans Serif, MS Sans Serif, sans serif; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.content a {
	color: #333333;
	font-family: Verdana, sans-serif;
/*	font-family: Microsoft Sans Serif, MS Sans Serif, sans serif; */
	font-weight: bold;
	font-size: 12px;
}

.dark {
	background-color: #333333;
}

h1 {
	text-align: center;
	height: 75;
	margin: 0px;
	padding: 0px;
	background-image: url("images/titel.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

h1 span {
	display: none;
}

.header {
	background-image: url("images/streep.gif");
	background-position: center 72px;
	background-repeat: repeat-x;
}

.logo {
	background-image: url("images/logo.gif");
	background-position: 15px center;
	background-repeat: no-repeat;
}

.content {
	vertical-align: top;
	background-image: url("images/watermerk.gif");
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
}

.content td {
	font-family: Verdana, sans-serif;
/*	font-family: Microsoft Sans Serif, MS Sans Serif, sans serif; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.menu {
 vertical-align: top;
 
}

a.menuitem {
	display: block;
	padding-left: 20px;
	color: white;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
}

span.menuitem {
	display: block;
	padding-left: 20px;
	color: #DDDDDD;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style: none;
	text-transform: lowercase;
}

a.submenuitem {
	display: block;
	padding-left: 30px;
	color: white;
	font-size: 13px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
}

a.selected {
	background-image: url("images/bullet.gif");
	background-position: 6px center;
	background-repeat: no-repeat;
}

.botcorners {
	vertical-align: bottom;
	background-image: url("images/cornbotright.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.topcorners {
	padding: 0px;
	vertical-align: top;
	background-image: url("images/corntopright.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

.bottom {
	text-align: center;
}

.copyright {
	color: white;
	font-family: Georgia, sans serif;
	font-size: 10px;
}
.copyright a {
	color: white;
	font-family: Verdana, sans serif;
	text-transform: normal;
	text-decoration: none;
}

.form table td.fname {
	vertical-align: top;
}

.bobo a:hover { 
	background-image: url("images/bullet.gif"); 
	background-position: 6px center;
	background-repeat: no-repeat;
} 