body {
	background: #98c785;
}
#kasten {
	width: 783px;
	background: White url(pics/hintergrund.gif) repeat-y;
	margin: 20px auto;
	border-bottom: 1px solid #555555;
}
#header {
	background: White url(pics/header.gif) no-repeat;
	height: 38px;
}
/* Sprachen */
#sprache div {
  float: left;
  margin-right: 20px;
}
#klmenu {
	font-size: 0.7em;
	text-align: right;
	margin-right: 10px;
	margin-top: 12px;
	float: right;
	width: 250px;
}
#klmenu a {
	color: Black;
	font-weight: normal;
}
#logo {
	margin-left: -35px;
	margin-top: -17px;
}
#logobild {
	width: 849px;
	height: 175px;
}
#textkasten {
	margin-top: 20px;
}
#menu {
	margin-left: 5px;
	width: 130px;
	float: left;
}
#menu a {
  font-style: italic;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu .ebene1 .off {
	background: url(pics/rauten_menu_off.gif) no-repeat 0 -0.2em;
	padding-left: 10px;
}
#menu .ebene1 li {
	padding-bottom: 10px;
}
#menu .ebene1 .off a {
	color: #607b69;
}
#menu .ebene1 .on {
	background: url(pics/raute_menu.gif) no-repeat 0 0.4em;
	padding-left: 10px;
}
#menu .ebene2 li {
	padding-bottom: 0;
}
#menu .ebene2 a {
	font-size: 0.8em;
	font-weight: normal;
}
#menu .ebene2 .off a {
	color: Black;
}
#menu .ebene2 .off {
	background: url(pics/raute_menu2.gif) no-repeat 0 0.4em;
}
#menu .ebene2 .on {
	background: url(pics/raute_menu2on.gif) no-repeat 0 0.4em;
}
#contain {
	width: 468px;
	float: left;
	margin-left: 18px;
	margin-right: 18px;
}
#boxen {
	width: 135px;
	float: left;
}
#box {
	border: 1px solid #d4e5da;
	padding: 5px;
}
#box h1 {
	font-size: 1em;
	text-align: center;
	padding-left: 0;
	padding-top: 0;
	background: none;
}
#borduere {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
}
#unten {
	background: url(pics/borduere.gif) no-repeat center;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted gray;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: gray;
  padding-left: 5px;
  padding-right: 5px;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
#nurdruck {
 display: none;
}

a.de {
  background: url(pics/deutsch.gif) no-repeat;
  font-size: 1px;
  padding-left: 25px;
  padding-bottom: 25px;
  color: #98c785;
}
a.en {
  background: url(pics/englisch.gif) no-repeat;
  font-size: 1px;
  padding-left: 25px;
  padding-bottom: 25px;
  color: #98c785;
}
a.de_by {
  background: url(pics/bayerisch.gif) no-repeat;
  color: #98c785;
  font-size: 1px;
  padding-left: 25px;
  padding-bottom: 25px;
}
h2.unauffaellig {
  color: black;
  border-bottom: none;
}
.preis {
  float: right;
  font-weight: bold;
  color: green;
  font-size: 1.1em;
}

