/* GENERAL */


html, body{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#mainContainer{
	/*position: relative;*/
	margin: auto;
	width: 1020px;
	height: 577px;
}

/* MAIN MENU */

#header{
	height:				60px;
}

#mainMenuContainer{
	height:				36px;
}

img.menuSpacer {
	margin:				0 3px;
	padding:			0;
	
	float:				left;
}

.menuItem, .menuItemSelected {
	height:				36px;
	
	display:			block;
	
	float:				left;
}

a#menu1 {
	width:				42px;
	
	background-image:	url("/themes/default/images/home.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu2 {
	width:				152px;
	
	background-image:	url("/themes/default/images/infectieziekten.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu3 {
	width:				103px;
	
	background-image:	url("/themes/default/images/hepatitis_b.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu4 {
	width:				102px;
	
	background-image:	url("/themes/default/images/hepatitis_c.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu5 {
	width:				77px;
	
	background-image:	url("/themes/default/images/hiv.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu6 {
	width:				155px;
	
	background-image:	url("/themes/default/images/tbc.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu7 {
	width:				38px;
	
	background-image:	url("/themes/default/images/soa.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu8 {
	width:				126px;
	
	background-image:	url("/themes/default/images/doe_het_veilig.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu9 {
	width:				61px;
	
	background-image:	url("/themes/default/images/links.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

/* mouseover */

a#menu1:hover, a.menuItemSelected#menu1 {
	width:				42px;
	
	background-image:	url("/themes/default/images/home_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu2:hover, a.menuItemSelected#menu2 {
	width:				152px;
	
	background-image:	url("/themes/default/images/infectieziekten_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu3:hover, a.menuItemSelected#menu3 {
	width:				103px;
	
	background-image:	url("/themes/default/images/hepatitis_b_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu4:hover, a.menuItemSelected#menu4 {
	width:				102px;
	
	background-image:	url("/themes/default/images/hepatitis_c_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu5:hover, a.menuItemSelected#menu5 {
	width:				77px;
	
	background-image:	url("/themes/default/images/hiv_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu6:hover, a.menuItemSelected#menu6 {
	width:				155px;
	
	background-image:	url("/themes/default/images/tbc_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu7:hover, a.menuItemSelected#menu7 {
	width:				38px;
	
	background-image:	url("/themes/default/images/soa_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu8:hover, a.menuItemSelected#menu8 {
	width:				126px;
	
	background-image:	url("/themes/default/images/doe_het_veilig_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

a#menu9:hover, a.menuItemSelected#menu9 {
	width:				61px;
	
	background-image:	url("/themes/default/images/links_hover.gif");
	background-repeat:	no-repeat;
	background-position:center;
}

/* SUB MENU */

#subMenuContainer{
	height:				24px;
}

a.submenuItem {
	padding-left:		13px;
	margin-right:		10px;
	
	background-image:	url("/themes/default/images/menu_sub_spacer.gif");
	background-repeat:	no-repeat;
	background-position:0 50%;
	
	font-family:		arial;
	font-size:			11px;
	
	text-decoration:	none;
	
	color:				#000000;
}

a.submenuItem:hover {
	color:				#E0031D;
}

span.submenuItemSelected {
	padding-left:		13px;
	margin-right:		10px;
	
	background-image:	url("/themes/default/images/menu_sub_spacer_selected.gif");
	background-repeat:	no-repeat;
	background-position:0 50%;
	
	font-family:		arial;
	font-size:			11px;
	
	text-decoration:	none;
	
	color:				#E0031D;
}

/* SEARCHFIELD */

#searchContainer{
	position: absolute;
	top: 0px;
	right: 0px;
}

/* CONTENT */

#content{
	width:				auto;
	/*height:				383px;*/
	height:				460px;
	
	/*padding-top:		77px;
	padding-left:		30px;*/
	
	/*position:			relative;*/
	
	border-top: 1px solid #fff;
	
	background-color: #A80000;
	background-image:	url("/themes/default/images/background-default.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

.hiddenPopupContent {
	display:			none;
}

#contentWrapper {	
	width:				550px;
	
	margin-top:			77px;
	margin-left:		30px;
}

iframe {
	border:				0;
}

.innerContent {
	/*position:				relative;*/
		
	margin-top:				0px;
	
	font-family:			arial;
	font-size:				18px;
	font-weight:			bold;
	color:					#FFFFFF;
	line-height:			26px;
	
	overflow:				hidden;
}

.innerContent#singlePage {
	height:					320px;
	
	position:				relative;
}

/* MULTI PAGE CONTENT */

.innerContent#multiPage {
	height:					280px;
}

.page {
	display:			none;
	overflow:			hidden;
}

#page1 {
	display:			block;
}

#pageBrowsing {
	width:				auto;
	
	font-family:		arial;
	font-size:			18px;
	font-weight:		bold;
	color:				#FFFFFF;
	line-height:		26px;
}

.pageCount {
	float:				right;
	
	margin-left:		20px;
	
	font-size:			16px;
	line-height:		16px;
}

#prevLink {
	text-decoration:	none;
	
	display:			none;
	float:				left;
	
	width:				77px;
	height:				38px;
	/* IE 6 transparent png fix */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/themes/default/images/button_prev.png');
}

#prevLink[id] {
	/* Firefox uses this background statement */
	background-image: url("/themes/default/images/button_prev.png");
}

#nextLink {
	text-decoration:	none;
	
	float:				right;
	
	width:				109px;
	height:				38px;
	
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/themes/default/images/button_next.png');
}

#nextLink[id] {
	background-image: url("/themes/default/images/button_next.png");
}

#prevLink:hover, #nextLink:hover {
	background-color:	transparent !important;
}

/* HEADERS & LINKS */

#content a {
	color:				#FFFFFF;
}

#content a:hover {
	text-decoration:	none;
	background-color:	#FAF13A;
	color:				#000000;
}

#content a img {
	border:				0;
}

#content a.imgLink img {
	margin-top:			8px;
}

a.imgLink:hover {
	background-color:	transparent !important;
}

h1 {
	margin-top:			0px;
	margin-bottom:		5px;
	
	font-size:			50px;
	
	line-height:		50px;
}

/* FOOTER */

#footer{
	position: relative;
	width: auto;
	height: 55px;
	background: #3a539c;
}

