* {
padding: 0px;
margin: 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-align:center;
	background: url(bg.jpg);
}

/* ------------------------------------------ Positionierungen ---------------------------------- */

#wrap {
	width: 900px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px #000 solid;
	text-align:left;
	background: url(bg_wrap.jpg) repeat-y;
}


#menu {
	border-top: 1px #000 solid;
	float:left;
	width: 160px;
  	min-height:400px;
  	height:auto !important;
  	height:400px;
	font-size:1.1em;
}

#head {
	float: left;
	background-color:#FAF99F;
	background-image:url(header.jpg);
	width: 100%;
	height: 250px;
	text-align: right;
}

#content {
	line-height: 1.5em; /* to avoid the peekaboo bug */
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	float: left;
	width: 574px;
  	min-height:500px;
  	height:auto !important;
  	height:500px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	/*background: url(bg_gelb.jpg);*/
	background-color:#fffecc;
}

#rightbox {
	float: left;
	border-top: 1px #000 solid;
	width: 129px;
  	height:auto !important;
	height: 500px;
	min-height: 500px;
}

#footer {
	border-top: 1px #000 solid;
	padding-top: 4px;
	text-align: center;
	color:#000000;
	float: left;
	width: 900px;
	height: 20px;
	background-color:/*#F99734;*/#F99734;
	color: #000;
}


/* --------------------------- allgemeine Tag-Formatierungen -----------------------------  */

p {
	margin-top: 2%;
}
/* Menü zum Aufklappen */
.klapp, .klapp li ul{
	list-style-type: none;
	margin: 0;
	margin-left:6px;
	padding: 0;
	width: 145px;
	border: 1px solid black;
	margin-top: 18px;
}

.klapp li{
	position: relative;
	line-height:18px;
}

.klapp li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	display: block;
	padding: 3px;
	text-decoration: none;
	height: 21px;
	line-height:20px;
	padding-left: 6px;
	background:url(button_1.jpg) repeat-x bottom left;
	width: auto;
}

.klapp li a:link {
	color: #000000;
	text-decoration:none;
}

.klapp li a:visited {
	color: #000000;
	text-decoration:none;
}

.klapp li a:hover, a:active {
	color: #000000;
	text-decoration:none;
	background:url(button_2.jpg) repeat-x;
}

.klapp li ul{ /*Untermenüpunkte*/
	position: absolute;
	width: 180px;
	left: 0;
	top: 0;
	display: none;
	margin-left:0px;
	margin-top:-1px;
}

.klapp li ul li{
	float: left;
}

.klapp li ul a{
	width: 171px; 
	/* 9-10 px kleiner als li ul */
}


.klapp .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(arrow.gif) no-repeat center right;
}

/* Abweichende Untermenüpunkte */
.klapp .menufortbildungen {
	width: 350px;
}

.klapp .menufortbildungen a {
	width: 341px;
}

.klapp .menuprojekte {
	width: 250px;
}

.klapp .menuprojekte a {
	width: 241px;
}

.klapp .menuueberuns {
	width: 160px;
}

.klapp .menuueberuns a {
	width: 151px;
}

/* Pfadangabe */
#pfadangabe {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0,6em;
	font-weight: bold;
}	

#content #pfadangabe a:link {
    color:#000066;
	text-decoration: none;
}

#content #pfadangabe a:visited {
	color: #000066;
}

#content #pfadangabe a:hover, a:active {
	text-decoration:underline;
}

/* Holly Hack for IE \*/
* html .klapp li { float: left; height: 1%; }
* html .klapp li a { height: 1%; }

/* Markierung des aktuellen Menüpunktes */
/*.current {
	font-weight: bold;
}*/

/* Überschriften im Menü */
#menu h2 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 2px;
}

#menu h3 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 2px;
}

/* Überschriften im Content */
#content h1 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	line-height: 20px;
	margin-bottom: 3px;
}

#content h2 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	margin-bottom: 3px;
}

#content h3 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.15em;
	font-size: 1.3em;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

#content h4 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 5px;
	border-bottom: dashed 1px;	
	margin-bottom: 3px;
}

/* Links im Content */
#content a {
	/* */
}

#content a:link {
    color: #0000FF;
	text-decoration: none;
}

#content a:visited {
	color: #0000FF;
	text-decoration: none;
}

#content a:hover, a:active {
	text-decoration:underline;
}

/* Verweise innerhalb eines Dokuments */
a.verweis {
	text-decoration: underline;
	color: black;
	padding-left: 20px;
}

/* Sonstige Formatierungen im Content */
#content img {
	border: 1px solid #F99734;
	float:right;
	margin:10px;
	margin-top: 20px;
}

#content ul {
	margin-top: 20px;	
}

#content li {
	margin-left: 30px;
	font-size: 1.1em;
	line-height: 1.25em;
	margin-bottom: 5px;
}

#content p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#content hr {
	background-color: #000;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -11px;
}

/* Formatierung der Rightbox */
#rightbox {
	padding: 5px;
}

#rightbox p {
	color: #000000;
	padding-top: 5px;
	margin-left: 2px;
}

#righbox h1, h2, h3 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#righbox a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
#rightbox img  {
	border: none;
}

#rightbox ul {
	margin-left: 8px;
}

#rightbox ul li {
	list-style-type:none;
}

/* Formatierung des Footers */
#footer a:link {
	color: #000000;
}

#footer a:hover {
	color: #000000;
}

#footer a:visited {
	color: #000000;
}

/* -------------------------------- Für das Kontaktformular -------------------------------*/

.kontakt table {
	margin-left: 10px;
	margin-top: 10px;
}

.kontakt tr {
	margin-bottom: 5px;
	margin-top: 5px;
}

.kontakt td {
	padding-right: 10px;
}

.kontakt input, textarea {
	border: solid #F99734 thin;
	padding: 3px 5px;
}

/* ---------------------------------- allgemeine Klassen --------------------------------- */ 
.zeilenabstand {
	font-size: 1.1em;
	line-height: 1.5em;
}

/* -------------------------------- Altes ------------------------------------- /*


/* für das alte Menü 
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	display: block;
	padding: 2px;
	text-decoration: none;
	height: 21px;
	line-height:20px;
	padding-left: 5px;
	background-image:url(button_active.jpg);
}

#menu a:link {
	color: #000000;
	text-decoration:none;
}

#menu a:visited {
	color: #000000;
	text-decoration:none;
}

#menu a:hover, a:active {
	color: #000000;
	text-decoration:none;
	background-image:url(button_hover.jpg);
}

#menu ul {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	color:#000000;
	margin-bottom: 10px;
	list-style: none;
	margin-top: 20px;
}

#menu ul li {
	margin-top: 4px;
	line-height:18px;
}


.pop {
	margin-left: 10px;
	padding-left: -10px;
	list-style-image: url(pfeil.png);
}


#menu ul ul {
	padding-left: 0px;
	padding-top: 0;
	padding-right:0px;
	margin-top: 0;
}

#menu ul ul li a{
	line-height: 15px;
	padding-left: 5px;
}
Ende altes Menü */
