/*##############################################################
Name: Peter
Date: 2012-04-29
Description: Special horizontal menu with images
Author: Peter de Vos
#############################################################*/

/* standard elements */

body {  background-color:   #ffffff;
}


.main { 
width: 980px;
text-align: center;
margin:  auto ;
background-color: #ffffff;
}

.stippellijn {
background-image: url(img/stroke.jpg);height:5px;width:980px
}

#aanhef{ background-image: url(img/title.jpg) ; width: 980px; height:30px}

#Home{background-image: url(img/home.jpg);height:100px;width:980px}
#Biodanza{background-image: url(img/biodanza.jpg);height:100px;width:980px}
#Ontspannen{background-image: url(img/ontspannen.jpg);height:100px;width:980px}
#GeluksOnderneming{background-image: url(img/geluksonderneming.jpg);height:100px;width:980px}
#Nieuwsbrief{background-image: url(img/nieuwsbrief.jpg);height:100px;width:980px}
#Uitgaven{background-image: url(img/uitgaven.jpg);height:100px;width:980px}
#Schrijfsels{background-image: url(img/schrijfsels.jpg);height:100px;width:980px}
#Schrijven{background-image: url(img/schrijven.jpg);height:100px;width:980px}
#Media{background-image: url(img/media.jpg);height:100px;width:980px}
#Contact{background-image: url(img/contact.jpg);height:100px;width:980px}
#Linkjes{background-image: url(img/linkjes.jpg);height:100px;width:980px}
#Fotoos{background-image: url(img/fotoos.jpg);height:100px;width:980px}
#Overmij{background-image: url(img/overmij.jpg);height:100px;width:980px}
#Samenwerken{background-image: url(img/samenwerken.jpg);height:100px;width:980px}
#Doorsturen{background-image: url(img/doorsturen.jpg);height:100px;width:980px}
#Meer{background-image: url(img/meer.jpg);height:100px;width:980px}
#Downloads{background-image: url(img/downloads.jpg);height:100px;width:980px}
#Agenda{background-image: url(img/agenda.jpg);height:100px;width:980px}
#Winkeltje{background-image: url(img/winkeltje.jpg);height:100px;width:980px}
#Feestje{background-image: url(img/feestje.jpg);height:100px;width:980px}

.content{
width: 980px;
margin:  auto ;
}

.menu {
	margin: 0;
	width:1000px;
	padding-top: 8px;
	padding-left:0;
	list-style: none;
	background: #ffffff ;
}
.menu li {
	margin: 0;
	padding:0;
	height: 55px;
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 55px;
	background-repeat: no-repeat;
}
.home {background-image: url(img/homeMO.png);width:90px;}
.home a {background-image: url(img/home.png);}
.biodanza {background-image: url(img/biodanzaMO.png);width:137px; }
.biodanza a {background-image: url(img/biodanza.png);}
.ontspannen {background-image: url(img/ontspannenMO.png);width:159px; }
.ontspannen a {background-image: url(img/ontspannen.png);}
.geluksonderneming {background-image: url(img/geluksondernemingMO.png);width:239px }
.geluksonderneming a {background-image: url(img/geluksonderneming.png);}
.contact {background-image: url(img/contactMO.png);width:118px }
.contact a {background-image: url(img/contact.png);}
.linkjes {background-image: url(img/linkjesMO.png);width:113px }
.linkjes a {background-image: url(img/linkjes.png);}

.nieuwsbrief {background-image: url(img/nieuwsbriefMO.png);width:104px }
.nieuwsbrief a {background-image: url(img/nieuwsbrief.png);}
.uitgaven {background-image: url(img/uitgavenMO.png);width:132px }
.uitgaven a {background-image: url(img/uitgaven.png);}
.schrijven {background-image: url(img/schrijvenMO.png);width:138px; }
.schrijven a {background-image: url(img/schrijven.png);}
.schrijfsels {background-image: url(img/schrijfselsMO.png);width:157px; }
.schrijfsels a {background-image: url(img/schrijfsels.png);}
.media {background-image: url(img/mediaMO.png);width:99px }
.media a {background-image: url(img/media.png);}
.fotoos {background-image: url(img/fotoosMO.png);width:103px; }
.fotoos a {background-image: url(img/fotoos.png);}
.overmij {background-image: url(img/overmijMO.png);width:130px; }
.overmij a {background-image: url(img/overmij.png);}

.samenwerken {background-image: url(img/samenwerkenMO.png);width:179px; }
.samenwerken a {background-image: url(img/samenwerken.png);}
.doorsturen{background-image: url(img/doorsturenMO.png);width:155px; }
.doorsturen a {background-image: url(img/doorsturen.png);}
.meer {background-image: url(img/meerMO.png);width:89px; }
.meer a {background-image: url(img/meer.png);}
.downloads {background-image: url(img/downloadsMO.png);width:148px; }
.downloads a {background-image: url(img/downloads.png);}
.agenda {background-image: url(img/agendaMO.png);width:118px; }
.agenda a {background-image: url(img/agenda.png);}
.winkeltje {background-image: url(img/winkeltjeMO.png);width:140px; }
.winkeltje a {background-image: url(img/winkeltje.png);}
.feestje {background-image: url(img/feestjeMO.png);width:133px; }
.feestje a {background-image: url(img/feestje.png);}

.menu li a:hover {background: none;}
.menu li a:active{background: none;} 
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


#footer {	text-align: center; color:#949494}