a {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.foo {
	font-weight: normal;
}

a.mail {
    font-weight: normal;
}

a.info {
	color: blue;
	font-weight: normal;
}

a.menu {
	color: black;
	font-size: 12px;
	font-weight: bold;
}

a.submenu {
	color: black;
	font-size: 10px;
	font-weight: bold;
}

.menu_active {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.submenu_active {
	color: red;
	font-size: 10px;
	font-weight: bold;
}

a.none:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: white;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
}

table.bg {
    background-image:url(graphics/bg.gif);
	background-repeat:no-repeat;
}

td {
	font-family: Verdana, Arial;
	font-size: 12px;
}

.button {
    	background-color: #2D4686;
    	font-size: 12px;
    	font-weight: bold;
    	color: white;
    	margin: 2px;
    	border: 1px solid black;
}

.field {
	border: 1px solid black;
	font-size: 12px;
	color: black;
}

.spalte {
	background-color: #FF9933;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

.form {
	background-color: #FF9933;
	color: black;
	margin-left: 2px;
	font-weight: bold;
	font-size: 12px;
}
