@charset "iso-8859-1";

body {
  background-image: url(images/backgrnl.png);
  color: #191970;
	margin-left: auto;
	margin-right: auto;
	width:650px;
	font-family: times, sans-serif, serif, arial;
	font-size: 90%;
}

#container {
  background-color: white;
}

h1 {
	margin: 10px;
}

p {
  margin-right: 10px;
}

#header1 {
  background-color: #E6E6FA;
	padding: 3px;
	border-bottom: 1px solid navy;
	color: #191970;
}

.image {
  float: right;
	width: 160px;
	height: 80px;
	border: 10px solid white;
	margin-right: 5px;
}

#header2 {
	background-color: #B0C4DE;
	padding: 3px;
}

#navigation {
	float: left;
	width: 160px;
	border-right: 1px solid navy;
	margin-top: 10px;
	margin-bottom: 10px;
}

#navigation ul {
  list-style: none;
	margin: 0;
	padding: 3px;
}

#navigation ul li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #B0C4DE;
}

#navigation ul li a {
	display: block;
	background-color: #B0C4DE;
	text-decoration: none;
	color: navy;
	border-left: 8px solid #4682B4;
	padding-left: 3px;
}

#navigation ul li a:hover {
	text-decoration: none;
	background-color: #4682B4;
	border-left-color: white;
}

#navigation ul li a:visited {
  color: #20B2AA;
	border-left-color: white;
}

#navigation p {
  font-size: 65%;
	text-align: justify;
	margin-left: 3px;
	margin-right: 10px;
}

#navigation p a:hover {
  color: #20B2AA;
}

#navigation p a:visited {
  color: #20B2AA;
}

#content {
  margin-left: 170px;
  margin-top: 10px;
  text-align: justify;
}

#content a { 
  font-weight: bold;
  color: blue;
}

.pdfbestanden {
	font-size: 65%;
}

#footer {
  clear: both;
  border-top: 1px solid navy;
	text-align: center;
	font-size: 90%;
}

#footer p {
	margin: 3px;
	padding: 6px;
}

#footer a {
  color: #191970;
}

#footer a:hover {
	color: #20B2AA;
	text-decoration: underline;
}

#footer a:visited {
  color: #20B2AA;
}
