#container {
	height: auto;
	width: auto;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FF6633;
	text-decoration: underline;
	height: 23px;
	width: auto;
	padding-top: 5px;
	padding-left: 5px;
}
#in_container {
	height: auto;
	width: auto;
	border: thin groove #0066FF;
}
#welkom {
	height: auto;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}
#welkom a:active, #welkom a:link, #welkom a:visited {
color: #FF6633;
text-decoration: none;
font-weight: normal;
}
#welkom a:hover {
color: #FF6633;
text-decoration: underline;
font-weight: normal;
}
.style2 {color: #FF6633}

.select {
	width: 200px;
}
.tooltip {
  position: fixed;
  top: 5px;
  left: 5px;
  display: none;
  background-color: #FCFCFC;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #FF6633;
  padding: 4px 10px;
  z-index: 1;
  width: 200px;
  left: 10;
}
