body {
        height: 100%;
	width: 100%;
        margin: 0px; 
        text-align: center;
	background-color: white;
	font-family: helvetica,arial,sans-serif;
	color: #303030;
}

td.mainmenu, td.mainmenu_aktiv {
	vertical-align: middle;
	padding-left: 30px;
	color: #303030;
	font-weight: bold;
}

td.impressuml {
	vertical-align: top;
	font-size: 0.9em;
}
td.impressumr {
	padding-left: 20px;
	font-size: 0.9em;
}

a {
	color: #303030;
	text-decoration-color: #303030;
}

td.mainmenu a {
	text-decoration: none;
	color: #303030;
}

td.mainmenu a:hover, td.mainmenu_aktiv {
	text-decoration: underline;
	text-decoration-color: #b2c837;
	text-decoration-thickness: 3px;
}

div.welcome_bold {
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}
div.welcome_norm {
	text-align: left;
	color: white;
	font-weight: normal;
	font-size: 1.5em;
}

p, ul {
	font-size: 0.9em;
	line-height: 1.5;
}

ul { margin-left: 0px; padding-left: 20px; list-style-type: circle; }

h4 { color: #303030; font-size: 1.2em; }
