/******************
 * Main framework *
 *****************/
.toptable {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.toprow {
    padding: 0.2vw;
    margin: 0px;
    border-spacing: 0px;
    background-color: black;
    background-image: url('img/Balkboven2.JPG');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    border-bottom: solid 2px #cc0066;
    display: block;
}

div.failure {
	border-radius: 6px 6px 6px 6px;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, darkred); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, darkred); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, darkred); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, darkred); /* Standard syntax */
    padding: 2px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    position: absolute;
    z-index: 99 !important;
    color: white;
}

div.warning {
	border-radius: 6px 6px 6px 6px;
    background: #007399; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0099cc, #007399); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0099cc, #007399); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0099cc, #007399); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0099cc, #007399); /* Standard syntax */
    padding: 2px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 99 !important;
}

div.success {
	border-radius: 6px 6px 6px 6px;
    background: green; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(darkgreen, green); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(darkgreen, green); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(darkgreen, green); /* For Firefox 3.6 to 15 */
    background: linear-gradient(darkgreen, green); /* Standard syntax */
    padding: 2px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 99 !important;
}

.footer {
    display: inline-block;
    text-align: center;
    color: dimgray;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: bottom;
}

img.smoelenboek_landscape {
    height: 10vw;
    width: 8vw;
    padding: 1vw;
    border-radius: 6px 6px 6px 6px;
}

img.smoelenboek_portrait {
    height: 80vw;
    width: 80vw;
    padding: 1vw;
    border-radius: 6px 6px 6px 6px;
}

img.maps_icon {
    height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

img.maps_icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}

