body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 background: #3C3933;
 margin: 0;
 padding: 8px;
 color: #FCF1B3;
}

.clr { 
  font-size: 1pt; /* IE Hack, damit er bei div class="clear" height: 0 (einigermassen) berücksichtigt - Firefox braucht aber != 0! */
  clear:both; 
  height: 0;
}

/* für Startseite */
#startseite a {
	color: #FCF1B3; /* #d2e116; */
	font-weight: bold; 
	text-decoration: none;
}

#startseite a:hover {
	text-decoration: underline;
}

#startseite .bildlegenden {
	font-size: 10pt;
}

#nav {
  margin-top: 8px;
  border-top: solid 1px #FCF1B3;
}

#nav ul { /* all lists */
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
  float: left;
  position: relative;
  width: 200px;
  font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  margin-top: 3px;
  padding-bottom: 3px;
}

#nav ul li a {
  color: #FCF1B3;
  text-decoration: none;
  padding: 0 3px 0 23px;
  background-image: url(pics/ysquare.gif);
  background-repeat: no-repeat;
  background-position: 0 1px;
}

#nav ul li a:hover {
  background-color: #3C3933;
  color: #FCF1B3;
  background-image: url(pics/osquare.jpg);
  background-repeat: no-repeat;
  background-position: 0 1px;
}

#nav ul li a.aktiv {
  background-image: url(pics/osquare.jpg);
  background-repeat: no-repeat;
  background-position: 0 1px;
}


/* Hier war der Stuff fuer die Aufklappmenus */

#space {
  height: 30px;
  border-top: solid 1px #FCF1B3;
}

#specnav {
  font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FCF1B3;
  margin-top: 4px;
  float: right;
}

#specnav a {
  color: #FCF1B3;
  text-decoration: none;
}

#specnav a:hover {
  background-color: #FCF1B3;
  color: #3C3933;
}

td.titel h1 {
  margin: 0px 0 10px 0;
  padding: 0px 10px 10px 30px;
  font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  color: #F29526;
  font-size: 18pt;
}

#subnav {
/*  float: left; */
  margin: -3px 0 0 0;
  padding: 0px 10px 10px 16px;
  width: 260px;
/*  border: 1px solid blue; */
}

#subnav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#subnav ul li a {
  padding: 0 0 0 12px;
  font-weight: normal;
  color: #d2e116;
  text-decoration: none;
  background-image: url(pics/ysquare8.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

#subnav ul li a:hover {
  font-weight: normal;
  color: #d2e116;
  text-decoration: none;
  background-image: url(pics/osquare8.jpg);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

#subnav ul li a.aktiv {
  background-image: url(pics/osquare8.jpg);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

#subnav ul li.sub a {
  background-image: url(pics/ycircle.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

#subnav ul li.sub a:hover {
  background-image: url(pics/ocircle.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

#subnav ul li.sub a.aktiv {
  background-image: url(pics/ocircle.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}


td.trenner {
  border-left: 2px solid #d2e116; */
/* background-image: url(pics/gruen.jpg);	
  background-repeat: repeat-y;
  width: 100px; */
}

#inhalt {
  float: left;
  margin: -3px 0 0 00px;
  padding: 0px 10px 0px 30px;
/*  border-left: 1px solid #d2e116;
  border-left-width: 200px;
  border-left-style: solid; 
  border-left-color: #BFB1AA; */
  position: relative;
}

#inhalt h2 { /* gleich wie h1 Seitentitel */
  margin: 10px 0 10px 0;
  padding: 0px 10px 10px 0px;
  font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  color: #F29526;
  font-size: 18pt;
}

#inhalt a {
  color: #FCF1B3;
  font-weight: bold;
  text-decoration: none;
}

#inhalt a:hover {
  color: #DCD193;
  font-weight: bold;
  text-decoration: underline;
}

#inhalt ul {
  margin: 0 0 0 1.1em;
  padding: 0;
}

.fragen {
  margin: 5px 0 -2px 0;
  text-align: right;
  font-weight: bold;
}

.fragen a {
  text-decoration: none;
  color: #FCF1B3;
}

.fragen a:hover {
  text-decoration: underline;
  color: #FCF1B3;
}


#footer {
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid #FCF1B3;
}

#footer a {
  color: #FCF1B3;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover {
  color: #DCD193;
  text-decoration: underline;
}

#footer h1, #startseite h1 {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: 10 0 10 0;
  font-size: 16pt;
  font-weight: normal;
  color: #F29526;
}

input, select, textarea  {
	border: none;
	background: #FCF1B3;
	font-size: 10pt;
}

input.checkbox {
	background: red;
}

input.submit {
	border: 1px solid #FCF1B3;
	font-weight: bold;
}

input.submit:hover {
	color: #FCF1B3;
	background: #666666;
	border: 1px solid #999999;
	cursor: pointer;
}
