@charset "utf-8";
/* WdeB */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0;  line-height:normal;}

/* Normalizes font-size for headers */
h1,h3,h4,h5,h6 { font-size : 100%;}
h2{ font-size : 100%;}
/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html,body {
		margin:0;
		padding:0;
		height:100%;
	}
	

/* ================ divs ====================== */

#container {
	min-height:100%;
	position:relative;
	background-image: url(../img/bg_container.png);
	background-repeat: repeat-x;		
	}
#header {
	height: 160px;
	background-image: url(../img/bg_head2.png);
	background-repeat: repeat-x;	
	}
	
#branding{
	margin: 0 auto;
	height: 160px;
	width: 900px;
	background-image: url(../img/Microstar_animation.gif);
	background-repeat: no-repeat;
}
	
#nav2{
	margin: 0 10px 0 auto;
	height: 20px;
	width: 500px;
	text-align:right;
}	

#zoek{
    float:right;
    font-family: "Verdana";
	font-size: 12px;
	color: #EAEAEA;
	margin-top: 20px;
}

#logo{
	width: 195px;
	height: 50px;
	float: left;
	text-indent: -8888px;

}
#logo a{
	display: block; 
	width: 195px;
	height: 50px;
}
	
#body {
	padding-bottom:95px;	/* Height of the footer */
	}

#nav{
	margin: -35px auto 40px auto;
	height: 35px;
	width: 900px;
}
	
#content{
	margin: 0 auto;
	min-height: 400px;
	width: 884px;
	padding: 20px 8px 0px 8px;
}

	
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;			/* Height of the footer */
	text-align: center;
	padding: 20px 0 0 0;
	background-image: url(../img/bg_head2.png);
	background-repeat: repeat-x;	
	}
/* ================ home ====================== */	
#home{
	background-image: url(../img/home_microstar.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 415px;
	width: 246px;
	padding: 50px 0 0 640px;
	margin-top: -30px;
}

#home ul{
	margin: 40px 0 0 0;

}

#home li{
	background-color: #121212;
	height: 90px;
	width: 240px;
	border: 2px outset #FFFFFF;
	text-align: center;
	background-image: url(../img/bg_knop2.png);
}

#home li a{
	display: block;
	height: 75px;
	width: 240px;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px 0 0 0;
		 
}
#home li a:hover {
	color: #318DCF;
	text-decoration: none;
	border: none;
}
.mkb{
	margin: 50px 0 0 0;
}

#support{
	text-align: center;
	background-color: #F0F0F0;
	height: 35px;
	border: 1px solid #CCCCCC;
	padding: 5px 0 0 0;
}

#support p {
    font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #006699;	
}

/* ================ nav ====================== */	
	
#nav ul{
	width: 900px;
	*width: 900px;
	_width: 902px;
	margin: 0px 0 0 0px;

}

#nav li{
	float:left;
	width: 146px;
	height: 35px;
	margin: 0 2px 0 2px;
	*margin: 0 2px 0 2px;
	_margin: 0 2px 0 2px;
	background-image:url(../img/bg_nav_off.png);
	*background-image:url(../img/bg_nav_off.png);
	_background-image:url(../img/bg_nav_off_ie6.png);
	text-align: center;
	background-repeat: no-repeat;
}


#nav li.current{
	background-repeat: no-repeat;
	background-image:url(../img/bg_nav_current.png);
	*background-image:url(../img/bg_nav_current.png);
	_background-image:url(../img/bg_nav_current_ie6.png);
	background-position: top;
}

#nav li a{
	display: block;
	text-decoration: none;
	width: 146px;
	height: 29px;
	padding: 6px 0px 0 0px;
	font-family: "Verdana";
	font-size: 17px;
	color: #006699;	
}

#nav li a:hover{
	color: #E83026;
}

/* ================ nav2 ====================== */

#nav2{
	font-family: "Verdana";
	font-size: 10px;
	color: #EAEAEA;
	padding: 5px 0 0 0;	
}

#nav2 a{
	color: #EAEAEA;
	text-decoration: none;
}
#nav2 a:hover{
	text-decoration: underline;
}

/* ================ nav3 ====================== */

#nav3{
	font-family: "Verdana";
	color: #666666;
	font-size: 10px;
	margin-left: -100px;
}
#nav3 a{
	color: #666666;
	text-decoration: none;
}
#nav3 a:hover{
	text-decoration: underline;
}
	
