/**************************general*******************************/
body
	{
	height: 100%;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;	
	margin-left: 2px;
	}

a:hover
	{
	color: #FF3300;
	text-decoration: none
	}
	
a 	
	{
	color: #003399; 
	text-decoration: underline;
	}

h1
	{
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	}

h2
	{
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
a img
	{
	border: 0;
	}

p
	{
	margin-top: 0px;
	margin-bottom: 15px;
	}
/**************************containers*******************************/

#cont_full
	{
	height: 100%;
	width: 600px;
	}



#cont_left
	{
	width: 200px;
	float: left;
	}
	
#cont_right
	{
	left: 200px;
	width: 400px;
	float: left;
	}	
	


#cont_content
	{
	margin-top: 45px;
	}

#cont_footer
	{
	padding: 30px 0px 0px 200px;
	width: 400px;
	clear: both;
	font-size: 80%;
	}
		
/*linkermenu*/
#cont_links, #cont_links_groot
	{
	margin-top: 25px;
	line-height: 100%;
	}

#cont_links
	{
	width: 160px;
	}

#cont_links_groot
	{
	width: 180px;
	}
	
#cont_links ul, #cont_links_groot ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

#cont_links li, #cont_links_groot li {
	margin: 0px;
	padding-bottom: 4px;
}

#cont_links li a, #cont_links_groot li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
	padding: 3px 0px 4px 0px;
	text-align: center;
	font-size: 9px;
		}
		
#cont_links li a
	{
	background-image: url("../images/menulinks_bg.gif");
	background-repeat: no-repeat;		
	}

#cont_links_groot li a
	{
	background-image: url("../images/menulinks_bg_groot.gif");
	background-repeat: no-repeat;		
	}


img.rechts
	{
	float: right;
	margin: 0px 0px 5px 5px;
	}

/* prikbord*/
.groterand
	{
	padding: 5px;
	border: 10px solid #000066;
	color:
	}

/*inschrijvingsformulier */
.grijs
	{
	background-color:#CCCCCC;
	font-weight: bold;
	}
select, input.width
	{
	width: 90%;
	}
#container {
	float:left; 
	width: 550px; 
}
#contentcongres {
	clear:both;
	float:left; 
	height:440px; 
	width: 550px; 
	overflow:auto;
	margin-top: 15px;	
}	
#printbaar {
	width:510px; 
}
.noprint {
	
}
#footer {
	clear:both;
	height: 1px;
}
ul {
 	border-top-width: 0px; 
	padding-right: 0px; 
	padding-left: 16px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	padding-bottom: 12px; 
	margin: 0px; 
	padding-top: 0px; 
	text-align: left; 
	border-right-width: 0px;
}
ul li {
    padding-right: 0px; 
	list-style: url(../images/li.gif) outside disc;
	padding-left: 0px; 
	margin: 0px; 
	padding-top: 0px;
}

ul ul li {
	list-style:url(../images/li2.gif) outside square; 
}
ul ul {
		padding-left: 15px;
		padding-bottom: 0px;
}
ol {
 	border-top-width: 0px; 
	padding-right: 0px; 
	padding-left: 19px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	padding-bottom: 12px; 
	margin: 0px; 
	padding-top: 0px; 
	text-align: left; 
	border-right-width: 0px;
}
ol li {
    padding-right: 0px; 
	padding-left: 0px; 
	margin: 0px; 
	padding-top: 10px;
}
#cont_links ul li, #cont_links ul ul li, #cont_links_groot ul li, #cont_links_groot ul li {
	list-style: none;
}


