Body {
	background-color: #fff;
	margin: 0px;
}

hr {
	width: 100%;
	color: #7b7b7b;	
}

img
{
	behavior: url("/js/pngbehavior.htc");
}

.head {
	font-size : 18px;
	font-weight : bold;
	color : #fff;
}

input, select, textarea {
	border:1px solid #7b7b7b;
	width: 320px;
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight : normal;
	color : #7b7b7b;	
}

.submit {
	width: 150px;
	cursor: pointer;
}

input.noborder{
	border:0px solid #7b7b7b;
	width: 20px;
}

td{
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight : normal;
	color : #7b7b7b;
}

.tekstwit{
color : #fff;
}

a{
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight : normal;
	color : #4fa4cc;
	text-decoration: underline;
}

a:hover{
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight : normal;
	color : #4fa4cc;
	text-decoration: none;
}

a:visited{
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight : normal;
	color : #4fa4cc;
	text-decoration: underline;
}

a:active{
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight : normal;
	color : #4fa4cc;
	text-decoration: underline;
}

a:link.main_menu,a:visited.main_menu,a:active.main_menu,a:hover.main_menu {
	color : #fff;
	font-size : 13px;
	text-decoration: none;
	font-weight : bold;
}

a:link.main_menu_sub,a:visited.main_menu_sub,a:active.main_menu_sub {
	color : #fff;
	font-size : 12px;
	text-decoration: none;
	font-weight : normal;
}

a:hover.main_menu_sub {
	color : #fff;
	font-size : 12px;
	text-decoration: underline;
	font-weight : normal;
}

div.hr {
	height: 3px;
	background: #fff url(pics/dotted_line_double.gif) repeat-x scroll center;
}

/*menu*/
/*
#container
{
	position: absolute;
	top: 110px;
}

.no_margin {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.1em 5px;
}

#container li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	width:194px;
}

li#sub {
	width: 194px;
}

li#sub_bottom {
	width: 194px;
	background-color: #4fa4cc;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}

li:hover ul, li.over ul {
	display: block;
}*/

.ff_spcr[class] {
	
	height: 12px;
}

#container {
	margin-top: 98px;
	float:right
}

#nav {
	padding: 0px; 
	margin: 0px; 
	line-height: 13px;
	list-style:none;
}

#nav ul {
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 10px; 
	margin: 0px; 
	line-height: 13px; 
	padding-top: 15px;
	list-style: none;
}

#nav a {
	display: block;
	/*border: 1px solid green;*/
}

#nav li {
	display:inline;
	float:left;
	border: 0px solid red;
	padding-right:20px;
}

#nav li ul {
	background: #4fa4cc; 
	left: -999em; 
	width: 165px; /*ff breedte submenu */
	position: absolute;
}

#nav li:hover ul {
	left: auto
}

#nav li.sfhover ul {
	left: auto
}

#content {
	clear: left;
	color: #ccc
}
