﻿header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/*-----------------------------------------------------------*/

ul,
ol {
    list-style: none;
    list-style-image: none;
}

html {
	overflow:auto;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFF;
    min-width: 880px;
}

*:focus {
	outline:none
}
h1, h2, h3, h4, h5{
	padding:0;
	margin:0;
}

.topContainer{
	width:100%;
	height:100px;
	background: url("/Content/images/bgHeader.png") repeat-x center top;
}
.header{
	width:880px;
	height:100px;
	margin:0 auto 0 auto;
}

.topMenu{
	float:right;
	width:555;
	height:52px;
	text-align:right;
	margin:48px 0 0 0px;
}
    .topMenu ul li
    {
        display: inline-block;
        *display:inline;
        *zoom:1;
        text-decoration:none;
        border-left: 1px solid #FFFFB7;
        border-right: 1px solid #AA8F21;
        line-height: 52px;
        vertical-align:top;
    }
    .topMenu ul li a
    {
        text-decoration:none;
        color:white;
        
        
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px;
        text-shadow: 1px 1px 4px #000000;
    }
    .topMenu ul li a:hover
    {
        background-color: #ebd062;
    }
    .topMenu ul
    {
        margin: 0;
        padding: 0;
        border-left: 1px solid #AA8F21;
        border-right: 1px solid #FFFFB7;
    }



.mainContainer{
	clear:both;
	width:100%;
	height:460px;
	background-repeat:repeat-x;
	background-position:center top;
    border-bottom:1px solid #AA8F21;
    background-color: #F3F3CC;
}
.content{
	clear:both;
	width:100%;
	overflow:hidden;
	background-color: #F3F3CC;
}
.homeContent {
    width: 1060px;
    height: 460px;
    margin: 0 auto 0 auto;
    padding-top: 100px;
}
.detailsContent {
    width: 880px;
    height: 460px;
    margin: 0 auto 0 auto;
    padding-top: 100px;
}

.contentWrapper {
    width: 880px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    background-color: #FFF;
}

.languages{
	height:19px;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
    float:left;
    margin: 81px 0 0;
    line-height: 19px;
    border-left: 1px solid #AA8F21;
        border-right: 1px solid #FFFFB7;
        padding: 0;
}
    .languages li
    {
        border-left: 1px solid #FFFFB7;
        border-right: 1px solid #AA8F21;
        display:inline-block;
        *display:inline;
        *zoom:1;
    }
    .languages li a
    {
        text-decoration:none;
        color:white;
        padding:0 5px 5px 5px
    }
        .languages li.active,.languages li:hover
        {
            background-color: #ebd062;
        }
    .languages ul
    {
        
    }

.mainContent{
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    padding: 20px 50px 50px;
}
.mainContent h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
	color:#D4262C;
	margin:0 0 5px 0;
	padding:10px 0 0 0;
}
.mainContent #bodyTekst ul{
	margin:0;
	padding:0;
}
.mainContent #bodyTekst ul li{
	background:url("http://munckhof.org/images/content_bullet.gif") no-repeat scroll left 6px transparent;
	list-style-position:outside;
	list-style-type:none;
	line-height:20px;
	padding:0 0 0 17px;
}
.mainContent hr{
	padding:0;
	margin:0;
	border-top:solid 2px #EC5A1A;
	border-right:0;
	border-bottom:0;
	border-left:0;
}
.mainContent .contentButton{
	float:left;
	width:137px;
	height:26px;
	margin:10px 10px 20px 0;
}


.promoContent {
    clear: left;
    width: 100%;
    height: 200px;
    padding: 0 30px 0 30px;
}
ul.promoContent li
{
	float:left;
	width:180px;
	height:180px;
    margin: 0 5px;
    padding:7px;
    background-color:#e0c658;
    border-radius: 10px;
    border-right: 1px solid #AA8F21;
    border-bottom: 1px solid #AA8F21;
    border-left: 1px solid #FFFFB7;
    border-top: 1px solid #FFFFB7;
}
    ul.promoContent li:hover
    {
        background-color: #ebd062;
    }

    ul.promoContent li img {
        max-width: 100%;
    }

ul.promoDetails li {
    width: 834px;
    height: 100%;
}
ul.promoDetails .leftCol {
    float: left;
    width: 27%;
    padding-right: 1%;
}
ul.promoDetails .logoContainer img
{
    max-height:70px;
}
.catalog
{
    background-color: #F3F3CC;
    float: left;
    /* margin: 10px 0 0 10px; */
    width: 72%;
    height: 100%;
}
.catalog a
{
    color: #2E2E2E;
    display: block;
    float: none;
    font-size: 29px;
    padding: 10px 0 0 20px;
}

    .catalog a:hover
    {
        color:#AA8F21;
    }

.logoContainer {
    width: 100%;
    text-align: center;
    height: 25%;
}
    .logoContainer img {
        max-height: 100%;
    }
.additionalInfo
{
    background-color: #252728;
    color: #2E2E2E;
    text-align: center;
    opacity: 0.7;
    filter: alpha(Opacity=70);
    vertical-align:top;
    padding: 1px 0;
    margin:0 20%;
    border-radius:4px;
    display:block;
    text-decoration:none;
    background-image:url(/Content/Images/button_bg.png);
    border-right: 1px solid #AA8F21;
    border-bottom: 1px solid #AA8F21;
    border-left: 1px solid #FFFFB7;
    border-top: 1px solid #FFFFB7;
}

.additionalInfo:hover
{
    color:black;
}

    .additionalInfo:active
    {
            border-left: 1px solid #AA8F21;
    border-top: 1px solid #AA8F21;
    border-right: 1px solid #FFFFB7;
    border-bottom: 1px solid #FFFFB7;
    }

.footer{
	clear:left;
	width:100%;
	height:257px;
	background: url(/Content/Images/bgFooter.png) repeat-x center top;
    border-top: 1px solid #FFFFB7;
}
.footerWrapper{
	width:880px;
	margin:0 auto 0 auto;
}
.officialDiller
{
    clear:left;
	width:100%;
	height:57px;
    position:absolute;
    margin-top: -30px;
    min-width:880px;
}

    .officialDiller div
    {
        background-color: #D4262C;
    border-radius: 7px 7px 0 0;
    color: #FFFFFF;
    line-height: 29px;
    margin-left: 50%;
    text-align: center;
    width: 350px;
    }
.footerLogo{
	position:relative;
	float:left;
	width:123px;
	height:110px;
	margin:-70px 30px 0 28px;
	z-index:2;
}


.footerInfo{
	float:left;
	width:687px;
	margin-left:10px;
}
.footerInfo table{
	width:687px;
	border-left:solid 1px #AA8F21;
}
.footerInfo table td{
	padding:10px 5px 0 10px;
}
.footerInfo table td a{
	color:#101010;
	text-decoration:none;
}
.footerInfo table td a:hover{
	text-decoration:underline;
}
.footerInfo table td.main{
	width:172px;
	color:black;
	font-size:11px;
}
.footerInfo table td.main a{
	color:black;
	text-decoration:none;
}
.footerInfo table td.main a:hover{
	color:black;
	text-decoration:underline;
}
.footerInfo table td.Col, .footerInfo table td.ColLast{
	width:110px;
	color:#3F3F3F;
	font-size:10px;
}
.footerInfo table td.main, .footerInfo table td.Col{
border-left: 1px solid #FFFFB7;
    border-right: 1px solid #AA8F21;
}
.footerInfo table td.ColLast{
	border-left:solid 1px #FFFFB7;
}

.mapContainer
{
    height:500px;
    width: 100%;
}