/* cmsms stylesheet: mindfulnessheemstede modified: vrijdag 27 oktober 2023 17:10:26 */
/* CSS document */

/* Algemeen */

#html,body{
margin:0;
margin-top:4px;
padding:0;
font-family:"Verdana", Verdana, Geneva, sans-serif;
font-size:15px;
color:#000;
background-image:url('../../images/mindfulnessheemstede/bg.jpg');
background-repeat:repeat-x;
background-color:#C9F1F3;
}

body{
overflow:scroll;
}

#wrapper{
width:996px;
height:auto;
margin:0px auto;
}

#header{
width:996px;
height:81px;
float:left;
padding-top:15px;
padding-bottom:15px;
}

#menu{
width:100%;
height:36px;
margin-top:4px;
float:left;
background-color:#2b368b;
position:relative;
z-index:10;
}

#menu ul{
list-style-type:none;
margin:0;
padding-top:0px;
padding-left:5px;
padding-bottom:0px;
padding-right:5px;
}

#menu li{
width:auto;
margin-left:0px;
float:left;
}

#menu li a{
padding-top:10px;
padding-left:7px;
padding-right:7px;
padding-bottom:10px;
}

#menu ul li.menuactive{
height:15px;
padding:0px;
}

#menu ul li ul span{
padding:0;
}

#menu ul li ul{
margin:0;
padding:0;
display:none;
position:absolute;
}

#menu ul li:hover > ul {
width:87px;
display:block;
}

#menu ul li.menuactive > ul{
display:none;
}

#menu ul li.menuactive:hover > ul{
display:block;
padding-bottom:5px;
}

#menu ul li.menuactive:hover > ul li{
height:36px;
display:block;
}

#menu ul li.menuactive:hover > ul li a{
padding-top:8px;
padding-bottom:8px;
}

#menu ul li ul li{
min-width:160px;
width:auto;
height:45px;
margin-left:0px;
float:left;
display:block;
background-color:#2b368b;
}

#menu .menu-btn{
display:none;
}

#content{
width:954px;
min-height:650px;
height:auto;
float:left;
background-color:#FFF;
border-left:1px solid #C7CBCC;
border-top:1px solid #C7CBCC;
border-right:1px solid #C7CBCC;
border-bottom:1px solid #C7CBCC;
border-radius:20px;
padding-left:20px;
padding-right:20px;
margin-top:4px;
z-index:1;
}

#footer{
width:996px;
height:20px;
float:left;
background-color:#C7EFF1;
padding-top:5px;
}

#bestellen{
background-color:#2B368B;
position:fixed;
right:7px;
bottom:0px;
}

#youtube{
width:32px;
height:32px;
padding-right:5px;
position:fixed;
right:0px;
top:60%;
}

#facebook{
width:32px;
height:32px;
padding-right:5px;
position:fixed;
right:0px;
top:65%;
}

/* Tekstopmaak */

h1{
font-family:"Verdana", Verdana, Geneva, sans-serif;
font-size:20px;
color:#064B84;
}

h2{
font-family:"Verdana", Verdana, Geneva, sans-serif;
font-size:16px;
color:#064B84;
}

a{
text-decoration:underline;
border:0px;
}

#header{
font-family: "Times New Roman", Times, serif;
font-size:50px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
background-color:#FFF;
}

#header a{
text-decoration:none;
}

#menu li{
text-transform:uppercase;
text-decoration:none;
font-size:14px;
}

#menu a{
color:#FFF;
text-decoration:none;
display:block;
}

#menu a.menuactive{
color:#FFF;
text-decoration:none;
display:block;
}

.message{
font-weight:bold;
}

#footer{
text-align:center;
}

#besteltekst{
color:#FFF;
font-size:15px;
font-weight:bold;
}

#besteltekst a{
padding:10px;
color:#FFF;
text-decoration:none;
display:block;
}

/* Afbeeldingen */

img{
border:0px;
}
