 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #DDEEFF;
	margin: 10px;
	padding: 0px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container	{ 
	border: 1px #006699 solid; 
}

#content-wrap  {
	background-color: #AEE3FF; 
}

#content        { 
	background-color: #AEE3FF; 
}

#content .title {
	font-weight: bold; 
	font-size: 14px;
	line-height : 120%;
	color : #004477;
}

#content .text	{	
	font-size: 11px;
}
#content .edit  {	
	text-align:right; font-size: 10px;
}

#content a {
	color:#000000;
	font-weight:bold;
}

#content td {
	font-size: 11px;
}


#nav { 
	background-color: #99CCFF; 
	border: 1px #006699 solid; 
	padding-top:2px; 
	padding-bottom:2px;
} 
#nav span {
	color:#006699; 
	font-size:10px; 
	font-weight:bold; 
	padding: 0px 0px 0px 2px;
}

#nav a { 
	color:#000000; 
	text-decoration: none;
}

#nav a:hover {
	color : #000000; 
	text-decoration: underline;
}


#header   { 	
	background-image: url(images/hominco/header_bg.jpg);
} 

#footer   	{ 	
	background-image: url(images/hominco/footer_bg.gif);
}
#footer div {
	color:#006699;
	font-size:10px;
	text-align:center;
} 


#mainmenu { 
	background-image: url(images/hominco/hoofdmenu_bg.gif);
	padding: 110px 0px 0px 6px; /* boven-rechts-onder-links */
} 

#mainmenu span {
	color:#006699;
	font-size : 11px; 
	font-weight: bold;
} 

#mainmenu a {
	color:#006699;
	text-decoration: none;
}

#mainmenu a:hover {
	color : #DD6900;
	text-decoration: underline;
}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");