    /* allgemein */

* {

	margin:0;

	padding:0;
         background-color: #FAF5DF;

	}



html {

	height:100%;

	max-height:100%;

	padding:0;

	margin:0;

	border:0;

	font-size:76%;

	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;



/* hide overflow:hidden from IE5/Mac */

/* \*/

overflow: hidden;

/* */ }



.fett {
   	font-weight:bold;
         color: #25A78F;
         background-color: #EADFAA;
}

.tabelle {
	border:0;
	background-color: #EADFAA;
	color: #25A78F;
}
.betragspalte {
	width:100px;
	text-align:right;
}

#data {

         height: 195px;
         width: 300px;
         margin-top: 10px;
	background-color: #EADFAA;
         text-color: #25A78F;
	overflow: auto;
}


td {

 font: 11px Arial, Helvetica, Sans-serif;

 font-weight: normal;

 font-style: normal;

}

body {

 margin: 0;

 margin-top: 20px;

 padding: 0;
 font: 11px Arial, Helvetica, Sans-serif;
 color: #346F8A;
 text-align: center;

}



#box {

 text-align: left;

 margin: 0 auto;

 width: 900px;

 height: 500px;

 background-color:#346F8A ; /* "Rahmen"-Farbe */

}

#box td {

 background-color: #EADFAA;   /* Hintergrund innen */

 vertical-align: top;

}

/* ende allgemein */



/* aufbau */

#linksoben {

 width: 640px;
 height: 250px;
 background-image:url("../bilder/spacer.gif");
 background-repeat:repeat-x;
}

#linksobenbild {
 position:relative;
 width:615px;
 height:180px;
 border:0px;
 margin-left:25px;
 margin-top:50px;
}


#rechtsoben {

 width: 260px;
 height: 250px;
 background-image:url("../bilder/logorechts.gif");
 background-repeat:no-repeat;
}

#leiste {

 width: 900px;
 height: 20px;
 background-image:url("../bilder/leiste.gif");


}
#leistentext {
 color: white;
 margin-left:30px;
 margin-right:30px;
 margin-top:3px;
 background-color: #25A78F;
}

#unten {

 width: 640px;
 height: 250px;
 background-color: #EADFAA;
 text-align:center;

}
#untentext {
 margin-left:250px;
 margin-top:10px;
 width:400;
 height:230;
 background-color: #EADFAA;
 text-align:left;
 color: #25A78F;
}



/* horizentales menue */
#hList{
	padding-left:20px;
         font: 10px verdana;
         background-color:#25A78F;
}
#hList ul {
	margin: 0px;
	padding: 0px;
 background-color:#25A78F;
	}
#hList li {
	list-style-type: none;
	display: inline;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
 background-color:#25A78F;


	}
#hList li a {
	 background-color:#25A78F;
          font-weight:bold;
	text-decoration:none;
          }
#hList li a:link {
	color: #dddddd;

	}
#hList li a:visited {
	color: #dddddd;
	}

#hList li a:hover {
	color: #ffffff;

}
#ubox {

 text-align: left;

 margin-left: 21px;
 margin-top: 20px;


/*background-color:#346F8A ; /* "Rahmen"-Farbe */
 background-color: #EADFAA;
}

#ubox td {

 background-color: #EADFAA;   /* Hintergrund innen */

 vertical-align: top;


}
.bluecell{
 background-image:url("../bilder/bluecell.gif");
 color: white; padding: 5px;
}
.bluecell b{
	background-color:#25A78F;
	font-weight:bold;
	text-decoration:none;
}
.bluecell a{
	background-color:#25A78F;
         color: white;

}
