body {
	/* grüner Hintergrund */
	background-color: #bdd62f;
	
	/* oranger Hintergrund/
	background: rgb(100%,70%,0%);/*#ff7300*/
	color: #000000;
	font-size: 100,01%;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	text-align: justify;
	margin: 0;
	padding: 1em;
	/*min-width: 41em; /* verhindert in modernen Browsern Anzeigefehler und Umbrüche */
	min-width: 1000px;
}

img {
	border: none;
}

div#header {
	/*border: 2px ridge silver;*/
	
	font-size: 10px;
	padding-bottom: 2em;
}

div#navigation_left {
	/*border: 2px ridge silver;*/
	
	float: left;
	width: 133px;
}

div#navigation_right {
	/*border: 2px ridge silver;*/
	
	float: right;
	width: 133px;
}

div.navi_elm {
	margin-bottom: 1em;
}

div#content {
	/*border: 2px ridge silver;*/
	padding: 0 160px 0 160px;
	line-height: 16px;
	font-size: 12px;
}

* html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}

p#footer {
	/*border: 2px ridge silver;*/
	
	clear: both;
	font-size: 0.6em;
	text-align: center;
}

.bluei {
          font-size: 14px;
          font-family: verdana, arial, helvetica, tahoma, sans-serif;
          color: #FFFFFF;
          text-align: center;
          font-weight: bold;
          background-color: rgb(35,70,190);/*#1f409b;*/
}
.greeni {
          font-size: 14px;
          font-family: verdana, arial, helvetica, tahoma, sans-serif;
          color: #FFFFFF;
          text-align: center;
          font-weight: bold;
          background-color: #0db14b;/*#9bcc55;*/
}
.orangei {
          font-size: 14px;
          font-family: verdana, arial, helvetica, tahoma, sans-serif;
          color: #FFFFFF;
          text-align: center;
          font-weight: bold;
          background-color: rgb(245,160,30);/*#feb811;*/
}
.redi {
          font-size: 14px;
          font-family: verdana, arial, helvetica, tahoma, sans-serif;
          color: #FFFFFF;
          text-align: center;
          font-weight: bold;
          background-color: #d2222a;/*#d2232b;*/
}
.magentai {
          font-size: 14px;
          font-family: verdana, arial, helvetica, tahoma, sans-serif;
          color: #FFFFFF;
          text-align: center;
          font-weight: bold;
          background-color: #c5168c;/*#c6178d;*/
}

a, a:active, a:visited, a:hover {
          text-decoration: underline;
          font-family: verdana, arial, helvetica, tahoma, sans-serif;
          color: #000000;
}

h1 {
          color:#000000;
          font-family: verdana, arial, helvetica, tahoma, sans-serif;
          font-size: 24px;
          letter-spacing: 1px;
          line-height: 28px;
}

