	/* ******************************************************** */
	/* ************* text layout styles *********************** */
	/* ******************************************************** */



	/* ******************************************************** */
	/* *************** shared color tags (bg) ***************** */
	/* ******************************************************** */
	html, body {
		background-color: rgb(252, 230, 93);
	}
	
	div#Seite, div#Inhalt, ul#Navigation, .tableBG, h3 {
		background-color:  rgb(136, 165, 127);
	}
	
	h1, p#footer, .footercontent {
		background-color: rgb(0, 0, 0);
	}

	/* ******************************************************** */
	/* *************** shared color tags (txt) **************** */
	/* ******************************************************** */

	h1, h2, h3, .footercontent, ul#Navigation h4 {
		color: rgb(252, 252, 252);
	}

	/* ******************************************************** */
	/* *************** shared font family ********************* */
	/* ******************************************************** */
	html, body, ul#Navigation li {
    		font-family: Verdana, Helvetica, Arial, sans-serif;
	}


	/* ******************************************************** */
	/* ********************* tags ***************************** */
	/* ******************************************************** */
	html, body {
		width: 96%;
    		font-size: 100.01%;
    		margin-right: 2%;
    		text-align: center;  /* Zentrierung im Internet Explorer */
	}

	
	/* ******************************************************** */
	/* ********************* container tags ******************* */
	/* ******************************************************** */
	div#Seite {
    		text-align: left;    /* Seiteninhalt wieder links ausrichten */
		margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
		margin-left: 2%;
		margin-right: 2%;
		width: 100%;
    		padding: 0;
    		border: 0px ridge green;
	}
	
	html>body div#Seite {
    		border-color: gray;  /* Farbangleichung an den Internet Explorer  */
	}


	
	/* ******************************************************** */
	/* ********************* headline tags ******************** */
	/* ******************************************************** */
	h1 {
		height: 22px;
    		margin: 0; 
		padding-right: 2em;
		vertical-align: bottom;
		background-image:url(../images/top/logo_top.gif); margin:0px; background-repeat:no-repeat;
		
		border-bottom: 0px solid silver;
	}
	
	h2 {
		height: 34px;
    		margin: 0; 
		padding-right: 3em;
		vertical-align: top;
		background-image:url(../images/top/logo_bottom.jpg); margin:0px; background-repeat:no-repeat;
		background-color: rgb(252, 230, 93);
		border-bottom: 0px solid silver;
	}

 	h3 {
		height: 27px;
    	margin: 0; 
		padding: 0;
		vertical-align: top;
		font-size: 0.73em;
		/* background-color: rgb(245, 143, 6); */
		border-bottom: 0px solid silver;
	}

 
	/* ******************************************************** */
	/* ********************* left navigation ****************** */
	/* ******************************************************** */
	ul#Navigation {
		/* border-right: 10px solid rgb(252, 230, 93); */ /* problem die richtige höhe zu finden --> nicht dynamisch */
    	font-size: 0.83em;
    	float: left; 
		width: 170px; 
		margin:0; 
		padding: 0;
	}

	ul#Navigation li {
		font-size: 0.83em;
		list-style: none;
		margin: 0.4em; 
		padding: 0;
	}

	ul#Navigation span, ul#Navigation h4 {
		display:block;
		padding: 0.2em;
		text-decoration: none; 
		font-weight: bold;
	}

	ul#Navigation span {
		color: rgb(136, 165, 127);
		background-color: rgb(252, 230, 93);
	}

	ul#Navigation h4 {
		width: 90%;
		font-size: 1em;
		margin: 1.1em 0 0;
		background-color:rgb(34, 98, 96);
	}

	/* **************** hack for IE: <li>-elements cannot be indented at all ***************** */
	 * html ul#Navigation li { /* Korrekturen fuer IE 5.x */
	 	margin-left: 0; 
	 	mar\gin-left: 0;
	 } 





	/* ******************************************************** */
	/* ********************* right info box ******************* */
	/* ******************************************************** */
	div#right {
		position: relative;
		height: 65%;
		float: right; 
		width: 9.5em;
		border-left: 1px solid silver;
		margin-top: 8%;
		padding-left: 1em;
		text-align: left;
	}


	/* ******************************************************** */
	/* ********************* main content ********************* */
	/* ******************************************************** */

	div#Inhalt {
		border-left: 10px solid rgb(252, 230, 93);
		margin: 0 0 0 170px;
		padding: 1em 1em;
		margin-right: 2%;
		/* height: 100%; */
		
	}

	* html div#Inhalt {
		  /*height: 1em; Workaround gegen den 3-Pixel-Bug des Internet Explorers */
		margin-bottom: 0;
		margin-top: 0;
	}

	/* ****************** not used yet!! ******************* */
	div#Inhalt h4 {
		font-size: 1.1em;
		margin: 0.2em 0;
		color: navy;
	}

	div#Inhalt p {
		font-size: 1em;
		/* margin: 1em 0; --> bringt mehr raum fuer text, schneidet aber gelbe linie ab dafuer aber im FF nicht ueber top-nav*/
		margin:0;

	}
	
/* distance height hack */	
  .prop {
    height:500px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

	/* ******************************************************** */
	/* ****************** footer navigation ******************* */
	/* ******************************************************** */
	p#footer {
    		clear: both; 
		vertical-align: bottom;
    		margin: 0; 
		padding-left: 1em;
		padding-right: 1em;
		border-top: 10px solid rgb(252, 230, 93);
	}


	/* ******************************************************** */
	/* **************** test and general tags ***************** */
	/* ******************************************************** */
	img{
		border: 0;
	}

	table, td {
		border: 0px solid blue;
		 /* padding-right: 0; */
	}

	.special {
		border-top: 4px solid rgb(34, 98, 96);
		border-left: 4px solid rgb(34, 98, 96);
		border-right: 4px solid rgb(34, 98, 96);
		border-bottom: 4px solid rgb(34, 98, 96);
	}
	
	/* normal text in content */
	.normalBlack {

		font-weight: bold;
		font-size: 0.78em;
		line-height: 1.4em; 

		
	}

	/* **************** hack for IE: align yellow border (3pxBug with width) ***************** */
	*html table, td {
		border: 0px solid blue;
		padding-right: 0.2em;
	}


	/* ******************************************************** */
	/* **************** pages inside graphics ***************** */
	/* ******************************************************** */

	span.dropcap {
	 	display:block;
  		float:left;
  		margin-right:0px;
  		background-repeat:no-repeat;
  	}
	span.dropcap span {
		display:none;
	}
