td.mainmenu
{
	font-family: verdana ;
	font-size: 12px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	height: 24px ;
	width: 120px ;
	text-align: center ;
	vertical-align: middle ;
	margin-top: 10px ;
}
div.mainmenudiv
{
	width: 120px ;
	height: 30px ;
	border: 1px ;
	background-image: url(/images/button.gif) ;
	background-repeat: no-repeat ;
	cursor: pointer ;
}

div.mainmenudiv:hover
{
        background-image: url(/images/buttonhighlighted.gif) ;
}

div.upperline
{
	background-image:  url(/images/upperlinegradient.png) ;
	background-repeat: no-repeat ;
	width: 964px ;
	height: 7px ;
}
div.middleline
{
	background-image:  url(/images/middlelinegradient.png) ;
	background-repeat: repeat-y ;	
}

div.underline
{
	background-image: url(/images/lowerlinegradient.png) ;
	background-repeat: no-repeat ;
	width: 964px ;
	height: 7px ;
}

table.mainmenutable
{
	margin-top: 2px ;
	margin-left: -3px ;
}

td.reserveren:hover
{
 background-image: url(/images/buttonhighlighted.gif) ;
 background-position: 50% 50% ;
}
td.taxi
{
 height: 25px ;
 width: 52px ;
 background-image: url(/images/taxi_onhover.png) ;
 background-position: 50% 50% ;
 background-repeat: no-repeat ;
}
td.taxi:hover
{
 cursor: pointer;
 height: 25px ;
 width: 52px ;
 background-image: url(/images/taxi.png) ;
 background-position: 50% 50% ;
 background-repeat: no-repeat;
}
td.leftarrow
{
 cursor: pointer;
 height: 36px ;
 width: 50px ;
 background-image: url(/images/gallerylarrow.png) ;
 background-position: 50% 50% ;
 background-repeat: no-repeat;

}
td.leftarrow:hover
{
 cursor: pointer;
 height: 36px ;
 width: 50px ;
 background-image: url(/images/gallerylarrow_onhover.png) ;
 background-position: 50% 50% ;
 background-repeat: no-repeat;
}
td.rightarrow
{
 cursor: pointer;
 height: 36px ;
 width: 50px ;
 background-image: url(/images/galleryrarrow.png) ;
 background-position: 50% 50% ;
 background-repeat: no-repeat;
}
td.rightarrow:hover
{
 cursor: pointer;
 height: 36px ;
 width: 50px ;
 background-image: url(/images/galleryrarrow_onhover.png) ;
 background-position: 50% 50% ;
 background-repeat: no-repeat;
}

img
{
	border-width: 0px ;
}

