@import "monitor.css";

body, html {
	color: White;
	background-color: White;
	background-image: none;
}

div, h1, h2, h3, p, form, li, input, legend, label {
	color: Black !important;
}

a:link, a:hover, a:visited, a:active {
	text-decoration: underline !important;
	color: Black !important;
	background-color: transparent !important;
	background-image: none !important;
}

#menu ul a, li {
	background-image: none !important;
}

input {
	border: 1px solid Black !important;
}

#inhalt h2 {
	border-bottom: 1px solid black;
}
#info h2 {
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

#kopf .logo_text {
	display: inline !important;
}

#kopf .logo, #kopf .rand {
	display: none;
}