/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
    }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	outline: 0;
}




/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 80%/1.6em Helvetica, Arial, sans-serif;
	background: #CC2E00 url(../images/bg_sub.gif) repeat-x;
	color: #666666;
}

/* ******************* LINK ************************ */

a, a:visited {
	text-decoration:none;
	color: #CC2E00;
}

a:hover {
	text-decoration:none;
	color: #FFCC00;
}

/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	font:bold 13px Helvetica, Arial, sans-serif;
	color: #61615E;
	text-transform: uppercase;
	background: url(../images/h1_line.gif) repeat-x 0px 20px;
	padding-bottom: 20px;
}

h2 {
	padding:0px 0;
	font:bold 11px Helvetica, Arial, sans-serif;
	color: #CC2E00;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 10px;
}

h3 {
	padding:10px 0 0px;
	font:bold 11px Helvetica, Arial, sans-serif;
	color: #61615E;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	padding:0px 0;
	font:11px Helvetica, Arial, sans-serif;
	color: #999999;
	margin-bottom: 10px;
	text-transform: uppercase;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}


.note{
	color: #666666;
	font-size: 11px;
}

.txtcolour {
	background-color: #FFC;
}
/* ******************* GLOBAL TAGS ************************ */
.hr {

	width: 100%;

	height: 1px;

	border-style: dashed none none;

	border-width: 1px 0 0;

	border-color: #ccc

}
p, ul, ol {
	margin:0;
	padding:0 0 15px 0;
}

ul, ol {
	padding:0 0 10px 20px;
	
}


img {
	border:0;

}




/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;	
}

.spacer {
	width: 1px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }






/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#wrapper     {
	width: 950px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	}

#leftframe{
	float: left;
	width: 170px;
}
#rightframe{
	float: left;
	width: 780px;
	background: url(../images/top_sub_long.gif) no-repeat;
	padding: 85px 0px 0px;
}


/* ******************* TOP ************************ */

#top{
	
}

#language{
	text-align: right;
	padding-right: 15px;
	word-spacing: 5px;
	font-size: 11px;
	position: relative;
	right: 10px;
	width: 120px;
	float: right;
}

#language a{
text-decoration:none;
color:#999999;
}
#language a:hover{
	text-decoration:none;
	color:#CC2E00;
}
#language .actif{
	color:#FFCC00;
}
/* ******************* LOGO ************************ */

#logo  {
	
}



/* ******************* CONTENT *********************** */


#main   {
	padding-right: 25px;
	padding-left: 25px;	
}



/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

div#nav   {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 11px/1.2em Helvetica, Arial, sans-serif;
	color: #666666;
	width: 170px;
}

div#nav a {
	color: #666666;
	text-decoration: none;
}

div#nav a:hover {
	color: #CC2E00;
	text-decoration: none;
}

ul#navitem {
	color: #FFFFFF;
	font-size: 1em;
	font-family: "Trebuchet MS";
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 31px;
}



ul#navitem li {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #eaeaea;
	text-align: right;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
}


div#nav .navactif{
	color: #CC2E00;
	text-decoration: none;
}

div#nav .navactif a {
	color: #CC2E00;
	text-decoration: none;
}

div#nav .navactif a:hover {
	color: #61615E;
	text-decoration: none;
}



/* ************************************************** */
/* ******************* INTROPAGE ********************* */
/* ************************************************** */

.intro1{
	float: left;
	width: 250px;
	margin-right: 20px;
}
.intro2{
	float: left;
	width: 450px;
}



/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */

#search{
	width: 280px;
	text-align: right;
	position: absolute;
	z-index: 10;
	height: auto;
	margin: 0px;
	top: 10px;
	right: 20px;
}

.searchbtn{
	font-weight: bold;
	padding-left: 5px;
}

.searchbtn a{
	color: #F4F4F4;
	text-decoration: none;
}

.searchbtn a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#content   {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 460px;
	float: left;
}
#extra{
	float: left;
	width: 250px;
}


/* ******************* PRODUCTLINE ********************* */

.producthead{
	background: url(../images/title_bg.gif) repeat-x;
	text-transform: uppercase;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	font-size: 11px;
}


/* ******************* LIST ********************* */

.listcont{
	border-bottom: 1px dotted #efefef;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.listpic{
	float: left;
	width: 120px;
	margin-right: 10px;
}
.listtxtcont{
	float: left;
	width: 330px;
}
.listtitle{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC2E00;
}
.listtxt{}
.listdate{}


.productthumb{
	float: left;
	width: 120px;
	padding-right: 5px;
}


/* ************************************************** */
/* ******************* FORM ************************ */
/* ************************************************** */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

.verplicht{
	color: #FF0000;
}





/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */


#footer{
	padding: 0px;
	width: 780px;
	background: #CC2E00 url(../images/footer.gif) no-repeat;
	margin: 10px 0 0;
	color: #FFFFFF;
	height: 55px;
	font-size: 10px;
}

.footerspace{
	margin: 0px;
	padding-top: 17px;
	padding-left: 20px;
	width: 670px;
	float: left;
	font-size: 11px;
}
.legal{
	width: 80px;
	float: right;
	padding-top: 17px;
}

#footer a,#footer a:link,#footer a:visited,#footer a:active {
	text-decoration: none;
	color: #fdde05;
}

#footer a:hover {
	text-decoration: none;
	color: #CC2E00;
}



/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */


/* ******************* PAGINATION ****************** */
/*512megas.com */
	div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:left;
	}
	
	div.pagination a {
	border: 1px solid #dedfde;
	margin-right:3px;
	padding:2px 6px;
	background-position:bottom;
	text-decoration: none;
	color: #CC2E00;
	}
	div.pagination a:hover, div.pagination a:active {
	border: 1px solid #61615E;
	color: #fff;
	background: #CCCCCC url(none);
	}
	div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	font-weight: bold;
	color: #CC2E00;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 6px;
	
		color: #adaaad;
	}

/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	}
  
/* ******************* SCRIPTING ****************** */

.formfielderror {background: #FF727C}
.formfieldrequired {background: #FFFFA0}
.txtalert {
	color: #990000;
	font:bold 14px/1.2em Arial, Helvetica, sans-serif
}
