@charset "UTF-8";
/* CSS Document */

#indexmenu{
background:yellow;
width:280px;
height:12px;
}

#dekoog{
float:left;
width:450px;
height:280px;
}

#dewaal{
float:left;
width:450px;
height:280px;
}

#dewaal a{
position:absolute;
width:450px;
height:280px;
background:url(../images/dewaal-p1.jpg);
}

#dewaal a:hover{
background-position:0px 0px;
}

#dekoog a{
position:absolute;
width:450px;
height:280px;
background:url(../images/dekoog-p1.jpg);
}

#dekoog a:hover{
background-position:0px 0px;
}

#dewaalmenu{
float:left;
width:430px;
text-align:right;
font-size:1.6em;
}

#dewaalmenu a{
color:black;
text-decoration:underline;
}

#dewaalmenu a:hover{
color:green;
}

#dekoogmenu{
float:right;
width:430px;
font-size:1.6em;
}

#dekoogmenu a{
color:black;
text-decoration:underline;
}

#dekoogmenu a:hover{
color:green;
}


