@import url('table.css');
* {
    margin:0px;
    padding:0px; 
    }
    html, body {
        text-align:center;
        /*background:#dddddd;*/
       /* background:#dddddd;*/
		background:#03C;
		background:#8c8c96;
        }
        #contain {
            margin:0px auto;
            text-align:left;
            width:980px;
            border-left:1px solid #fff;
            border-right:1px solid #fff;
            background:#eee url('../gfx/background/body.gif') top center repeat-y;
            }
            #identity  {
                float:left;
                width:980px;
                height:119px;
                display:inline;
                background:#f80 url('../gfx/background/topbar.jpg') top center no-repeat;
                border-bottom:1px solid #fff;
                }
                #logo {
                    float:left;
                    width:190px;
                    height:73px;
                    margin:25px 0px 0px 10px;
                    display:inline;
                    }
                    #logo[id] {background:url('../gfx/basic/incentivedirect.png') top left no-repeat;}
                #nav {
                    float:left;
                    margin:30px 26px;   
                    }
                    #nav li {
                        float:left;
                        width:88px;
                        height:66px;
                        padding:0px;
                        display:inline;
                        text-align:center;
                        }
                        #nav li a {
                            padding:5px;
                            display:block;
                            height:66px;
                            color:#fff;
                            text-decoration:none;
                            background:url('../gfx/basic/nav_off.jpg') top center no-repeat;
                        }
                        #nav li a:hover {
                            color:#000;
                            background:url('../gfx/basic/nav_on.jpg') top center no-repeat;
                        }
                        li#nv1 a,
                        li#nv3 a,
                        li#nv4 a,
                        li#nv5 a {
                            padding-top:15px; 
                        }
                #payoff {
                    float:right;
                    margin:0px 0px 0px 0px;
                }
            #main {
                float:left;
                width:980px;
                display:inline;
                background:#fff;
            }
            #vervolg #main {
                border-bottom:5px solid #ddd;
                /* background:#fff url('../gfx/background/sidecol.gif') top left no-repeat; */
                }
                #stikker {
					background-color:#F00;
                    position:absolute;
                    width:411px;
                    height:208px;
                    margin-top:451px;
					margin-left:284px;
					z-index:100;
                    
					background:url('../gfx/schatkamer.jpg');
					background-repeat:no-repeat;
					background-position:100% 100%;
                }
                #stikker[id] {
                    /*background:url('../gfx/stikker-blank.png');*/
                }
                #sidecol {
                    float:left;
                    width:285px;
                    height:auto;
                    margin:0px 0px 0px 0px;
                    display:inline;
                    }
                    .white_bg {
                        border-top:5px solid #FFF;
                        display:block;
                        background:#fff;
                        padding-bottom:10px;
                    }
                    .offerte {
                    }
                    #lbox {
                        width:585px;
                        margin:0px;
                        }
                        ul#steps {
                            float:left;
                            width:100%;
                        	margin:1px 0px;
                        	padding:0px;
                        	list-style:none;
                            display:inline;
                            background:#eee;
                        	}
                            ul#steps li {
                            	float:left;
                            	background:#eee;
                            	padding:0px;
                            	}
                                ul#steps li a {
                                	text-decoration:none;
                                	font-size:1em;
                                	display:block;
                                	margin:0px;
                                	padding:2px 4px;
                                	color:#666;
                                	background:#eee;
                                	border-left:1px solid #fff;
                                	}
                                    ul#steps li.on a {
                                    	background:#fff;
                                    	}
                        #form1 {
                            margin:0px !important;
                        }
                #content {
                    float:left;
                    width:694px;
                    display:inline;
                    border-left:1px solid #fff;
                    background:#fff;
                    }
                    .pageselect {
                        padding:10px 0px;
                        background:url('../gfx/background/pageselect.gif');
                        display:block;
                        border-bottom:2px solid #eee;
                        }
                        .nr2 {
                            border-bottom:0px;
                            border-top:2px solid #eee;
                        }
                        .pagecount {
                            font-weight:bold;
                            font-size:0.8em;
                            color:#666;
                            }
                            .pagecount strong {
                                color:#ff5c00;
                                font-size:1.2em;
                            }
                        .pagenumbers {
                            text-align:right;
                            }
                            .pagenumbers a,
                            .pagenumbers span {
                                /*border-left:1px dotted #ddd;*/
                                padding:2px 5px;
                            }
                            .pagenumbers .first {
                                border:0px;
                            }
                    .arrange_item {
                        display:block;
                        border-top:1px solid #eee;
                        margin-top:20px;
                        }
                        .arrange_item img {
                            float:right;
                            margin:20px;
                            display:inline;
                            border-top:3px solid #ff5c00;
                            border-bottom:3px solid #ff5c00;
                        }
                        .arrange_price {
                            float:right;
                            margin-top:15px;
                            display:inline;
                            font-weight:bold;
                            font-size:0.9em;
                            color:#ff5c00;
                        }
                    #description {
                        float:left;
                        width:500px;
                        display:inline;
                    }
                    #infobox {
                        float:right;
                        width:160px;
                        background:url('../gfx/background/pageselect.gif');
                        margin-top:65px;
                        display:inline;
                        }
                        #infobox p {
                            margin:10px 5px;
                        }
                        #infobox img {
                            display:block;
                        }
                        #infobox .vorige_bttn {
                            font-weight:bold;
                            font-size:0.7em;
                            font-family:arial;
                            }
                            .vorige_bttn a {
                                text-align:center;
                                display:block;
                                padding:5px;
                                background:#000;
                                text-decoration:none;
                            }
                            .vorige_bttn a:hover {
                                display:block;
                                background:#fff;
                                color:#000;
                                border:1px solid #000;
                                padding:4px 5px;
                            }
                #colm1 {
                    float:left;
                    width:284px;
                    height:auto;
                    display:inline;
                }
                #vervolg #visual {
                    float:left;
                    width:694px;
                    height:120px;
                }
                #colm2 {
                    float:left;
                    width:205px;
                    height:auto;
                    display:inline;
                    border-right:1px solid #FFF;
                }
                #colm3 {
                    float:left;
                    width:205px;
                    height:486px;
                    display:inline;
                    /*background-color:#ff0000;*/
                }
                a.acties {
                    background:#000;
                    display:block;
                    text-align:center;
                    text-decoration:none;
                    font-family:arial;
                    font-size:0.8em;
                    line-height:1.5em;
                }
                .actieImage {
                    display:block;
                    width:205px;
                    height:190px;
                }
                .actietitel {
                    padding:5px 0px;
                    display:block;
                    font-weight:bold;
                }
                .actieprijs {
                    padding:5px 0px;
                    display:block;
                    color:#fff;
                }
                #colm4 {
                    float:left;
                    width:285px;
                    height:auto;
                    display:inline;
                }
                .titler {
                    height:58px;
                    display:block;
                    /*background:#000;*/
                    /*background:#004982;*/
                    background:#383838;
                }
                #colm1 .titler {border-right:1px solid #fff;}
                #colm4 .titler {border-left:1px solid #fff;}
                .titler form {
                    float:left;
                    margin-top:17px;
                }
                .titler span {
                    display:block;
                    padding:23px 0px 0px 25px;
                    font-family:arial;
                    font-size:0.8em;
                    font-weight:bold;
                    text-transform:uppercase;
                    color:#ff5c00;
                }
                #bt-catalogus {
                    float:left;
                    width:200px;
                    height:40px; 
                    margin:8px 0 0 24px;
                    background:url('../gfx/basic/bt-catalogus.gif');
                    text-indent:-999em;
                }
                #bt-catalogus:hover {
                    background-position:0 40px;
                }
				#knoppenbalk {
					 margin-top:450px;
					 position:absolute;
					 z-index:10000;
                }
                .element {
                    display:block;
                    border-bottom:4px solid #ddd;
                    padding-bottom:2px;
                }
                .element_vervolg {
                }
                .large {
                	/*height:253px;*/
                	height:267px;
                }
                .small {
                	/*height:134px;*/
                	height:154px;
                }
				.top10 ul {
					list-style-image:none;
					list-style-type:none;
					list-style:none;
					background:none;
					margin:0;
					padding:0;
				
				}
				.top10 ul li {
					list-style-image:none;
					list-style-type:none;
					list-style:none;
					background:none;
				
				}
                    
                    
            #footer {
                float:left;
                width:980px;
                height:77px;
                display:inline;
                background:#383838;
                border-top:13px solid #000;
                }
                #footer a {
                    text-decoration:none;
                }
                #footer #mpi_logo {
                    float:left;
                    width:97px;
                    height:37px;
                    margin:20px;
                    display:inline;
                    background:url('../gfx/basic/mpi_logo.gif');
                }
				
				 #footer #sgr_logo {
                    float:left;
                    width:107px;
                    height:47px;
                    margin:10px;
                    display:inline;
                    background:url('../gfx/basic/sgr_logo.gif');
                }
                #footer #site_logo {
                    float:left;
                    width:97px;
                    height:37px;
                    margin-left:5px;
                	margin-top:20px;
                    display:inline;
                    background:url('../gfx/basic/site_logo_new.gif');
                    background-repeat:no-repeat;
                }
 				#footer #twitter_logo {
                    float:right;
                    width:28px;
                    height:28px;
                    margin-top:22px;
                	margin-right:39px;
              		display:inline;
                    background:url('../gfx/basic/twitter_logo.png');
                }
				#footer #linkedin_logo {
                    float:right;
                    width:28px;
                    height:28px;
                	margin-top:22px;
                	margin-right:8px;
                    display:inline;
                    background:url('../gfx/basic/linkedin_logo.png');
                }
                #footer span {
                    float:left;
                    margin:15px 0px 0px 130px;
                    width:280px;
                    display:inline;
                    font-family:arial;
                    font-size:0.7em;
                    text-align:center;
                    color:#999;
                }
                #footer span a {
                    color:#eee;
                }
                #footer span a:hover {text-decoration:underline}
                
            #footermpi {
	        margin-top:12px
                float:left;
                width:980px;
                height:77px;
                display:inline;
                background:#fff;
                border-top:13px solid #000;
                font-family: arial;
                font-size: 12px;
                }
                
            #footermpi p {
                font-family: arial;
                font-size: 12px;
                }

            #footersite {
	        margin-top:12px
                float:left;
                width:980px;
                height:77px;
                display:inline;
                background:#fff;
                border-top:13px solid #000;
                font-family: arial;
                font-size: 12px;
                }
                
            #footersite p {
                font-family: arial;
                font-size: 12px;
                }
               
                
            
