/******************************
 ** Standaard dingen
 *******************************/
/*
 * reset all
 */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    color: #00275b;
    font-family: Verdana, "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
    font-size: 11px;
    background: #67005c;
}

a {
    text-decoration: none;
    color: #930084;
    font-weight: 800;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.bold {
    font-weight: bold;
}

h1 {
    font-size: 1.3em;
    padding-bottom: 5px;
}

/******************************
 ** Algemeen
 *******************************/
div#container {
    width: 995px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/images/wrapper_image.png");
}

div#header {
    background-image: url("/images/header.png");
    width: 852px;
    height: 149px;
    margin-left: 50px;
}

div#topMenu {
    background: #c9d300 no-repeat;
    width: 852px;
    height: 25px;
    border-top: 1px solid #67005c;
    border-bottom: 2px solid #fff;
    margin-left: 50px;
}

div#leftMenu {
    margin-left: 50px;
    width: 198px;
    float: left;
    display: table;
}

div#content {
    width: 651px;
    margin-left: 250px;
    min-height: 780px;
    background-color: #fff;
	display:table;
}

div#text {
    padding: 8px;
    color: #860775;
    line-height: 1.5em;
	min-height:780px;
}

/***** Products overview*****/

div#contentProductsOverview{
	margin-left:20px;
	list-style-type:none;
	
}

div#contentProductsOverview a{
	color: #930084;
}

ul#homeList {
    list-style-type: none;
    padding-left: 20px;
}

ul#homeList li {
    display: inline;
}

div#poweredBy {
	float:right;
	margin-right:5px;
	margin-top:25px;
}

div#footer {
    width: 100%;
    background-color: #C9D300;
    height: 20px;
    clear: both;
    border-top: 2px solid #fff;
    width: 852px;
    margin-left: 50px;
	padding-top:3px;
}

.footer {
	margin-right:-80px;
}


/******************************
 ** Topmenu
 *******************************/
div#flags {
    margin-top: 135px;
    margin-right: 2px;
    float: right;
}

div#flags ul {
    list-style-type: none;
}

div#flags li {
    float: left;
    padding-left: 5px;
}

/******************************
 ** Topmenu
 *******************************/
div#topMenu ul {
    list-style-type: none;
    margin-left: 198px;
    height: 24px;
    width: 733px;
}

div#topMenu li {
    float: left;
    margin-top: 5px;
    font-weight: 800;
    font-size: 7.1pt;
    text-transform: uppercase;
    margin-left: 49px;
}

div#topMenu li:first-child {
    margin-left: 0;
}

div#homeLink a {
    margin-top: 5px;
    float: left;
    color: #930084;
    font-weight: 800;
    margin-left: 5px;
    font-size: 7.1pt;
    text-transform: uppercase;
}

div#topMenu li a {
    color: #930084;
    float: left;
}

/******************************
 ** leftMenu
 *******************************/
div#leftMenu ul {
    list-style-type: none;
    margin-left: 5px;
}

div#leftMenu li {
    line-height: 1.6em;
    font-size: 7.1pt;
}

.leftMenuLink a {
    color: #fff;
    margin-left: 15px;
}

li.header a {
    text-transform: uppercase;
    font-weight: 800;
    color: #c9d300;
    padding-top: 5px;
}

li.header {
    text-transform: uppercase;
    font-weight: 800;
    color: #c9d300;
    padding-top: 5px;
}

/******************************
 ** gallery
 *******************************/
ul#galleryList {
    display: table;
    margin-left: 30px;
    list-style-type: none;
}

ul#galleryList li {
    float: left;
    display: block;
    width: 190px;
    height: 270px;
}

ul#galleryList li p {
    text-align: center;
    padding-bottom: 10px;
}

/******************************
 ** Zoeken
 *******************************/
div#searchWrapper {
    margin-top: 10px;
    height: 70px;
    border-bottom: 2px solid #fff;
    width: 201px;
}

div#searchWrapper p {
    color: #fff;
    font-weight: 800;
    padding-bottom: 5px;
}

div#searchWrapper form {
    margin-left: 5px;
}

div#searchWrapper input {
    width: 180px;
}

div#searchWrapper a {
    color: #fff;
    float: right;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 5px;
}
