/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 24, 2012 */



@font-face {
    font-family: 'CoolveticaRgRegular';
    src: url('coolvetica_rg-webfont.eot');
    src: url('coolvetica_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('coolvetica_rg-webfont.woff') format('woff'),
         url('coolvetica_rg-webfont.ttf') format('truetype'),
         url('coolvetica_rg-webfont.svg#CoolveticaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* rounded corners */

.curved { 
    -moz-border-radius:5px;  
    -webkit-border-radius:5px; 
    -khtml-border-radius:5px; 
    
    }

/* opacity */

.opac{
    
    opacity:0.4;
    filter:alpha(opacity=40);
}

/* begin stijl */

.container{
    
    width: 960px;
    margin: 80px auto 0 auto;
    text-align:center;
    
    font-family:arial;

}

.container h1{
    font-family: 'CoolveticaRgRegular', arial, serif;
    font-size:37px;
    color:#185776;
    margin: 0 0 30px 0;
    }
.container h2{
    font-family: 'CoolveticaRgRegular', arial, serif;
    font-size:18px;
    color:white;
    margin: 15px 0 0px 0;
}

.container #vak{
    
    background:url(/bg.png) no-repeat;
    width: 870px;
    height:482px;
    
    margin:0 auto;
    
}
        
            .links{
                width:100%;padding:15px;
                text-align:center;float:left;
                margin-top:20px
                }
            h2{
                color:#fff;
                background: #a1a8af;
                padding:5px;
                border-radius:5px;
                display:inline-block;
                position: relative;
                
            }
            .links p:nth-child(2){
                margin: 40px 0 0 0;
            }
            .links p{
                color:#fff;
                
                height:20px;
                line-height:20px;
                
                padding:5px;
                
                display:inline-block;
                font-size:12px;
            
                position: relative;
            }
            
            .rechts{
                width:35%;
                margin: 0 0 0 60px;
                text-align:left;
                float:left;
                padding:15px;
                }
                
            .rechts #form{
                
                margin: 30px 0 0 0;
                
            }
                    #form div{width:330px;clear:both; margin: 0 0 10px 0;height: 30px;}
                    #form span{display:block; width:130px;float:left;color:#fff;font-size:12px}
                    #form input[type=text],textarea{
                        color:#fff;
                        background: #a1a8af;
                        border-radius:5px;
                        float:left;
                        padding:5px;
                        border:0;
                        
                        }
                    #form input[type=submit]{
                        width:105px;
                        height: 35px;
                        display:block;
                        background: url(/knop.png) no-repeat;
                        border:0px;
                        margin: 0 0 0 130px;
                        cursor:hand;
                        cursor:pointer;
                        border:0px;
                        
                    }

                    
            
            
            
            
            