/* ================ content ====================== */

table.split{
	width: 884px;
}

#content table.split tbody tr td.mid li a{
	color:#E9382C;
}

#content table.split tbody tr td.mid li a:hover{
	color:#E9382C;
	border-bottom:dotted 1px #E9382C;
}
td.main{
	width: 481px;
	text-align: left;
	padding: 20px 10px 0 0px;
	color: #666666;
	font-family: "Verdana";
}

td.mid {
    width: 280px;
	padding: 20px 0px 0px 10px;
	text-align: middle;
	vertical-align: top;
	
}

td.sidebar{
	width: 100px;
	padding-left: 10px;
	text-align: middle;
	vertical-align: top;
}
.downloadstext{
	font-size:12px;
}
.item{
	background-image: url(../img/bg_item.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;	
}

td.mid li{
	list-style-position: inside;
	list-style-type: disc;
	color: #E9382C;
	font-weight: bold;
	margin: 0 0 5px 10px;		
}

td.mid li.subnav{
	list-style-type: none;
	color: #000;
	font-weight: bold;
	margin: 0 0 5px 10px;		
}

.border{
	border: 1px solid #CCCCCC;
}
/* ================ zoekfunctie ====================== */


#zoekresultaat li{
	list-style-type: disc;
	color: #E9382C;
	font-weight: bold;
	margin: 0 0 5px 10px;		
}
#zoekresultaat li a{
	list-style-type: disc;
	color: #E9382C;
	font-weight: bold;
	margin: 0 0 5px 10px;	
	font-size: 12px;	
}

/* ================ faq ====================== */


#faq li{
	list-style-type: disc;
	color: #E9382C;
	font-weight: bold;
	margin: 0 0 5px 10px;		
}

#faq .small{
    font-weight: normal;
}


/* ================ downloads ====================== */
li.download_locked, li.download {
	background:url(../img/lockoverlay.png) no-repeat 0px 0px;
	padding: 5px 30px 15px 30px;
	_padding: 5px 25px 15px 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #919191;
}

li.download{
	background: url(../img/icon_download.png) no-repeat 0px 0px;
}

.downloadheader {
margin-left: 10px;
display: block;
	margin: 5px 0 0 5px;
	font-size: 12px;
	color: #5488F6;
}

li.subnav a{
	margin: 0px 0 0 10px;
	font-size: 80%;
	color: #000;
}


/* ================ form ====================== */

label{
	width: 200px;
}

#vraag{
	border: 1px solid #000000;
	}

input{
	background-color: #FFFFFF;
	margin: 0 0 8px 0;
}
.usernameveld{
	background-color: #DEDCCE;
}
input.veld{
	border: 1px solid #000000;
	height: 19px;
	width: 197px;
	padding: 3px 0 0 3px;
}

.knop{
	height: 28px;
	width: 120px;
	margin: 10px 0 0 0px;
	background-image: url(../img/knopje.png);
	background-repeat: no-repeat;
	color: #E9E9E9;
	font-weight: bold;
	border: 0;
	background-color: #333333;
}

.knop_zelfde{
	height: 28px;
	width: 203px;
	margin: 10px 0 0 0px;
	border: 2;
	font-size: 12px;
}

.knop:hover{
	color: #318DCF;
}

#zoek input {float: left;margin-right: 10px;}

.zoek_knop{
    background-image: url(../img/zoek_knop.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 39px;
	border:0;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 3px 0;
	color: #318DCF;
	margin: 0px 10px 0 0;
	height:19px;
}

.zoek_knop:hover{
	color: #E83026;
}

.checkerdecheck{
	margin: 0 0 3px 0;
	*margin: 10px 0 0 0;
	font-size: 12px;
	_margin: 10px 0 0 0;
	
}

.checkerdecheck p{
width: 20px;
	
}

.checkerdecheck label{

	font-size: 12px;
}


/* ================ font ====================== */

h1{

}

h2{
	font-size: 17px;
	height: 34px;
	color: #666666;
	margin: 0px;
	font-family: "Verdana";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9382C;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
}



h3{
	font-size: 17px;
	font-weight: bold;
	color: #5488f6;
	margin: 0px 0 0px 0;
	font-family: "Verdana";
}




h4{
	font-family: Georgia, "Verdana", Times, serif;
	font-size: 11px;
	color: #C0C0C0;
	margin: 0 0 8px 0;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006699;	
}

p{
	color: #666666;
	font-family: "Verdana";
	font-size: 12px;
	line-height: 21px;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.txt{
	color: #666666;
	font-family: "Verdana";
	font-size: 15px;
	line-height: 21px;	
}

.error {
	color: #F00;
}

.correct {
	color: #197B30;
}

#footer p{
	font-size: 12px;
	color: #618A28;
	margin-left: -260px;
	position: absolute;
	left: 50%;
}

#footer p a{
	color: #618A28;
	text-decoration: none;
}
#footer p a:hover{
	color: #5488f6;
	text-decoration: none;
}

