html {
	min-height: 100%;
	height: auto;
}
body {
margin:0px;
padding:0px;
background-color:#232323;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#999999;
}
/* ----------------All divs--------------*/
#submenu {
z-index:15;
position:absolute;
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#FFFFFF;
left: 480px;
top: 100px;
}
#submenu a {
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
#submenu a:hover {
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
/* ------------- zoekbalk ook voor submenu ---------------- */
#zoekbalk {
width:900px;
height:35px;
background-color:#262626;
margin-left:28px;
text-align:right;
}
/* ------------- content en rechts flash ---------------- */
#content {
width:450px;
margin-left:28px;
text-align:left;
margin-top:10px;
margin-bottom:10px;
min-height: 320px;
height: auto !important;
min-height: 320px;
}
#flash {
z-index:5;
width:450px;
height:328px;
background-color:#0066FF;
}
/* ------------- onderzijde ---------------- */
#bot {
font-size:10px;
font-weight:bold;
width:960px;
height:40px;
margin-left:28px;
}
#bot a {
color:#999999;
}
#bot a:hover {
color:#fff;
}
#language {
	position: absolute;
	top: 6px;
	right: 10px;
}
#trefnet {
	text-align: center;
}

/* ------------- zoekveld ---------------- */
.zoekbox {
position:absolute;
z-index:10;
top: 99px;
left: 39px;
width: 164px;
}
.zoekveld {
font-size:12px;
border:#888888 1px solid;
color:#e6e6e6;
background-color:#262626;
width:96px;
height:20px;
padding:0px;
margin-top:2px;
}
.zoekknop {

}

/* ------------- produkten ---------------- */
.product_title {
color:#666666;
font-weight:bold;
font-size:12px;
line-height:16px;
}
.product_description {
color:#666666;
font-size:12px;
line-height:16px;
}


/* ------------- wrapper ---------------- */
#wrapper {
background-color:#000000;
border:#737373 1px solid;
position: relative;
margin: 0 auto;
text-align: left;
width: 960px;
}
/* ------------- algemeen cms ---------------- */
tr {
vertical-align: top;
}
h1 {
color:#f00202;
font-weight:bold;
font-size:12px;
line-height:16px;
}
h2 {
color:#737373;
font-weight:bold;
font-size:12px;
line-height:16px;
}
h3 {
color:#999999;
font-weight:bold;
font-size:12px;
line-height:16px;
}
a {
color:#009633;
text-decoration:underline;
}
a:hover {
color:#e4312c;
text-decoration:underline;
}