table.agenda_items {
    padding: 0px;
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 6px 6px 6px 6px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

table.news_items {
    padding: 0px;
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 6px 6px 6px 6px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

table.maintain {
    padding: 0px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 6px 6px 6px 6px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 12px;
}
     
tr.odd {
background-color: #e6f2ff;
}

tr.even {
background-color: #FFFFFF;
}

th {
    text-align: right;
    width: 20%;
    padding-right: 10px;
}

th.maintain {
    text-align: left;
    font-size: 14px;
    color: #00465B;
    line-height: normal;
}

th.left {
    text-align: left;
}

th.smoelenboek {
    text-align: left;
    width: 50%;
    
}

td.smoelenboek {
    text-align: left;
    
}

th.agenda_item_date {
    font-size: 14px;
    line-height: 12px;
   /* font-family: "Source Sans Pro";*/
    text-align: left;
    padding: 0px;
}

th.news_item_date {
    font-size: 14px;
    line-height: 12px;
   /* font-family: "Source Sans Pro";*/
    text-align: right;
    padding: 0px;
}

th.agenda_item_title {
    font-size: 14px;
    line-height: 12px;
    /*font-family: "Source Sans Pro";*/
    text-align: left;
    padding: 0px;
}

th.news_item_title {
    font-size: 14px;
    line-height: 12px;
    /*font-family: "Source Sans Pro";*/
    text-align: left;
    padding: 0px;
}

td.agenda_item_date {
    font-size: 14px;
    line-height: 16px;
   /* font-family: "Source Sans Pro";*/
    text-align: left;
    padding: 0px;
}

td.agenda_item_title {
    font-size: 14px;
    line-height: 16px;
    /*font-family: "Source Sans Pro";*/
    text-align: left;
    padding: 0px;
}

td.news_item_date {
    font-size: 14px;
    line-height: 16px;
   /* font-family: "Source Sans Pro";*/
    text-align: right;
    padding: 0px;
}

td.news_item_title {
    font-size: 14px;
    line-height: 16px;
    /*font-family: "Source Sans Pro";*/
    text-align: left;
    padding: 0px;
}

tr.spacer {
    height: 5px;
}

td.spacer {
    height: 2px;
    font-size: 8px;
}

/*********
 * Links *
 *********/

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: darkblue;
}

/**********************
 * CSS by orientation *
 *********************/
 
/* portrait */
@media only screen and (orientation:portrait) {
    
     /***********
     * Generic *
     **********/
    
    table.smoelenboekentry {
        padding: 0px;
        width: 80vw;
    }
     
     .otheramount {
         display: block;
     }
     
     .icon_small {
         width: 2vw;
     }
     
     .icon_maintain {
         width: 5vw;
     }

.imageintext {
    padding: 2.5vw;
    border-radius: 2vw;
}

.news_image {
    padding: 2.5vw;
    border-radius: 2vw;
    max-width: 82vw;
}
     
.more {
    float: right;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cc0066;
    margin: 0vw 3vw 0vw 0vw;
    background-color: #cc0066;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.morelink:link,.morelink:active,.morelink:visited,.morelink:hover {
    font-size: 10px;
    color: white;
    padding: 0.5vw;
}


    .info_icon {
        height: 0px;
    }
    
    html, body {
    	margin: 0px;
    	padding: 0px;	
        font-family: "arial";
        font-size: 14px;
        text-align: justify;
        border-spacing: 0px;
        background-image: url("img/sidebg2.png");
        background-color: #cccccc;
        overflow-x:hidden; /* Prevent white space on right side of page */
    }
    
    span {
        font-family: "arial";
        font-size: 14px;
    }
    
    ul {
        font-family: "arial";
        font-size: 14px;
    }
    
    li {
        font-family: "arial";
        font-size: 14px;
    }

    .socialmedia {
        width: 8vw;
        position: absolute;
        top: 0.7vw;
        right: 0.7vw;
    }

	.toprow {
	    height: 15vw;
        margin: 0vw;
        padding: 0vw;
	}
	
	.landscaperow {
        margin: 0vw;
        padding: 0vw;
        display: none;
	}
	
	.portraitrow {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.row {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.block_afbeeldingen {
	    display: none;
	}
	
	.block_afbeeldingen_text {
	    display: none;
	}

    .block_module {
        display: inline-block;
        padding: 2vw;
        margin: 2vw;
        border: 1px solid #cc0066;
    	border-radius: 1vw 1vw 1vw 1vw;
        display: block;
        background-color: white;
        width: 91vw;
    }

    .block_agenda_side {
        display: inline-block;
        padding: 0vw;
        margin: 2vw;
        border: 1px solid #cc0066;
    	border-radius: 1vw 1vw 1vw 1vw;
        display: block;
        background-color: white;
        width: 95vw;
    }

    .block_nieuws_side {
        display: inline-block;
        padding: 0vw;
        margin: 2vw;
        border: 1px solid #cc0066;
    	border-radius: 1vw 1vw 1vw 1vw;
        display: block;
        background-color: white;
        width: 95vw;
    }
    
    .blocktitle {
        padding: 1vw 0vw 0vw 2vw;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #cc0066;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .blocklink {
        padding: 0.2vw 0vw 0.2vw 0vw;
        background-color: silver;
        width: 100%;
        text-align: right;
    }
    
    .menu_portrait {
        padding: 10vw 0 0 0;
        margin: 0px;
        min-height: 100vw;
        min-width: 30vw;
        float: right;
        z-index: 1;
        position: absolute;
        background-color: #cc0066;
        display: none;
    }
    
    .menu_portrait_item {
        padding: 0.5vw 1vw 0.5vw 1vw;
        margin: 0vw;
        background: transparent;
    }
    
    .menu_portrait_item_link:link,.menu_portrait_item_link:active,.menu_portrait_item_link:visited,.menu_portrait_item_link:hover {
        color: white;
        text-decoration: none;
    }
    
    .submenu_portrait {
        padding: 0.2vw 0vw 0.2vw 1vw;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    
    .submenu_portrait_item:link,.submenu_portrait_item:active,.submenu_portrait_item:visited,.submenu_portrait_item:hover {
        padding: 0.5vw 1vw 0.5vw 1vw;
        margin: 0vw;
        background: transparent;
        color: #cc0066;
        border: 0vw 0vw 0vw 1vw dimgray;
    }
    
    .submenu_portrait_item_link:link,.submenu_portrait_item_link:active,.submenu_portrait_item_link:visited,.submenu_portrait_item_link:hover {
        color: #cc0066;
        text-decoration: none;
        margin-left: 1vw;
    }
    
    .menu_landscape {
        display: none;
    }
    
    .menu_landscape_item {
        display: none;
    }
    
    .submenu_landscape_open {
        display: none;
    }
    
    .submenu_landscape_closed {
        display: none;
    }
    
    .submenu_landscape_item {
        display: none;
    }

    .logo_portrait {
        position: absolute;
        z-index: 2;
        top: 0;
        float: left;
        border-radius: 0px 0px 10px 0px;
        border: #FFFFFF;
        text-align:center;
        cursor: pointer;
        margin: 0vw;
        margin: 0vw;
        width: 30vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

    .logo_landscape {
        display: none;
    }
    
    .SponsorKliks {
        margin-left: 2vw;
        height: 90px;
        border: 1px solid #cc0066;
    	border-radius: 6px 6px 6px 6px;
    }
    
    .Maestro {
        margin-right: 2vw;
        float:right;
        height: 90px;
        border: 1px solid #cc0066;
    	border-radius: 6px 6px 6px 6px;
        
    }
}

/* landscape until 800px width */
@media only screen and (orientation:landscape) and (max-width:800px) and (pointer:fine) {
    
     /***********
     * Generic *
     **********/

    table.smoelenboekentry {
        padding: 0px;
        width: 45vw;
    }
     
     .otheramount {
         display: none;
     }
     
     .formtitle {
         text-align: left;
     }
     
     .icon_small {
         width: 1vw;
     }
     
     .icon_maintain {
         width: 1vw;
     }
     
     td.agenda_item_date {
         font-size: 10px;
     }
     
     td.agenda_item_title {
         font-size: 10px;
     }
     
     td.nieuws_item_date {
         font-size: 10px;
     }
     
     td.nieuws_item_title {
         font-size: 10px;
     }
     
     h1 {
         font-size: 10px;
     }

.imageintext {
    padding: 1vw;
    border-radius: 2vw;
}

.news_image {
    padding: 2.5vw;
    border-radius: 2vw;
    max-width: 55vw;
}

.more {
    float: right;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cc0066;
    margin: 0vw 2vw 0vw 0vw;
    background-color: #cc0066;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.morelink:link,.morelink:active,.morelink:visited,.morelink:hover {
    color: white;
    padding: 0.2vw;
    font-size: 6px;
}


.info_icon {
    height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.info_icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}
    
    html, body {
    	margin: 0px;
    	padding: 0px;	
        font-family: "arial";
        font-size: 10px;
        text-align: justify;
        border-spacing: 0px;
        background-image: url("img/sidebg2.png");
        background-color: #cccccc;
        overflow-x:hidden; /* Prevent white space on right side of page */
    }
    
    td {
        font-size: 10px;
    }
    
    span {
        font-family: "arial";
        font-size: 14px;
    }
    
    ul {
        font-family: "arial";
        font-size: 14px;
    }
    
    li {
        font-family: "arial";
        font-size: 14px;
    }

    .socialmedia {
        width: 2vw;
        position: absolute;
        top: 6.2vw;
        left: 0.5vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .socialmedia:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    
	.toprow {
	    height: 15vw;
        margin: 0vw;
        padding: 0vw;
	}
	
	.landscaperow {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.portraitrow {
        margin: 0vw;
        padding: 0vw;
        display: none;
	}
	
	.row {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
    
    .block_module {
        display: inline-block;
        float: left;
        padding: 1.5vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 61vw;
    }
    
    .block_spacer {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        border: 1px solid #cc0066;
        background-color: transparent;
        width: 61vw;
        height: 1600px;
    }
    
    .block_afbeeldingen {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 64vw;
    }

.block_afbeeldingen_text {
    position: absolute;
    top: 28.5vw;
    padding: 0.5vw;
    margin: 0.5vw;
    width: 63vw;
    height: 2.1vw;
        border: 1px solid #cc0066;
	border-radius: 0px 0px 6px 6px;
    background-color: #cc0066;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: white;
}
    
    .block_agenda {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 45.4vw;
    }
    
    .block_agenda_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .block_nieuws {
        height: 8vw;
        width: 65.8vw;
        display: inline-block;
        float: left;
        padding: 0vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        display: inline-block;
        background-color: white;
    }
    
    .block_nieuws_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .blocktitle {
        padding: 1vw 0vw 0vw 1vw;
        width: 100%;
        font-size: 8px;
        font-weight: bold;
        color: #cc0066;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .blocklink {
        padding: 0.2vw 0vw 0.2vw 0vw;
        background-color: silver;
        width: 100%;
        text-align: right;
    }
    
    .menu_portrait {
        display: none;
    }
    
    .menu_portrait_item {
        display: none;
    }
    
    .submenu_portrait {
        display: none;
    }
    
    .submenu_portrait_item {
        display: none;
    }
    
    .menu_landscape {
        padding: 0vw 0vw 0vw 0vw;
        display: block;
        position: absolute;
        margin: 0vw 0vw 0vw 15vw;
        background: #cc0066;
    	border-radius: 0px 0px 6px 0px;
    	height: 24px;
    }
    
    .menu_landscape_item {
        padding: 0.2vw 1.2vw 0.2vw 1.2vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: white;
    }
    
    .menu_landscape_item:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .menu_landscape_item_link:link,.menu_landscape_item_link:active,.menu_landscape_item_link:visited {
        color: white;
        text-decoration: none;
    }
    
    .menu_landscape_item_link:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .submenu_landscape_open {
        display: block;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
        min-width:40vw;
    }
    
    .submenu_landscape_closed {
        display: none;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    
    .submenu_landscape_item:link,.submenu_landscape_item:active,.submenu_landscape_item:visited {
        padding: 0.2vw 0.5vw 0.2vw 0.5vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: #cc0066;
    }
    
    .submenu_landscape_item:hover {
        background-color: #cc0066;
        color: white;
    }
    
    .submenu_landscape_item_link:link,.submenu_landscape_item_link:active,.submenu_landscape_item_link:visited {
        color: #cc0066;
        text-decoration: none;
    }
    
    .submenu_landscape_item_link:hover {
        background-color: #cc0066;
        color: white;
    }

    .logo_portrait {
        display: none;
    }

    .logo_landscape {
        position: absolute;
        z-index: 2;
        top: 0;
        float: left;
        border-radius: 0px 0px 10px 0px;
        border: #FFFFFF;
        text-align:center;
        cursor: pointer;
        margin: 0vw;
        margin: 0vw;
        width: 15vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .SponsorKliks {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
    	float: right;
        margin-right: 0.5vw;
    }
    
    .Maestro {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        float:right;
        margin-right: 0.5vw;
    }
}

/* landscape until 1024px width */
@media only screen and (orientation:landscape) and (max-width:1024px) and (pointer:fine) {
    
     /***********
     * Generic *
     **********/

    table.smoelenboekentry {
        padding: 0px;
        width: 45vw;
    }
     
     .otheramount {
         display: none;
     }
     
     .formtitle {
         text-align: left;
     }
     
     .icon_small {
         width: 1vw;
     }
     
     .icon_maintain {
         width: 1vw;
     }

.imageintext {
    padding: 1vw;
    border-radius: 2vw;
}

.news_image {
    padding: 2.5vw;
    border-radius: 2vw;
    max-width: 55vw;
}

.more {
    float: right;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cc0066;
    margin: 0vw 2vw 0vw 0vw;
    background-color: #cc0066;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.morelink:link,.morelink:active,.morelink:visited,.morelink:hover {
    color: white;
    padding: 0.5vw;
}


.info_icon {
    height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.info_icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}
    
    html, body {
    	margin: 0px;
    	padding: 0px;	
        font-family: "arial";
        font-size: 12px;
        text-align: justify;
        border-spacing: 0px;
        background-image: url("img/sidebg2.png");
        background-color: #cccccc;
        overflow-x:hidden; /* Prevent white space on right side of page */
    }
    
    span {
        font-family: "arial";
        font-size: 14px;
    }
    
    ul {
        font-family: "arial";
        font-size: 14px;
    }
    
    li {
        font-family: "arial";
        font-size: 14px;
    }

    .socialmedia {
        width: 2vw;
        position: absolute;
        top: 6.2vw;
        left: 0.5vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .socialmedia:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    
	.toprow {
	    height: 15vw;
        margin: 0vw;
        padding: 0vw;
	}
	
	.landscaperow {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.portraitrow {
        margin: 0vw;
        padding: 0vw;
        display: none;
	}
	
	.row {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
    
    .block_module {
        display: inline-block;
        float: left;
        padding: 1.5vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 61vw;
    }
    
    .block_spacer {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        border: 0px solid #cc0066;
        background-color: transparent;
        width: 61vw;
        height: 180vw;
    }
    
    .block_afbeeldingen {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 64vw;
    }

.block_afbeeldingen_text {
    position: absolute;
    top: 28.5vw;
    padding: 0.5vw;
    margin: 0.5vw;
    width: 63vw;
    height: 2.1vw;
        border: 1px solid #cc0066;
	border-radius: 0px 0px 6px 6px;
    background-color: #cc0066;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: white;
}
    
    .block_agenda {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 45.4vw;
    }
    
    .block_agenda_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .block_nieuws {
        height: 8vw;
        width: 65.8vw;
        display: inline-block;
        float: left;
        padding: 0vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        display: inline-block;
        background-color: white;
    }
    
    .block_nieuws_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .blocktitle {
        padding: 1vw 0vw 0vw 1vw;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #cc0066;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .blocklink {
        padding: 0.2vw 0vw 0.2vw 0vw;
        background-color: silver;
        width: 100%;
        text-align: right;
    }
    
    .menu_portrait {
        display: none;
    }
    
    .menu_portrait_item {
        display: none;
    }
    
    .submenu_portrait {
        display: none;
    }
    
    .submenu_portrait_item {
        display: none;
    }
    
    .menu_landscape {
        padding: 0vw 0vw 0vw 0vw;
        display: block;
        position: absolute;
        margin: 0vw 0vw 0vw 15vw;
        background: #cc0066;
    	border-radius: 0px 0px 6px 0px;
    	height: 24px;
    }
    
    .menu_landscape_item {
        padding: 0.2vw 1.2vw 0.2vw 1.2vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: white;
    }
    
    .menu_landscape_item:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .menu_landscape_item_link:link,.menu_landscape_item_link:active,.menu_landscape_item_link:visited {
        color: white;
        text-decoration: none;
    }
    
    .menu_landscape_item_link:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .submenu_landscape_open {
        display: block;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
        min-width:40vw;
    }
    
    .submenu_landscape_closed {
        display: none;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    
    .submenu_landscape_item {
        padding: 0.2vw 0.5vw 0.2vw 0.5vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: #cc0066;
    }
    
    .submenu_landscape_item:hover {
        background-color: #cc0066;
        color: white;
    }
    
    .submenu_landscape_item_link:link,.submenu_landscape_item_link:active,.submenu_landscape_item_link:visited {
        color: #cc0066;
        text-decoration: none;
    }
    
    .submenu_landscape_item_link:hover {
        background-color: #cc0066;
        color: white;
    }

    .logo_portrait {
        display: none;
    }

    .logo_landscape {
        position: absolute;
        z-index: 2;
        top: 0;
        float: left;
        border-radius: 0px 0px 10px 0px;
        border: #FFFFFF;
        text-align:center;
        cursor: pointer;
        margin: 0vw;
        margin: 0vw;
        width: 15vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .SponsorKliks {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
    	float: right;
        margin-right: 0.5vw;
    }
    
    .Maestro {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        float:right;
        margin-right: 0.5vw;
    }
}

/* landscape until 1280 width */
@media only screen and (orientation:landscape) and (max-width:1280px) and (pointer:fine) {
    
     /***********
     * Generic *
     **********/

    table.smoelenboekentry {
        padding: 0px;
        width: 45vw;
    }
     
     .otheramount {
         display: none;
     }
     
     .formtitle {
         text-align: left;
     }
     
     .icon_small {
         width: 1vw;
     }
     
     .icon_maintain {
         width: 1vw;
     }

.imageintext {
    padding: 1vw;
    border-radius: 2vw;
}

.news_image {
    padding: 2.5vw;
    border-radius: 2vw;
    max-width: 55vw;
}

.more {
    float: right;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cc0066;
    margin: 0vw 2vw 0vw 0vw;
    background-color: #cc0066;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.morelink:link,.morelink:active,.morelink:visited,.morelink:hover {
    color: white;
    padding: 0.5vw;
    font-size: 12px;
}


.info_icon {
    height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.info_icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}
    
    html, body {
    	margin: 0px;
    	padding: 0px;	
        font-family: "arial";
        font-size: 14px;
        text-align: justify;
        border-spacing: 0px;
        background-image: url("img/sidebg2.png");
        background-color: #cccccc;
        overflow-x:hidden; /* Prevent white space on right side of page */
    }
    
    span {
        font-family: "arial";
        font-size: 14px;
    }
    
    ul {
        font-family: "arial";
        font-size: 14px;
    }
    
    li {
        font-family: "arial";
        font-size: 14px;
    }

    .socialmedia {
        width: 2vw;
        position: absolute;
        top: 6.2vw;
        left: 0.5vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .socialmedia:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    
	.toprow {
	    height: 15vw;
        margin: 0vw;
        padding: 0vw;
	}
	
	.landscaperow {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.portraitrow {
        margin: 0vw;
        padding: 0vw;
        display: none;
	}
	
	.row {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
    
    .block_module {
        display: inline-block;
        float: left;
        padding: 1.5vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 61vw;
    }
    
    .block_spacer {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        border: 0px solid #cc0066;
        background-color: transparent;
        width: 61vw;
        min-height: 60vw;
    }
    
    .block_afbeeldingen {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 64vw;
        height: 32.2vw;
    }

.block_afbeeldingen_text {
    position: absolute;
    top: 44.2vw;
    padding: 0.5vw;
    margin: 0.5vw;
    width: 63vw;
    height: 2.1vw;
        border: 1px solid #cc0066;
	border-radius: 0px 0px 6px 6px;
    background-color: #cc0066;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: white;
}
    
    .block_agenda {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 45.4vw;
    }
    
    .block_agenda_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .block_nieuws {
        height: 8vw;
        width: 65.8vw;
        display: inline-block;
        float: left;
        padding: 0vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        display: inline-block;
        background-color: white;
    }
    
    .block_nieuws_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .blocktitle {
        padding: 1vw 0vw 0vw 1vw;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #cc0066;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .blocklink {
        padding: 0.2vw 0vw 0.2vw 0vw;
        background-color: silver;
        width: 100%;
        text-align: right;
    }
    
    .menu_portrait {
        display: none;
    }
    
    .menu_portrait_item {
        display: none;
    }
    
    .submenu_portrait {
        display: none;
    }
    
    .submenu_portrait_item {
        display: none;
    }
    
    .menu_landscape {
        padding: 0vw 0vw 0vw 0vw;
        display: block;
        position: absolute;
        margin: 0vw 0vw 0vw 15vw;
        background: #cc0066;
    	border-radius: 0px 0px 6px 0px;
    	height: 24px;
    }
    
    .menu_landscape_item {
        padding: 0.2vw 1.2vw 0.2vw 1.2vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: white;
    }
    
    .menu_landscape_item:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .menu_landscape_item_link:link,.menu_landscape_item_link:active,.menu_landscape_item_link:visited {
        color: white;
        text-decoration: none;
    }
    
    .menu_landscape_item_link:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .submenu_landscape_open {
        display: block;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
        min-width:40vw;
    }
    
    .submenu_landscape_closed {
        display: none;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    
    .submenu_landscape_item {
        padding: 0.2vw 0.5vw 0.2vw 0.5vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: #cc0066;
    }
    
    .submenu_landscape_item:hover {
        background-color: #cc0066;
        color: white;
    }
    
    .submenu_landscape_item_link:link,.submenu_landscape_item_link:active,.submenu_landscape_item_link:visited {
        color: #cc0066;
        text-decoration: none;
    }
    
    .submenu_landscape_item_link:hover {
        background-color: #cc0066;
        color: white;
    }

    .logo_portrait {
        display: none;
    }

    .logo_landscape {
        position: absolute;
        z-index: 2;
        top: 0;
        float: left;
        border-radius: 0px 0px 10px 0px;
        border: #FFFFFF;
        text-align:center;
        cursor: pointer;
        margin: 0vw;
        margin: 0vw;
        width: 15vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .SponsorKliks {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
    	float: right;
        margin-right: 0.5vw;
    }
    
    .Maestro {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        float:right;
        margin-right: 0.5vw;
    }
}
 
/* landscape until 1366 width */
@media only screen and (orientation:landscape) and (max-width:1366px) and (pointer:fine) {
    
     /***********
     * Generic *
     **********/

    table.smoelenboekentry {
        padding: 0px;
        width: 45vw;
    }
     
     .otheramount {
         display: none;
     }
     
     .formtitle {
         text-align: left;
     }
     
     .icon_small {
         width: 1vw;
     }
     
     .icon_maintain {
         width: 1vw;
     }

.imageintext {
    padding: 1vw;
    border-radius: 2vw;
}

.news_image {
    padding: 2.5vw;
    border-radius: 2vw;
    max-width: 55vw;
}

.more {
    float: right;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cc0066;
    margin: 0vw 2vw 0vw 0vw;
    background-color: #cc0066;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.morelink:link,.morelink:active,.morelink:visited,.morelink:hover {
    color: white;
    padding: 0.5vw;
    font-size: 12px;
}


.info_icon {
    height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.info_icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}
    
    html, body {
    	margin: 0px;
    	padding: 0px;	
        font-family: "arial";
        font-size: 14px;
        text-align: justify;
        border-spacing: 0px;
        background-image: url("img/sidebg2.png");
        background-color: #cccccc;
        overflow-x:hidden; /* Prevent white space on right side of page */
    }
    
    span {
        font-family: "arial";
        font-size: 14px;
    }
    
    ul {
        font-family: "arial";
        font-size: 14px;
    }
    
    li {
        font-family: "arial";
        font-size: 14px;
    }

    .socialmedia {
        width: 2vw;
        position: absolute;
        top: 6.2vw;
        left: 0.5vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .socialmedia:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    
	.toprow {
	    height: 15vw;
        margin: 0vw;
        padding: 0vw;
	}
	
	.landscaperow {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.portraitrow {
        margin: 0vw;
        padding: 0vw;
        display: none;
	}
	
	.row {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
    
    .block_module {
        display: inline-block;
        float: left;
        padding: 1.5vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 61vw;
    }
    
    .block_spacer {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        border: 0px solid #cc0066;
        background-color: transparent;
        width: 61vw;
        min-height: 60vw;
    }
    
    .block_afbeeldingen {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 64vw;
        height: 32.2vw;
    }

.block_afbeeldingen_text {
    position: absolute;
    top: 44.2vw;
    padding: 0.5vw;
    margin: 0.5vw;
    width: 63vw;
    height: 2.1vw;
        border: 1px solid #cc0066;
	border-radius: 0px 0px 6px 6px;
    background-color: #cc0066;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: white;
}
    
    .block_agenda {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 45.4vw;
    }
    
    .block_agenda_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .block_nieuws {
        height: 8vw;
        width: 65.8vw;
        display: inline-block;
        float: left;
        padding: 0vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        display: inline-block;
        background-color: white;
    }
    
    .block_nieuws_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .blocktitle {
        padding: 1vw 0vw 0vw 1vw;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #cc0066;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .blocklink {
        padding: 0.2vw 0vw 0.2vw 0vw;
        background-color: silver;
        width: 100%;
        text-align: right;
    }
    
    .menu_portrait {
        display: none;
    }
    
    .menu_portrait_item {
        display: none;
    }
    
    .submenu_portrait {
        display: none;
    }
    
    .submenu_portrait_item {
        display: none;
    }
    
    .menu_landscape {
        padding: 0vw 0vw 0vw 0vw;
        display: block;
        position: absolute;
        margin: 0vw 0vw 0vw 15vw;
        background: #cc0066;
    	border-radius: 0px 0px 6px 0px;
    	height: 24px;
    }
    
    .menu_landscape_item {
        padding: 0.2vw 1.2vw 0.2vw 1.2vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: white;
    }
    
    .menu_landscape_item:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .menu_landscape_item_link:link,.menu_landscape_item_link:active,.menu_landscape_item_link:visited {
        color: white;
        text-decoration: none;
    }
    
    .menu_landscape_item_link:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .submenu_landscape_open {
        display: block;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
        min-width:40vw;
    }
    
    .submenu_landscape_closed {
        display: none;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    
    .submenu_landscape_item {
        padding: 0.2vw 0.5vw 0.2vw 0.5vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: #cc0066;
    }
    
    .submenu_landscape_item:hover {
        background-color: #cc0066;
        color: white;
    }
    
    .submenu_landscape_item_link:link,.submenu_landscape_item_link:active,.submenu_landscape_item_link:visited {
        color: #cc0066;
        text-decoration: none;
    }
    
    .submenu_landscape_item_link:hover {
        background-color: #cc0066;
        color: white;
    }

    .logo_portrait {
        display: none;
    }

    .logo_landscape {
        position: absolute;
        z-index: 2;
        top: 0;
        float: left;
        border-radius: 0px 0px 10px 0px;
        border: #FFFFFF;
        text-align:center;
        cursor: pointer;
        margin: 0vw;
        margin: 0vw;
        width: 15vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .SponsorKliks {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
    	float: right;
        margin-right: 0.5vw;
    }
    
    .Maestro {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        float:right;
        margin-right: 0.5vw;
    }
}

/* landscape until 1920 width */
@media only screen and (orientation:landscape) and (max-width:1920px) and (pointer:fine) {
    
     /***********
     * Generic *
     **********/

    table.smoelenboekentry {
        padding: 0px;
        width: 45vw;
    }
     
     .otheramount {
         display: none;
     }
     
     .formtitle {
         text-align: left;
     }
     
     .icon_small {
         width: 1vw;
     }
     
     .icon_maintain {
         width: 1vw;
     }

.imageintext {
    padding: 1vw;
    border-radius: 2vw;
}

.news_image {
    padding: 2.5vw;
    border-radius: 2vw;
    max-width: 55vw;
}

.more {
    float: right;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cc0066;
    margin: 0vw 2vw 0vw 0vw;
    background-color: #cc0066;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.morelink:link,.morelink:active,.morelink:visited,.morelink:hover {
    color: white;
    padding: 0.5vw;
    font-size: 12px;
}


.info_icon {
    height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.info_icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}
    
    html, body {
    	margin: 0px;
    	padding: 0px;	
        font-family: "arial";
        font-size: 14px;
        text-align: justify;
        border-spacing: 0px;
        background-image: url("img/sidebg2.png");
        background-color: #cccccc;
        overflow-x:hidden; /* Prevent white space on right side of page */
    }
    
    span {
        font-family: "arial";
        font-size: 14px;
    }
    
    ul {
        font-family: "arial";
        font-size: 14px;
    }
    
    li {
        font-family: "arial";
        font-size: 14px;
    }

    .socialmedia {
        width: 2vw;
        position: absolute;
        top: 6.2vw;
        left: 0.5vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .socialmedia:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    
	.toprow {
	    height: 15vw;
        margin: 0vw;
        padding: 0vw;
	}
	
	.landscaperow {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.portraitrow {
        margin: 0vw;
        padding: 0vw;
        display: none;
	}
	
	.row {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
    
    .block_module {
        display: inline-block;
        float: left;
        padding: 1.5vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 61vw;
    }
    
    .block_spacer {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        border: 0px solid #cc0066;
        background-color: transparent;
        width: 61vw;
        min-height: 60vw;
    }
    
    .block_afbeeldingen {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 64vw;
        height: 32.2vw;
    }

.block_afbeeldingen_text {
    position: absolute;
    top: 44.2vw;
    padding: 0.5vw;
    margin: 0.5vw;
    width: 63vw;
    height: 2.1vw;
        border: 1px solid #cc0066;
	border-radius: 0px 0px 6px 6px;
    background-color: #cc0066;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: white;
}
    
    .block_agenda {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 45.4vw;
    }
    
    .block_agenda_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .block_nieuws {
        height: 8vw;
        width: 65.8vw;
        display: inline-block;
        float: left;
        padding: 0vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        display: inline-block;
        background-color: white;
    }
    
    .block_nieuws_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .blocktitle {
        padding: 1vw 0vw 0vw 1vw;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #cc0066;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .blocklink {
        padding: 0.2vw 0vw 0.2vw 0vw;
        background-color: silver;
        width: 100%;
        text-align: right;
    }
    
    .menu_portrait {
        display: none;
    }
    
    .menu_portrait_item {
        display: none;
    }
    
    .submenu_portrait {
        display: none;
    }
    
    .submenu_portrait_item {
        display: none;
    }
    
    .menu_landscape {
        padding: 0vw 0vw 0vw 0vw;
        display: block;
        position: absolute;
        margin: 0vw 0vw 0vw 15vw;
        background: #cc0066;
    	border-radius: 0px 0px 6px 0px;
    	height: 24px;
    }
    
    .menu_landscape_item {
        padding: 0.2vw 1.2vw 0.2vw 1.2vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: white;
    }
    
    .menu_landscape_item:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .menu_landscape_item_link:link,.menu_landscape_item_link:active,.menu_landscape_item_link:visited {
        color: white;
        text-decoration: none;
    }
    
    .menu_landscape_item_link:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .submenu_landscape_open {
        display: block;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
        min-width:40vw;
    }
    
    .submenu_landscape_closed {
        display: none;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    
    .submenu_landscape_item {
        padding: 0.2vw 0.5vw 0.2vw 0.5vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: #cc0066;
    }
    
    .submenu_landscape_item:hover {
        background-color: #cc0066;
        color: white;
    }
    
    .submenu_landscape_item_link:link,.submenu_landscape_item_link:active,.submenu_landscape_item_link:visited {
        color: #cc0066;
        text-decoration: none;
    }
    
    .submenu_landscape_item_link:hover {
        background-color: #cc0066;
        color: white;
    }

    .logo_portrait {
        display: none;
    }

    .logo_landscape {
        position: absolute;
        z-index: 2;
        top: 0;
        float: left;
        border-radius: 0px 0px 10px 0px;
        border: #FFFFFF;
        text-align:center;
        cursor: pointer;
        margin: 0vw;
        margin: 0vw;
        width: 15vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .SponsorKliks {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
    	float: right;
        margin-right: 0.5vw;
    }
    
    .Maestro {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        float:right;
        margin-right: 0.5vw;
    }
}

/* landscape above 1920 width */
@media only screen and (orientation:landscape) and (min-width:1921px) and (pointer:fine) {
    
     /***********
     * Generic *
     **********/

    table.smoelenboekentry {
        padding: 0px;
        width: 45vw;
    }
     
     .otheramount {
         display: none;
     }
     
     .formtitle {
         text-align: left;
     }
     
     .icon_small {
         width: 1vw;
     }
     
     .icon_maintain {
         width: 1vw;
     }

.imageintext {
    padding: 1vw;
    border-radius: 2vw;
}

.news_image {
    padding: 2.5vw;
    border-radius: 2vw;
    max-width: 55vw;
}

.more {
    float: right;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cc0066;
    margin: 0vw 2vw 0vw 0vw;
    background-color: #cc0066;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.morelink:link,.morelink:active,.morelink:visited,.morelink:hover {
    color: white;
    padding: 0.5vw;
    font-size: 12px;
}


.info_icon {
    height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.info_icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */    
}
    
    html, body {
    	margin: 0px;
    	padding: 0px;	
        font-family: "arial";
        font-size: 14px;
        text-align: justify;
        border-spacing: 0px;
        background-image: url("img/sidebg2.png");
        background-color: #cccccc;
        overflow-x:hidden; /* Prevent white space on right side of page */
    }
    
    span {
        font-family: "arial";
        font-size: 14px;
    }
    
    ul {
        font-family: "arial";
        font-size: 14px;
    }
    
    li {
        font-family: "arial";
        font-size: 14px;
    }

    .socialmedia {
        width: 2vw;
        position: absolute;
        top: 6.2vw;
        left: 0.5vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .socialmedia:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    
	.toprow {
	    height: 15vw;
        margin: 0vw;
        padding: 0vw;
	}
	
	.landscaperow {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.portraitrow {
        margin: 0vw;
        padding: 0vw;
        display: none;
	}
	
	.row {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
    
    .block_module {
        display: inline-block;
        float: left;
        padding: 1.5vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 61vw;
    }
    
    .block_spacer {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        border: 0px solid #cc0066;
        background-color: transparent;
        width: 61vw;
        min-height: 60vw;
    }
    
    .block_afbeeldingen {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 64vw;
        height: 32.2vw;
    }

.block_afbeeldingen_text {
    position: absolute;
    top: 44.2vw;
    padding: 0.5vw;
    margin: 0.5vw;
    width: 63vw;
    height: 2.1vw;
        border: 1px solid #cc0066;
	border-radius: 0px 0px 6px 6px;
    background-color: #cc0066;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: white;
}
    
    .block_agenda {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 45.4vw;
    }
    
    .block_agenda_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .block_nieuws {
        height: 8vw;
        width: 65.8vw;
        display: inline-block;
        float: left;
        padding: 0vw;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        display: inline-block;
        background-color: white;
    }
    
    .block_nieuws_side {
        display: inline-block;
        float: right;
        padding: 0;
        margin: 0.5vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        background-color: white;
        width: 30.8vw;
    }
    
    .blocktitle {
        padding: 1vw 0vw 0vw 1vw;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #cc0066;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .blocklink {
        padding: 0.2vw 0vw 0.2vw 0vw;
        background-color: silver;
        width: 100%;
        text-align: right;
    }
    
    .menu_portrait {
        display: none;
    }
    
    .menu_portrait_item {
        display: none;
    }
    
    .submenu_portrait {
        display: none;
    }
    
    .submenu_portrait_item {
        display: none;
    }
    
    .menu_landscape {
        padding: 0vw 0vw 0vw 0vw;
        display: block;
        position: absolute;
        margin: 0vw 0vw 0vw 15vw;
        background: #cc0066;
    	border-radius: 0px 0px 6px 0px;
    	height: 24px;
    }
    
    .menu_landscape_item {
        padding: 0.2vw 1.2vw 0.2vw 1.2vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: white;
    }
    
    .menu_landscape_item:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .menu_landscape_item_link:link,.menu_landscape_item_link:active,.menu_landscape_item_link:visited {
        color: white;
        text-decoration: none;
    }
    
    .menu_landscape_item_link:hover {
        font-weight: bold;
        background-color: white;
        color: #cc0066;
    }
    
    .submenu_landscape_open {
        display: block;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
        min-width:40vw;
    }
    
    .submenu_landscape_closed {
        display: none;
        padding: 0vw 0vw 0vw 0vw;
        position: absolute;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    
    .submenu_landscape_item {
        padding: 0.2vw 0.5vw 0.2vw 0.5vw;
        margin: 0vw;
        display: inline-block;
        background: transparent;
        color: #cc0066;
    }
    
    .submenu_landscape_item:hover {
        background-color: #cc0066;
        color: white;
    }
    
    .submenu_landscape_item_link:link,.submenu_landscape_item_link:active,.submenu_landscape_item_link:visited {
        color: #cc0066;
        text-decoration: none;
    }
    
    .submenu_landscape_item_link:hover {
        background-color: #cc0066;
        color: white;
    }

    .logo_portrait {
        display: none;
    }

    .logo_landscape {
        position: absolute;
        z-index: 2;
        top: 0;
        float: left;
        border-radius: 0px 0px 10px 0px;
        border: #FFFFFF;
        text-align:center;
        cursor: pointer;
        margin: 0vw;
        margin: 0vw;
        width: 15vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    
    .SponsorKliks {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
    	float: right;
        margin-right: 0.5vw;
    }
    
    .Maestro {
        padding: 0vw;
        margin: 0.5vw;
        height: 8vw;
        border: 1px solid #cc0066;
    	border-radius: 0.2vw 0.2vw 0.2vw 0.2vw;
        float:right;
        margin-right: 0.5vw;
    }
}


@media only screen and (orientation:landscape) and (pointer:coarse) {
    
     /***********
     * Generic *
     **********/
    
    table.smoelenboekentry {
        padding: 0px;
        width: 80vw;
    }
     
     .otheramount {
         display: block;
     }
     
     .icon_small {
         width: 2vw;
     }
     
     .icon_maintain {
         width: 5vw;
     }

.imageintext {
    padding: 2.5vw;
    border-radius: 2vw;
}

.news_image {
    padding: 2.5vw;
    border-radius: 2vw;
    max-width: 82vw;
}
     
.more {
    float: right;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #cc0066;
    margin: 0vw 3vw 0vw 0vw;
    background-color: #cc0066;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.morelink:link,.morelink:active,.morelink:visited,.morelink:hover {
    font-size: 10px;
    color: white;
    padding: 0.5vw;
}


    .info_icon {
        height: 0px;
    }
    
    html, body {
    	margin: 0px;
    	padding: 0px;	
        font-family: "arial";
        font-size: 14px;
        text-align: justify;
        border-spacing: 0px;
        background-image: url("img/sidebg2.png");
        background-color: #cccccc;
        overflow-x:hidden; /* Prevent white space on right side of page */
    }
    
    span {
        font-family: "arial";
        font-size: 14px;
    }
    
    ul {
        font-family: "arial";
        font-size: 14px;
    }
    
    li {
        font-family: "arial";
        font-size: 14px;
    }

    .socialmedia {
        width: 8vw;
        position: absolute;
        top: 0.7vw;
        right: 0.7vw;
    }

	.toprow {
	    height: 15vw;
        margin: 0vw;
        padding: 0vw;
	}
	
	.landscaperow {
        margin: 0vw;
        padding: 0vw;
        display: none;
	}
	
	.portraitrow {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.row {
        margin: 0vw;
        padding: 0vw;
        display: block;
	}
	
	.block_afbeeldingen {
	    display: none;
	}
	
	.block_afbeeldingen_text {
	    display: none;
	}

    .block_module {
        display: inline-block;
        padding: 2vw;
        margin: 2vw;
        border: 1px solid #cc0066;
    	border-radius: 1vw 1vw 1vw 1vw;
        display: block;
        background-color: white;
        width: 91vw;
    }

    .block_agenda_side {
        display: inline-block;
        padding: 0vw;
        margin: 2vw;
        border: 1px solid #cc0066;
    	border-radius: 1vw 1vw 1vw 1vw;
        display: block;
        background-color: white;
        width: 95vw;
    }

    .block_nieuws_side {
        display: inline-block;
        padding: 0vw;
        margin: 2vw;
        border: 1px solid #cc0066;
    	border-radius: 1vw 1vw 1vw 1vw;
        display: block;
        background-color: white;
        width: 95vw;
    }
    
    .blocktitle {
        padding: 1vw 0vw 0vw 2vw;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #cc0066;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .blocklink {
        padding: 0.2vw 0vw 0.2vw 0vw;
        background-color: silver;
        width: 100%;
        text-align: right;
    }
    
    .menu_portrait {
        padding: 10vw 0 0 0;
        margin: 0px;
        min-height: 100vw;
        min-width: 30vw;
        float: right;
        z-index: 1;
        position: absolute;
        background-color: #cc0066;
        display: none;
    }
    
    .menu_portrait_item {
        padding: 0.5vw 1vw 0.5vw 1vw;
        margin: 0vw;
        background: transparent;
    }
    
    .menu_portrait_item_link:link,.menu_portrait_item_link:active,.menu_portrait_item_link:visited,.menu_portrait_item_link:hover {
        color: white;
        text-decoration: none;
    }
    
    .submenu_portrait {
        padding: 0.2vw 0vw 0.2vw 1vw;
        margin: 0.2vw 0vw 0vw 0vw;
        background: white;
    	border-radius: 0px 0px 6px 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    
    .submenu_portrait_item:link,.submenu_portrait_item:active,.submenu_portrait_item:visited,.submenu_portrait_item:hover {
        padding: 0.5vw 1vw 0.5vw 1vw;
        margin: 0vw;
        background: transparent;
        color: #cc0066;
        border: 0vw 0vw 0vw 1vw dimgray;
    }
    
    .submenu_portrait_item_link:link,.submenu_portrait_item_link:active,.submenu_portrait_item_link:visited,.submenu_portrait_item_link:hover {
        color: #cc0066;
        text-decoration: none;
        margin-left: 1vw;
    }
    
    .menu_landscape {
        display: none;
    }
    
    .menu_landscape_item {
        display: none;
    }
    
    .submenu_landscape_open {
        display: none;
    }
    
    .submenu_landscape_closed {
        display: none;
    }
    
    .submenu_landscape_item {
        display: none;
    }

    .logo_portrait {
        position: absolute;
        z-index: 2;
        top: 0;
        float: left;
        border-radius: 0px 0px 10px 0px;
        border: #FFFFFF;
        text-align:center;
        cursor: pointer;
        margin: 0vw;
        margin: 0vw;
        width: 30vw;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

    .logo_landscape {
        display: none;
    }
    
    .SponsorKliks {
        margin-left: 2vw;
        height: 90px;
        border: 1px solid #cc0066;
    	border-radius: 6px 6px 6px 6px;
    }
    
    .Maestro {
        margin-right: 2vw;
        float:right;
        height: 90px;
        border: 1px solid #cc0066;
    	border-radius: 6px 6px 6px 6px;
        
    }
}
/************
 * Headings *
 ************/

h1 {
    text-align: left;
    font-size: 16px;
    color: #00465B;
    line-height: normal;
}

h2 {
    text-align: left;
    font-size: 14px;
    color: #00465B;
    line-height: 8px;
}

h3 {
    text-align: left;
    font-size: 12px;
    font-style: italic;
    color: #00465B;
    line-height: 8px;
}

h4 {
    text-align: left;
    font-size: 14px;
    color: #00465B;
    line-height: 0px;
    padding: 0px;
    font-weight: normal;
}

h5 {
    font-size: 14px;
    color: dimgray;
    display: block;
    margin-top: 0.4em;
    margin-bottom: 0.8em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    color: dimgray;
    display: block;
    margin-top: 0em;
    margin-bottom: 1.2em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

/*********
 * Forms *
 *********/
 
.form-style-1{
    max-width: 80vw;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
}
.form-style-1 fieldset{
    border: none;
}
.form-style-1 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-1 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-1 input[type="text"],
.form-style-1 input[type="password"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="email"],
.form-style-1 input[type="number"],
.form-style-1 input[type="search"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 textarea,
.form-style-1 select {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 95%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 10px;
    
}
.form-style-1 input[type="text"]:focus,
.form-style-1 input[type="password"]:focus,
.form-style-1 input[type="date"]:focus,
.form-style-1 input[type="datetime"]:focus,
.form-style-1 input[type="email"]:focus,
.form-style-1 input[type="number"]:focus,
.form-style-1 input[type="search"]:focus,
.form-style-1 input[type="time"]:focus,
.form-style-1 input[type="url"]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    background: #d2d9dd;
}
.form-style-1 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-1 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-1 input[type="submit"]
{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
.form-style-1 input[type="submit"]:hover
{
    background-color: green;
}

.form-style-1 input[type="button"]
{
    background-color: #2A88AD;
    border: none;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
.form-style-1 input[type="button"]:hover
{
    background-color: #2A6881;
}