#content a{
	color: #5488f6;
	font-family: "Verdana";
	text-decoration: none;

}

#content a:hover{
	color: #5488f6;
	font-family: "Verdana";
	border-bottom:dotted 1px #5488f6;


}	

/* ================ home ====================== */

#content a.home_knop{
	width: 109px;
	height: 66px;
	display: block;
	background-image: url(../img/button.png);
	padding: 5px 0 0 42px;
	color: #E2E2E2;
	font-size: 24px;
	font-weight: bold;
	float: right;
	margin: -117px 30px 0 0;
}

#content a.home_knop:hover{
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;	
}

h3.home{
	color: #E9382C;
	font-size: 25px;
}

li.sitemap{
	list-style-type: circle;
	list-style-position: inside;
}

/* FAQ */

#vakje {
	margin: auto; 
	width: 887px;
	background-color: none;
	}
	
#faqvakje {
	margin: auto; 
	width: 637px;
	background-color: none;
	}

#menu {
	float: left;
	padding: 10px 0 0 0;
	}

#bontent {
	padding: 10px 15px 15px 15px;
	background: #FFFFFF;
	border: solid 1px #dfdfdf;
	font-size: 12px;
	float: right;
	min-height: 500px;
	_height: 500px;
	width: 425px;
	font-family: Verdana;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
position: absolute;
_left: 50%;
_margin-left: -443px;
_top: 280px;
	}
	
#menu li {
	width: 166px;
	list-style-type: none;
	padding: 7px 7px;
	color: #5488f6;
	font-weight: bold;	
		font-size: 13px;
	}
	
#menu li.active {
	background-color: #fff;
	border: solid 1px #e0dfdf;
	border-right: 0px;
	color: #000000;
	}
	
#menu li.active a {
	color: #000000;
	}
	
	
#menu li a {
	color: #5488f6;
	}
	
#menu li a:hover {
	color: #5488f6;
	}


#bontent dl {
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	border-bottom: solid 1px #DFDFDF;
	}

#bontent a {
	color: #000000;
	font-weight: bold;
	}
	
#bontent dt {
	border-top: solid 1px #DFDFDF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	}
	
#bontent dd {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	}
	
#bontent dd p {
font-size: 12px;
	}
#bontent table {
width: 420px;
}

#content input.checkerdecheck {
_padding: 0;
_margin-left: -3px;
_background: none;
*padding: 0;
*margin-left: -3px;
*background: none;

}

.beiden {
	display: block;
	border-bottom: solid 1px #e0dfdf;	
	}

.clear { 
	clear: both;
	}
#content .productenlijst{
	font-size:12px;
}
#content .productenlijst ul li{
	list-style-position: inside;
	list-style-type: disc;
}
#content .productenlijst ol li{
	list-style-position: inside;
	list-style-type: decimal;
}

#content .productenlijst a{
	color: #5488F6;
}

#content .productenlijst a:hover{
	color: #5488F6;
	border-bottom:dotted 1px #5488F6;
}


#content ul{
	margin-bottom:5px;
	
}
#content li.subsitemap{
	list-style-position: inside;
	list-style-type: disc;
	color: #E9382C;
	margin: 0 0 0 15px;	
	font-size:12px;
	
}
#content li.subsitemap a{
	color: #E9382C;
}

#content li.subsitemap a:visited{
	color: #E9382C;
}
#content li.subsitemap a:hover{
	color: #E9382C;
	border-bottom:dotted 1px #E9382C;
}
