/*Style website Peiler tekst*/

body {
background-color: rgb(128, 128, 128);
color: rgb(0,0,0);
font-family: Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
margin: 0;
}

a {
text-decoration: none;
color: rgb(255,3,2);
}

p.verwijzing{
text-align: right;
}


h1 {
    font-size:2em; 
         font-family:Calibri, Helvetica, sans-serif;
         font-weight:normal;
         font-style:bold;
         color:rgb(255,3,2);
} 

h2 {
    font-size:3em; 
         font-family:Calibri, Helvetica, sans-serif;
         font-weight:normal;
         font-style:bold;
         color:rgb(255,3,2);
} 

h3 {
    font-size:1,5em; 
         font-family:Calibri, Helvetica, sans-serif;
         font-weight:normal;
         font-style:bold;
         color:rgb(255,3,2);
} 

.logotext{
color: rgb(255, 255, 255)
font-size: 24px;
font-style: italic;
}

img {
margin-left: auto;
margin-right: auto;
display: block;
}

top {
font-size: 4em;
font-style: bold;
color: rgb(255,3,2);
}


top img {
margin-left: 0;
display: initial;
}

#top-logo {
padding: 3%;
width: 90%;
}

#menu {
padding: 3%;
width: 100%;
position: relative;
top: 0px;
left: 0px;
}

#midden {
float: left;
padding: 7%;
text-align: center;
text-decoration: none;
    font-size: 1.5em;
}

#midden img {
 align: center;
 display: initial; 
float: center;
    display: block;
    padding: 14px 16px;
width: 50%;
min-width: 60px;
}

#zoek{}
#zoek img{
align: center;
 display: initial; 
float: left;
    display: block;
    padding: 14px 16px;
width: 50%;
min-width: 60px;}

#container {}

#container img {
margin-left: auto;
margin-right: auto;
padding: 3%;
display: block;
}

#main-left {
float: left;
width: 50%;
}

#main-right {
float: right;
width: 50%;
}

#onder-left {
float: left;
width: 50%;
}

#onder-right {
float: right;
width: 50%;
}


/* Add a black background color to the top navigation */
.topnav {
    background-color: rgb(50,50,50);
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
width: 15.5%;
    text-decoration: none;
    font-size: 1.5em;
font-weight:bold;
}


<style>
.mySlides {
display:none
}
</style>


