@charset "iso-8859-1";

body {
  background-image: url(images/backgrgr.jpg);
  color: #191970;
	margin-left: auto;
	margin-right: auto;
	width:650px;
	font-family: sans-serif, serif, arial;
	font-size: 12px;
}

#container {
  background-color: white;
}

h1 {
	margin: 10px;
}

p {
  margin-right: 10px;
}

#header1 {
  background-color: white;
	padding: 3px;
	color: #C0C0C0;
}

#header1 a {
  text-decoration: none;
  color: #191970;
}

#header1 a:hover {
	color: #191970;
}

#header1 a:visited {
  color: #191970;
}

.image {
  float: right;
	width: 160px;
	height: 80px;
	border: 13px solid #C0C0C0;
	margin-right: 5px;
}

#header2 {
	background-color: #E6E6FA;
	padding: 5px;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
}

#navigation {
	float: left;
	width: 130px;
	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;
}

#navigation ul li a {
	color: #191970;
	border-left: 8px solid navy;
	padding-left: 3px;
}

#navigation ul li a:hover {
	color: #C0C0C0;
	border-left-color: #C0C0C0;
}

#navigation ul li a:visited {
  color: #C0C0C0;
	border-left-color: #C0C0C0;
}

#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: 140px;
  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: #C0C0C0;
}

#footer a:visited {
  color: #C0C0C0;
}

