body { 	
		font-family:Arial,Helvetica,sans-serif; 
		font-size:12px;
		}
		
h1 {
		font-size: 16px;
		}
		
p#center {
		text-align: center;
		}

.hervorhebung {
		font-style: bold;
		}

div#header { border:0px; text-align:right; font-size:30px; font-style:bold; }
div#footer { border:0px; text-align:center; font-size:10px; }

div#inhalt_links { 	
		padding-left: 100px;
		padding-top: 5px;
		text-align:left; 
		background-color: #eeeeee; 
		background-attachment: scroll; background-image: url(../images/distel.jpg); background-repeat: no-repeat; background-position: 0px 0px;
		}
		
table#line {background:#01452c; }

a { color : green; font-style:bold; text-decoration : none; }
a:hover { color : #333333; font-style:bold; text-decoration : underline; }

ul#navigation {
    margin: 0; padding: 5px;
    text-align: left;
    border: 0px;
    background-color: #01452c;
  }
ul#navigation li {
    list-style: none;
    display: inline;
    margin: 0px; padding: 0;
  }
div#navigation_language {
	float: right;
	list-style: none;
	display: inline;
	margin: 0px; 
	padding: 5px;
	text-align: right;
  }
ul#navigation a, ul#navigation span {
    padding: 5px 5px;
    text-decoration: none; font-weight: bold;
    border: 0px solid black;
    border-left-color: white; border-top-color: white;
    color: #ffffff; background-color: #01452c;
  }
  * html ul#navigation a, * html ul#navigation span {
    width: 0px;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#navigation a:hover, ul#navigation span {
    border-color: white;
    color: green; background-color: #eeeeee;
  }