/* TEXT ELEMENTS */
#vervolg h2 {
    margin-top:30px;
}
h1 {
    font-family:arial;
    font-size:1em;
    color:#ff5c00;
    padding:30px 25px 10px 25px;
}
h2 {
    font-family:arial;
    font-size:0.9em;
    color:#ff5c00;
	margin:0px 25px 10px 25px;
	padding-top:10px;
}
h3 {
    font-family:arial;
    font-size:0.9em;
    color:#ff5c00;
    padding:15px 25px 10px 25px;
}
h4 {
    font-family:arial;
    font-size:0.9em;
    color:#ff5c00;
    padding:10px 5px 20px 5px;
}
h5 {
    font-family:arial;
    margin:0px;
    padding:2px 5px;
    background:#eee;
}


h6 {
	font-family:arial;
    font-size:1.3em;
    color:#ff5c00;
    padding:0;
	margin:0;
}

.home {
    font-family:arial;
    font-size:0.9em;
    color:#ff5c00;
	margin:0px 25px 10px 25px;
	padding:0;
	padding-top:10px;
	
}

.titel_schat {
    font-family:arial;
    font-size:0.8em;
    color:#ff5c00;
    padding:0px 10px 0px 5px;
	line-height:20px;
}


h6 a {
	text-decoration:none;
	color:#ff5c00;
}

