/***************************************
   Theme Name: Old Dutch
   Theme URI: N/A
   Version: 1.0.0
   Author: Dreamlab
   Author URI: http://www.dreamlab.nl
***************************************/

/***************************************
    General CSS
***************************************/
* {
    margin: 0;
    padding: 0;
}
body {
    font: bold 12px "Times Roman", "Times New Roman";
    color: #000000;
    background: #f3f3f3;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
a {
    color: #28566d;
    outline: none;
}
a img {
    border: 0;
}
p { padding: 1em 0 0 0;
}


li { padding: 1px; }

ul,
ol {
    padding: 1em 0 0 1em;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.alignleft {
    margin: 15px 15px 0 0;
}
img.alignright {
    margin: 15px 0 0 15px;
}

.content {
    display: none;
}


h1 {
    color: #7a0627;
    font-size: 62px;
    text-align: left;
	 padding: 10px;
	 line-height: 70px;
}
h2 {
    color: #7a0627;
    font-size: 55px;
    text-align: left;
	 padding: 10px; 
}



.menu {
    display: none;
}

.ek_wrapper,
.weather_wrapper, 
.menu_wrapper,
.arrangement_wrapper {
    height: 1079px;
    overflow: hidden;
    position: relative;
    width: 1920px;
}

/* EK PAGINA - niet van toepassing

.ek_wrapper .wp-post-image {
    left: 0;
    position: absolute;
    top: 155px;
}
.ek_wrapper .ek_page {
    background: url('images/ek_bg.png') 0 0 no-repeat;
    height: 1080px;
    position: relative;
    top: 0;
}
.ek_wrapper .ek_page h1 {
    color: #ffffff;
    font-size: 82px;
    padding: 20px 0 0 80px;
}
.ek_wrapper .ek_content {
    font-size: 82px;
    text-align: center;  
    width: 950px;
    height: 800px;
    color: #000000;
    font-size: 82px;
    line-height: 77px;
    top: 118px;
    overflow: hidden;
    position: absolute;
}
.ek_wrapper .ek_content p {
    padding-bottom: 50px;
}



/*--------------- weerbericht ------------- */

.weather_wrapper .wp-post-image {
    left: 0;
    position: absolute;
    top: 195px;
}
.weather_wrapper .page {
    background: url('images/pagina_bg.png') 0 0 no-repeat;
    height: 1080px;
    position: relative;
    top: 0;
}
.weather_wrapper .page h1 {
    color: #333333;
    font: 78px "Times Roman", "Times New Roman";
    padding: 20px 0 0 80px;
}
.weather_wrapper .weather_content {
    padding: 50px 20px;
    position: absolute;
}

/*--------------- ARRANGEMENT ------------- */

.arrangement_wrapper .wp-post-image {
    left: 0;
    position: absolute;
    top: 155px;
	
/*-- wouter aanpassing-- */	
	float: right;
	
}

.arrangement_wrapper .page {
    background: url('images/pagina_bg.png') 0 0 no-repeat;
    height: 1080px;
    position: relative;
    top: 0;
}
.arrangement_wrapper .arrangement_content {
    background: url('images/arrangement_bg.png') 0 0 no-repeat;
    height: 608px;
    width: 882px;
    color: #000000;
    font-size: 35px;
    line-height: 47px;
    top: 118px;
    overflow: hidden;
    padding: 250px 120px 70px 50px;
    position: absolute;
}

/*--------------- foto ------------- */

.foto_wrapper .wp-post-image {
    left: 0;
    position: absolute;
    top: 155px;		
}

.foto_wrapper .page {
    background: url('images/pagina_bg.png') 0 0 no-repeat;
    height: 1080px;
    position: relative;
    top: 0;
}



/*--------------- menu ------------- */

.menu_wrapper .wp-post-image {
    left: 0;
    position: absolute;
    top: 155px;
/*-- wouter aanpassing-- */	
	float: right;
}
.menu_wrapper .page {
    background: url('images/pagina_bg.png') 0 0 no-repeat;
    height: 1080px;
    position: relative;
    top: 0;
}
.menu_wrapper .menu_content {
    background: url('images/menu_bg.png') 0 0 no-repeat;
    height: 862px;
    width: 665px;
    color: #7a0627;
    font-size: 35px;
    line-height: 45px;
    top: 18px;
    left: 80px;
    overflow: hidden;
    padding: 200px 50px 0 50px;
    position: absolute;
    text-align: left;
}

/*--------------- afbeelding ------------- */

.image_wrapper .wp-post-image {
    left: 0;
    position: absolute;
    top: 155px;
}
.image_wrapper .page {
    background: url('images/pagina_bg.png') 0 0 no-repeat;    
    height: 1080px;
    position: relative;
    top: 0;
}