html, body	{
	height: 100%;
	margin: 0;
	padding: 0;
	/*font-family: "Trebuchet MS", sans-serif;*/
	font-family: "Tahoma", sans-serif;
         font-size: 1em;
         background: ghostwhite;
	}

#kopf	{
	padding: 2%;
	margin. =0;
	font-size: large;
	font-weight: bold;
	color: black;
	background: #fff;
	/*background-image: url(../backgrounds/goldmold.jpg);*/
	border-bottom-style: solid;
	border-bottom-width: thin;
	height: 10%;   /* Box Model Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:6%;
	}
	
html>body #kopf {
	height: 6%;  /* Box Model Hack Ende */
	}

#navi	{
	float: left;
	padding: 0 2%;
	margin: 0;
	height: 90%;
	font-size: large;
	font-weight: bold;
	color: black;
	/*background: #666;
	background-color: #efefef;
	background-image: url(../backgrounds/goldmold.jpg);*/
	/*border-right-style: solid;
	border-right-width: thin;    */
	width: 20%;   /* Box Model Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 16%;
	}
html>body #navi {
	width: 16%;  /* Box Model Hack Ende */
	}

.kapitale:first-letter {
      font-size:1.5em;
      line-hight: 1.0;
      font-weight: bold;
      /*vertical-align: top;    */
      float:top;  /* entweder vertical-align oder float...*/
      color:black;
      }


#inhalt	{
	float: left;
	padding: 0 2%;
	margin: 0;
	border: 0;
	height: 90%;
	line-height: 110%;
	color: black;
	font-size: normal;
	/*background: #efefef;*/
	/*background-image: url(../backgrounds/goldmold.jpg);*/
	/*border-left-style: solid;
	border-left-width: thin;*/
	width: 80%;   /* Box Model Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 76%;
	}
html>body #inhalt {
	width: 76%;  /* Box Model Hack Ende */
	}

 p { 	line-height: 1.0em; }

         h2	{
	font-size: 1.4em;
	color: #a33f08;
	margin: 1.2em 0 0.2em 0;
	}

h4	{
	font-size: 1em;
	margin: 0.2em 0 0.2em 2em;
	}

form 	{
	margin: 0;
	padding: 0;
	width: 120px;
	}

/* Bereiche */


#kopf p {
	margin: 50px 0 0 160px;
	}

#navi a:link {
	color: #deepskyblue;
	text-decoration: none;
	}

#navi a:focus {
	color: #6B2906;
	text-decoration: underline;
	}

#inhalt a link {
	color: blue;
	text-decoration: underline;
	}

#inhalt a:visited {
	color: darkblue;
	text-decoration: none   /*line-through*/;
	font-weight: lighter;
	}

#inhalt a:hover {
	color: #6B2906;
	text-decoration: underline;
	}

#inhalt a:active {
	color: black;
	}

#inhalt ul {
	font-size: 0.9em;
	}

#inhalt ol {
	font-size: 0.9em;
	}

#leftside {
	margin: 0;
	padding: 1em 0 0 0;
	width: 200px;
	clear:left;
	float: left;
	border-kopf: 1px solid #a33f08;
	font-size: 0.78em;
	color: #7C3006;
	}

#leftside p{
	margin: 0.2em 0 0.8em 2em;
	}
#leftside input {
		margin: 0.2em 0 1.6em 2em;
	}

a:link, a:visited {
	font-weight: bold;
	color: #a33f08;
	text-decoration: none;
	}

a:visited {
	color: #412816;
	}

#leftside img {
	margin: 1.6em 0 0 2em;
	}

input 	{
	border: 1px dotted #a33f08;
	width: 120px;
	}

#inhalt p {
	font-size: 0.9em;
	line-height: 1.3em;
	}

.subkasten {
	position: absolute;
	left: 200px;
	width: 5.4em;
	margin: 2.7em 0 0 27.5em;
	padding: 0.5em 1em;
	border: 1px solid #a33f08;
	color: #a33f08;
	background-color: #FFFCF6;
	}

.subkasten ul {
	margin: 0;
	padding: 0;
	font-size: 0.78em;
	list-style-type: none;
	}

#fusszeile {
	width: 35em;
	padding: 0.1em 1em;
	color: #fff;
	margin: 0 10% 0 200px;
	border: 1px solid #a33f08;
	background-color: #d2520b;
	text-align: right;
	}

#fusszeile p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	}

#copy 	{
	text-align: center;
	background-color: #FFFCF6;
	margin: 0;
	width: 200px;
	/*clear:left;*/
	float: left;
	padding: 0.1em 0;
	border-kopf: 1px solid #a33f08;
	border-bottom: 1px solid #a33f08;
	background-image: url(img/block.gif);
	background-position: left kopf;
	background-repeat: no-repeat;
	}

#copy p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #a33f08;
	}

#logo 	{
	position: absolute;
	kopf: 0;
	left: 0;
	width: 216px;
	height: 5em;
	background-color: #d2520b;
	background-image: url(img/chamaeleon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #a33f08;
	border-kopf: 1px solid #a33f08;
	}