p {
    font-family:arial;
    font-size:0.75em;
    line-height:1.5em;
    margin:10px 25px;
}
em {
    font-family:arial;
    font-size:0.75em;
    line-height:1.5em;
    margin:10px 5px;
}
ul {
    list-style:none;
    margin:10px 25px;
    line-height:0.9em;
	padding:0;
}
ol {
    margin:0px 15px 0px 45px;
	padding:0;
}
li {
    font-family:arial;
    font-size:0.75em;
    padding-left:12px;
    background:transparent url('../gfx/basic/ul.gif') -2px 5px no-repeat;
}
ol li {
    padding-left:0px;
    background:transparent;
}
a {
    color:#ff5c00;
	text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
form {
    margin:2px 25px 0px 25px;
    }
    fieldset {
        border:0px;
    }
a img {
    border:0px;
    display:block;
}


/*
    Petite aanpassingen
*/
#frmSearch select {
    font-size:0.9em;
    
}
a#button {
	margin: 40px auto;
	padding: 10px;
	display: block;
	width: 300px;
	font-weight: bold;
	font-size:16px;
	border: 2px solid #000;
	background-image:url(../gfx/button.jpg);
	color: #FFF;
	text-decoration: none;	
}
a:hover#button {
	border: 2px solid #FF5C00;
	background-image:url(../gfx/button_hover.jpg);
	color: #FFF;	
}
.buttoncenter,
.center{
	text-align: center;
}
.orange {
	background-color:#ff5c00;
}

