/******************************************************************************
 * STANDARD ELEMENTS - Styles for standard HTML elements
 ******************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

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

ul {
	padding-left: 20px;
}

input, textarea {
	padding: 2px;
}

/******************************************************************************
 * GENERIC CLASSES - Classes that can be used everywhere
 ******************************************************************************/
.clear_both           { clear: both; line-height: 0px; }
.bodytext             { margin-bottom: 6px; }


/******************************************************************************
 * STANDARD DIVISIONS - The divisions that make up the layout of the page
 ******************************************************************************/
#container            { width: 908px; text-align: left; margin: 0px auto; background: #fff; }

#left 				  { width: 678px; margin-right: 1px; float: left; }
#header               { width: 100%; }
	#header_title     { width: 100%; padding-top: 42px; height: 27px; }
	#mainmenu         { width: 100%; }

#main                 { width: 100%; margin-bottom: 12px; margin-top: 12px; }
	#submenu             { width: 146px; float: left; }
	#content          { width: 480px; float: left; }
	
#right            { width: 220px; float: left; }

#footer               { width: 908px; clear: both; font-weight: bold; text-align: center; margin-top: 12px; border-top: 3px solid #ed131b; }


/******************************************************************************
 * MENU LAYOUT - The layout of the menu, submenu and other menu like lists
 ******************************************************************************/
#mainmenu ul {
	background-color: #2a4480;
	height: 22px;
	padding-left: 26px;
	line-height: 14px;
	color: #fff;
}

#mainmenu span {
	float: left;
	width: 30px;
}

#mainmenu ul li {
	float: left;
	display: inline;
	font-weight: bold;
	padding: 3px;
}
#mainmenu ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0px 8px;
	text-decoration: none;
}
#mainmenu ul li a:hover, #mainmenu ul li.act a {
	color: #bbb6af;
}

#mainmenu ul li.item12 {
	background: url(../images/icons/small_constructie.gif) no-repeat 12px;
}

#mainmenu ul li.item11 {
	background: url(../images/icons/small_geluid.gif) no-repeat 12px;
}

#mainmenu ul li.item10 {
	background: url(../images/icons/small_brand.gif) no-repeat 12px;
}

#mainmenu ul li.item9 {
	background: url(../images/icons/small_dilateren.gif) no-repeat 12px;
}

#mainmenu ul li.item8 {
	background: url(../images/icons/small_detaillering.gif) no-repeat 12px;
}


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


/******************************************************************************
 * CONTENT COLUMN - Specific styles for the content column
 ******************************************************************************/
#content {
	padding-left: 26px;	
}

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

.home-icons {
	padding-left: 20px;
}


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

#submenu .menu-item {
	border-bottom: 1px solid #2a4480;
	padding: 4px;	
}

#submenu .menu-level2 {
	padding-left: 10px;	
}

#submenu .menu-level2 .menu-item {
	padding-left: 15px;	
}

#submenu a {
	color: #2a4480;	
	text-decoration: none;
}

#submenu .act a {
	color: #777;
	font-weight: bold;	
	text-decoration: none;
}

#submenu .menu-level2 .act a {
	font-weight: normal;	
}


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

#right .block, #right ul {
	color: #fff;
	background-color: #2a4480;
	padding: 4px 4px;
}

#right .block {
	width: 216px;
	padding-left: 8px;
	line-height: 14px;
	margin-bottom: 1px;
}

#right .block .searchform {
	padding: 12px 0px;
	height: 25px;
}

#right .block .searchform input {
	float: left;	
}

#right .red {
	background-color: #ed131b;	
}

#right ul {
	width: 180px;
	list-style-type: disc;
	padding-left: 30px;	
}


#right a {
	color: #fff;	
	text-decoration: none;
}

/******************************************************************************
 * 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: 150px;
	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 {
	clear: both;
	margin-top: 10px;
} 
 
#print .print {
	background: url(../images/icon_print.gif) no-repeat;	
	padding: 4px 24px 4px 24px;	
} 
 
#print .pdf {
	background: url(../images/icon_pdf.gif) no-repeat;	
	padding: 4px 24px 4px 24px;	
	
}

/******************************************************************************
 * IMAGE
 *****************************************************************************/
 
 .tx-bwimages-pi1 {
 	width: 240px;
 	height: 220px;
 	float: left;
 	margin-bottom: 20px;
 }
 
  .tx-bwimages-pi1 .image {
		margin-bottom: 10px;
   }
 
  .tx-bwimages-pi1 span.title {
 	font-weight: bold;
 }
 
 /******************************************************************************
 * SITEMAP
 *****************************************************************************/
 
 .csc-sitemap ul {
 	list-style: disc;
 	padding-left: 20px;
 }
 
.csc-sitemap ul ul {
	list-style: circle;
}

.csc-sitemap ul ul ul {
	list-style: square;
}

 /******************************************************************************
 * FAQ
 *****************************************************************************/
 
.tx-irfaq-pi1 p {
	padding: 4px; 
}
 
.tx-irfaq-pi1 dt {
	padding: 4px; 
}


/******************************************************************************
 * Uploads
 *****************************************************************************/
 
.csc-uploads td {
    text-align: left;
}  