body {
	background-color: #E6E6FA;
	}
	
	td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #0B2E82;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
.adres {
	color: #999999;
}
.kop1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  float: left;
  position: relative;
  width: 110px;
  }

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul{
	display: block;
	background-color: #E6E6FA;
	padding: 3px;
	margin: 0px;
	border-top: none #FF0000;
	border-right: none #FF0000;
	border-bottom: none #FF0000;
	border-left: none #FF0000;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
h2 {
	font-weight: bold;
	font-size: 11px;
	clip: rect(auto,auto,10px,auto);
	line-height: 11px;
}

