/* allgemeine tags */
body, td
{
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	background-image:url(image/brown.gif);
}

a 
{
	text-decoration: none;
	color: #33CC00;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;
}



/* rahmen */
.border 
{
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}
.bo_dick
{
	border-top: #FFFFFF 2px solid;
	border-left: #FFFFFF 2px solid;
	border-right: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
}

.border_ou
{
	border-top: #000000 3px solid;
	border-bottom: #000000 3px solid;
}

.fett
{ 
	font-weight: bold;
}

.schrift_gelb
{
	color: #000000;
}


input {
		color:#630204;
		font-size:11px;
		border: #630204;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		background-color: #D7DCDF;
}

	textarea {
		color:#630204;
		font-size:11px;
		border: #630204;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		background-color: #D7DCDF;
}

  ul#Navigation {
    margin: 0; padding: 0.1em;
    text-align: center;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: right; width: 6em;
    margin: 0.2em; padding: 0.1em 1em;
    text-decoration: none;
	color: #000000;
    border: 1px solid black;
   background-color: #33CC00;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: black;
    color: black; background-color: #CCCCCC;
  }
  ul#Navigation div {
     clear: left;
  }
.farbe_gr
{ 
color: #33CC00;
}  