
body {
	color: black; background-color: white;
	font-size: 100.0%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0; padding: 1em;
}

div#Navigation
{
/*	background-image:url("kopfzeile.jpg"); */
	background-color:white;
	background-repeat: no-repeat;
	padding: 0;
	width: 800px;
/*	height: 64px;*/
	margin: 0 auto 20pt auto;
	border-bottom: 2px solid #006518;
}

div#Navigation h1 {
	color:#006518;
	text-align:center;
	padding:0;
	margin:0;
	background-color:white;
	vertical-align: bottom; 
}


div#Navigation ul {
	text-align: right;
	font-size: 10pt;
	margin: 0 0px;
	padding:0 2px;
	vertical-align: top; 
}

div#Navigation  ul li {
	list-style: none;
	display: inline;
}

div#Navigation  ul a {
	padding:2px;
	border:0px;
	text-decoration: none; font-weight: bold;
	color: white; background-color:  #006518;
}
 
div#Navigation  ul a:hover {
	color: black; background-color:  #006518;
}

div#Navigation ul span {
	text-decoration: none; font-weight: bold;
	color: lime; background-color:#009031;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right:1px solid #00A121;
}



.descr {
	font-family: Times, serif;
	font-size: normal
}
.code {
	font-family: Courier, cursive;
	font-size: normal;
	padding: 0.3em;
	text-align: center;
	margin: 0 1em;
	border: 1pt dashed silver;
}

.frage {
	font-family: Times, serif;
	font-style:italic;
	font-size: 110%;
}

.befehl {
	font-family: Courier, cursive;
	font-size: normal;
}

.Taste {
	font-family: Courier, cursive;
	font-size: 80%;
	border:outset;
	padding:0
}

.beispiel {
	font-size: 90%;
	font-style:italic;
}

.menue {
	font-family: Arial, sans-serif;
	font-style: bold;
	font-size: normal;
	color: gray;
}


div#Doku {
	font-family: Times, serif;
	font-size: normal;
	margin: 0 auto;
	min-width: 150px;
	width: 720px;
}

div#Doku a {
	color: #337319;
	text-decoration: none;
	font-family: Times, serif;
	font-size: normal
}

div#Doku a:hover {
	text-decoration: underline;
}

div#Doku table {
	border: 1pt solid black;
	min-width: 8em; 
	font-family: sans-serif;
}

div#Doku table a {
	color: #337319;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}

div#Doku table a:hover {
	background-color: #337319;
	color:white;
	text-decoration: none;
}


div#Doku table td {
	padding: 5px;
	border: 1px dotted silver;
	margin:0px;
	background-color: white;
	vertical-align: top;
}

div#Doku h1 {
	background-color: #337319;
	color: white;
	padding: 0 1em;
}

div#Doku h2 {
	border: 1px solid #337319;
	padding: 0.1em 2em;
}

div#bild {
	border:none;
	text-align:center;
	margin: 0 auto;
	padding: 1em 1em
}


div#bild p {
	text-align: center;
	font-size: 90%;
	font-style: italic;
}


