body {
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px;
	color: Black;
}
a {
	color: Navy;
	text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: underline;
}
h1 {
	color: Navy;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
h2 {
	font-weight: bold;
	color: Maroon;
	border-bottom: medium dotted;
}
h2 a {
	font-weight: bold;
	color: Maroon;
}
h2 a:hover {
	background: Silver;
	text-decoration: none;
	color: Maroon;
	border: 1px solid Gray;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* Elemente: */

#order{
	position: absolute;
	width: 810px;
	padding-left: 16px;
	padding-top: 16px;
	padding-right: 16px;
}

#content{
	position: absolute;
 	width: 590px;
	left: 220px;
	padding-top: 16px;
	padding-right: 16px;
}

#head{
	position: static;
	width: 810px;
	border-bottom: 1px solid Gray;
}

#navigation {
	width: 204px;
	float: left;
	background-color: #E0E0E0;
	border-bottom: 1px solid Gray;
	border-right: 1px solid Gray;
}
#navigation h3{
	display: block;
	font-weight: bold;
	line-height: 170%;
	margin: 0px;
	border-bottom: 1px solid Gray;
	border-right: 1px solid Gray;
	width: 100%;
	font-size: x-large;
}
#navigation ul{
	font-weight: bold;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}
#navigation ul ul{
	font-weight: normal;
	list-style: none;
	margin-left: 5px;
	padding: 0px;
	line-height: 130%;
}
#navigation a{
	display: block;
	width: 100%;
	border-bottom: 1px solid Gray;
	border-right: 1px solid Gray;
}
#navigation a:hover {
	background-color: Silver;
	color: Navy;
	text-decoration: none;
}

