

.logoheader{
	width: 798px;
	background-image:  url(images/logo.jpg);
	height:92px;
}
#sticker{
	display:none;
	position:relative;
	top:315px;
	left:-140px;
	width: 138px;
	background-image:  url(images/sticker.png);
	height:138px;
	
}
.invisible { display: none; }

		body
		{
			margin: 0;
			padding: 0;
			background: #574E69;
			color:#4B355E;
			font-family: verdana, arial, sans-serif;
			background-image:  url(images/webbg.jpg);
			background-repeat: repeat-x;
		}
		
		#container
		{
			/*margin: 1em 10%;*/
			width: 798px;			
			background-color: #FFF;		
			background-repeat: no-repeat;
			padding-top:15px;
			margin-top: 12px;				
			/*border: 1px solid #333;*/
		}
		.topbanner272, .topbanner675
		{
			background-image:  url(images/banner1.jpg);
		}
		.topbanner273, .topbanner676
		{
			background-image:  url(images/banner2.jpg);
		}
		.topbanner274, .topbanner275
		{
			background-image:  url(images/banner3.jpg);
		}
		
		#grotebuttonsholder{
			height:197px;
			vertical-align:top;
			padding-right:20px;
			width:100%;
		}	
		.grotebutton{

		}
		.nav
		{			
			vertical-align: top;
			margin-left: 0px;
			padding-top: 1em;
		}
		
		#nav p { margin-top: 0; }
		
		#content
		{
			
			padding-top: 0px;
			margin: 8px 50px 20px 50px;
			word-spacing: 5px;
			line-height:20px;
			font-size:12px;
			vertical-align: top;
			text-align: left;
		}
		li{
			list-style-type: disc;
		}
		
		#content h2 { 
			margin-top: 0; 
			font-size:16px; 			
		}
		#content h5 { 
			font-size:14px; 
		}
		#footer
		{
			text-align: center;
		}
		.roundedheader{
			width: 798px;	
			background-color: #FFF;
		}
		

<!-- 

#menu ul {
margin: 0;
padding: 0;
}
#menu {
/*position: absolute; /* Menu position that can be changed at will 
top: 50px;
left: 0;*/
font: 10px verdana, arial, sans-serif;

}
.menulink{
cursor: pointer; cursor: hand
}

#menu dt {

/*height: 14px;
line-height: 14px;*/
text-align: right;
font-weight: bold;
color: white;
/*border: 1px solid gray;
background: #ccc;*/
}
#menu dd {
/*border: 1px solid gray;*/
margin: 0;
padding: 0;
}
#menu li {
list-style-type: none;
/*background: #fff;*/
}
#menu li a, #menu dt a {
font-weight: bold;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
color: #1EAADD;
}
.menubg272{
background: #855B84;
border-bottom: 1px solid white;
}
.menubg273{
background: #772A53;
border-bottom: 1px solid white;
}
.menubg274{
background: #923052;
border-bottom: 1px solid white;
}
.menubg275{
background: #B74E69;
border-bottom: 1px solid white;
}
.menubg675{
background: #ae2b58;
border-bottom: 1px solid white;
}
.menubg676{
background: #ca1452;
border-bottom: 1px solid white;
}
.menubg2, .menubg3{
	background: #F5F2F5;
	height: 23px;
	text-align: right;
}

.menulogo  {
	background: #F5F2F5;
	padding: 5px;
	text-align:left;
}
.menubg3 a{
color: #1EAADD;
}
.menubg2 a{
color: #663265;
}

.menubg2 li a{
color: #855B84;
}
img{
vertical-align:middle;
}
/*
formulier elementen
*/

input {
	color: #4B355E;
	border-width: 1px;
	background-color: #EDEDED;	
}
.formround{
	background-color: #DFDFDF;
	padding: 0px;
	margin: 0px;
}

.formbutton{
height: 30px;
width: 130px;
font-size: 9px;
}
.formbutEnabled{
	cursor: pointer; cursor: hand;
}

.submitimg{
/*text-align: right;*/
}
/*input .checkbox{
	border-width: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;	
}*/
textarea { 
 background-color: #EDEDED; 
color: #4B355E;
}
select { 
 background-color: #EDEDED; 
color: #4B355E;
}
.verplicht {
color: #FF0000;
}
.formtitel {
	font-size: 18px;
	font-weight: bold;
}
.formsubtitel {
	font-size: 14px;
	font-weight: bold;
}
-->