/******************************************************************************
 * STANDARD ELEMENTS - Styles for standard HTML elements
 ******************************************************************************/

body, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #ed131b;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

input, textarea {
	padding: 2px;
}

/******************************************************************************
 * GENERIC CLASSES - Classes that can be used everywhere
 ******************************************************************************/
.clear_both           { }
.bodytext             { }


/******************************************************************************
 * STANDARD DIVISIONS - The divisions that make up the layout of the page
 ******************************************************************************/
#container            { width: 700px; margin: 12px;}

#left 				  {  }
#header               { }
	#header_title     { }
	#mainmenu         { }

#main                 { margin-bottom: 12px; margin-top: 12px; }
#content          { }
	
#right            { display: none; }

#footer               { border-top: 2px solid black; }


/******************************************************************************
 * MENU LAYOUT - The layout of the menu, submenu and other menu like lists
 ******************************************************************************/
#mainmenu span {display: none; }
#submenu { display: none; }


/******************************************************************************
 * HEADER - Specific styles for the header
 ******************************************************************************/


/******************************************************************************
 * CONTENT COLUMN - Specific styles for the content column
 ******************************************************************************/
#content {

}

#content h1 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 11px;
}


/******************************************************************************
 * LEFT COLUMN - Specific styles for the left column
 ******************************************************************************/





/******************************************************************************
 * RIGHT COLUMN - Specific styles for the right column
 ******************************************************************************/



/******************************************************************************
 * FOOTER - Specific styles for the footer
 ******************************************************************************/
.copyright {
	font-size: 9px;
}

/******************************************************************************
 * MAILFORM - Mailform style
 ******************************************************************************/

 #mailform fieldset {
 	border: 0px;
 	width: 300px;
 	margin-bottom: 12px;
 }
 
#mailform .csc-mailform-field {
	width: 500px;
	clear: both;
}

#mailform label {
	float: left;
	width: 200px;
	text-align: left;
	margin-right: 15px;
	padding: 4px;
}



#mailform .csc-mailform-check {

}

#mailform #mailformAanhef {
	width: 200px;
} 

#mailform #mailformAanhef legend {
	display: none;
}

#mailform .csc-mailform-submit {
	float: right;	
}

span.csc-mailform-label {
	font-weight: bold;
} 

#mailform #mailformAanhef input {
	clear: both;
	float: left;
} 

#mailform #mailformAanhef label {
	width: 100px;
	float: left;
} 

/******************************************************************************
 * SEARCH - Searchpage style
 ******************************************************************************/
 
 .csc-searchResult {
 	margin-bottom: 10px;
 }
 
 .csc-form-label {
 	text-align: left;
 }
 
.csc-form-labelcell {
 	width: 100px;
}

.csc-form-fieldcell {
 	width: 100px;
 	text-align: left;
}

/******************************************************************************
 * PRINT - print style
 *****************************************************************************/
 
#print {
	display: none;  
}