#fButton1{
	position: absolute;
	top: 0px;
	left: 65px;
}

#fButton2{
	position: absolute;
	top: 0px;
	left: 325px;
}

#fButton3{
	position: absolute;
	top: 0px;
	left: 710px;
}

.footerImg{
	cursor: pointer;
}

/*#pageTitleContainer{
	margin-left:			30px;
}*/

/*p.pageTitle{
	font-family: arial;
	font-weight: bold;
	font-size: 36px;
	color: #faf13a;
}*/

/* SEARCH RESULTS */

#search {
	height:				20px;
	
	float:				right;
	
	text-align:			right;
}

#search input {
	margin:				0px;
	padding:			0px;
}

#search input#txtSearch {
	height:				16px;
	
	margin-bottom:		6px;
	
	border:				1px solid black;
	
	font-size:			12px;
	
	color:				#888888;
}

#search img {
	margin:				0;
	padding:			0;
}

.resultPreview {
	font-size:			12px;
	line-height:		12px;
}

.searchMore {
	position:			absolute;
	
	bottom:				0px;
	right:				0px;
}

/* SELFTEST */

.question {
	display:			none;
	overflow:			hidden;
}

#question1 {
	display:			block;
}

a.selfTestButton {
	/*width:				70px;
	height:				65px;*/
	width:				42px;
	height:				42px;
		
	display:			block;
	float:				left;
	
	background-image:	url("/themes/default/images/radio_open2.png");
}

a.selfTestButton img {
	border:				0;
}

a.selfTestButton:hover {
	/*background-image:	url("/themes/default/images/radio_selected.png");*/
	
	background-color:	transparent !important;
}

.selfTestOption {
	height:				38px;
	padding-top:		10px;
}

/* CONTACTFORM */

.fText {
	width:				195px;
}

.fTextArea {
	width:				430px;
	height:				78px;
}

label {
	font-size:			17px;
}

#contactDiv {
	margin-top:			8px;
}

/* FLASH */

#flashDiv {
	width:				625px;
	/*height:				340px;*/
	
	position:			absolute;
	top:				150px;
}

#flashTop {
	position:			relative;
	
	text-align:			right;
}

#flashContent {
	position:			relative;
}

#hideFlashLink {
	float:				right;
	margin-top:			38px;
}