.black {
	color:#000;
}
.black a {
	color:#ff5c00;
}
.white {
	color:#ffffff;
	text-decoration:none;
}
a.white:hover {
	text-decoration:underline;
}
.li_white {
	background:transparent url('../gfx/basic/ul_white.gif') -2px 5px no-repeat;
}
.hoverline {
	text-decoration:none;
}
a.hoverline:hover {
	text-decoration:underline;
}


#myImageFlow {
	background:url(../gfx/bg_schatkamer.jpg) no-repeat;;
	background-color:#000; 
	color:#FFF; 
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}


#myImageFlow{

	font-size:13px;
	text-decoration:none;
}
a#myImageFlow {

	text-decoration: none;	
}
a:hover#myImageFlow {
	text-decoration:none;
}
#myImageFlowtxt {
	width:400px;  
	height:70px; 
	font-family:Arial; 
	font-size:11px;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

#myImageFlowtxt a {
	text-decoration:none;
}
#myImageFlowtxt a:hover {
	text-decoration:none;
}

.mainoption {
	height:22px;
}
#text {
	width:645px; /* 670 - 25 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
    line-height:1.5em;
	padding:0 0 25px 25px;
}
#text img {
	border:none;
	float:right;
	padding:30px 0 20px 10px;
}
#text h2 {
	font-size:14px;
	margin:0 0 0 0;
	padding:0;
}
#text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    line-height:1.5em;
	color:#000;
	margin:0 0 20px 0;
}
.none {
	text-decoration:none;
}
hr {
	border: 0px; 
	color: #EEE; 
	background-color: #EEE; 
	height: 1px; 
	width: 100%;
	padding: 0px;
	margin: 5px;
	margin-left:0px;
	margin-right:0px;
}
.error {
	color: red;
	text-weight:bold;
}

#info_container{
	border:solid #FF5C00 2px;
	padding: 10px;
	margin-right:25px;
	margin-bottom:25px;
	height:60px;
}
	#info_container #infobutton{	
		width:40px;
		height:40px;
		float:left;
	}
	#info_omschrijving h2{
		font-family:arial;
    	font-size:20px;
    	color:#ff5c00;
		margin:0;
		margin-top:-5px;
		
	}
	#info_omschrijving {
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}
ul.normaal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:10px 0 0 8px;
}
li.normaal {
	background:url(../images/vinkvakje.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	padding:0 5px 4px 25px;
	margin:0 5px 4px 15px;	
	list-style:none;
}
ul.normaal2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:10px 0 0 25px;
}
li.normaal2 {
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	padding:0 5px 4px 0;
	margin:0 5px 4px 15px;	
	list-style:disc;
}
a.none_zwart, a.none_zwart:link {
	color:#000;
	text-decoration:none;
}
a.none_zwart:hover {
	color:#ff5c00;
	text-decoration:underline;
}
