/* altop.css */

body, html {
	margin: 0 auto;
    height: 100%;
}
#fullheight {
    height: 100%;
	margin: 0 auto;
}
.bodytext {
     color: #000000; 
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px; 
     line-height:150%;
} 
.bodytext a:link, .bodytext a:visited {
     color: #000000; 
     text-decoration: underline;
} 
.bodytext a:hover{
     color: #000000; 
     text-decoration: none;
} 
.tabletext {
     color: #FFFFFF; 
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px; 
     line-height:135%;
	 font-weight: bold;
} 
.bodytext_pages {
     color: #000000; 
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px; 
     line-height:150%;
	 margin-left: 20px;
	 margin-right: 10px;
}
h1 {
     color: #004481; 
     font-family: Arial, Helvetica, sans-serif;
     font-size: 16px; 
     line-height:150%;
	 font-weight: bold;
	 margin-top: 30px;
} 
h2 {
     color: #004481; 
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px; 
     line-height:150%;
	 font-weight: bold;
	 margin: 15px;
}
.newstext {
     color: #000000; 
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px; 
     line-height:135%;
	 margin-left: 15px;
	 margin-top: 0px;
	 margin-right: 15px;
} 
.copyright {
     color: #004481; 
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px; 
     line-height:150%;
}
.copyright a:link, .copyright a:visited {
	color: #004481;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer {
	width: 100%;
	height: 28px;
	margin: 0 auto; 
	text-align: center; 
	background: #1b4881;
	color: #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a:link, #footer a:visited {
	color:#CCCCCC;
	text-decoration: underline;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration: none;
}
.menu {
    background-color: #004481;
}
.menu-item {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px; 
	 font-weight: bold;
	 margin-right: 30px;
	 color: #FFFFFF;
}
.menu-item a:link, .menu-item a:visited {
	 color: #FFFFFF;
	 text-decoration: none;
}
.menu-item a:hover {
	 color: #EF8015;
	 text-decoration: none;
}
td.submenu a{
     	display: block; 
		text-decoration:none; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal; 
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		padding-right: 10px;
		font-style:italic;
}
td.submenu a:link, td.submenu a:visited {
		color: #FFFFFF; 
		background: #EF8015; 
}
td.submenu a:hover {
		color: #000000;
		background: #EF8015; 
}
td.submenu_spacer {
        width: 10px;
}
#news { 
      width: 307px;
		height: 484px;
		border: 0;
		overflow:auto;
		margin: 0px;
		background-color:#FCDCBC;
}
#archieflink {
        width: 307px;
		height: 17px;
     color: #004481; 
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     border-top:  1px solid #666666;
	 display: block
}
#archieflink a:link, #archieflink a:visited {
	color: #004481;
	text-decoration: none;
}
#archieflink a:hover {
	text-decoration: underline;
	color: #666666;
}
#vacatures { 
      width: 100%;
	  height: 400px;
		border: 0;
		overflow:auto;
		allowtransparency;
		margin: 0px;
		background:transparent;
		padding: 0px;
		
}
#left {
       width: 480px;
	   float: left;
	   z-index:1;
	   margin-left: 0px;
	   position: relative;
}
#right {
       width: 480px;
	   float: left;
	   z-index:1;
	   position: relative;
}

