body {
	margin: 0;
	padding: 0;
	background-color: #ffc300;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

img {
	behavior: url("/_js/pngbehavior.htc");
	border: none;
}

h1 {
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	margin: 26px 0 17px 0;
}

h2 {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	margin: 17px 0 9px 0;
}

p {
	margin: 0 0 10px 0;
}

ul {
	margin: 0;
	padding: 0 0 0 15px;
}

ul li {
	padding: 0 0 0 0;
	list-style: outside;
}

a,
a:visited {
	color: black;
	text-decoration: none;
	border: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

div.info a {
	color: #cb1010;
}

input,
textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 2px 3px 2px 3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #837341;
	border-left-color: #837341;
	border-bottom-color: #b6a057;
	border-right-color: #b6a057;
	background-color: #fae6a4;
}


div.aktiv {
	border: 1px solid black;
}

#anzeige {
	margin-top: -300px;
	margin-left: -450px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
}

#anzeige #rahmen {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}




/* @group Menue */

#menue {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 600px;
	width: 160px;
}

#menuePunkte {
	position: absolute;
	z-index: 42;
	top: 0;
	left: 0;
}

#menueHintergrund {
	position: absolute;
	z-index: 41;
	top: 0;
	left: 0;
}

#menueLink {
	position: absolute;
	z-index: 40;
	left: 40px;
	top: 450px;
}

#menue img {
	display: block;
}

/* @end */

/* @group Formular */

table.formular {
	
}

input.required {
	background-color: #ffffff;
}

/* @end */