


.buttonDeepBlue
{
cursor: hand;
cursor: pointer;
float:left;
color:#FFF;
background: url(btn_db_main.gif) no-repeat; 
font:10px Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

.buttonDeepBlue * {display:block;}

.buttonDeepBlue span { 
padding:5px 0 0;
background: url(btn_db_corners.gif) no-repeat right top;}

.buttonDeepBlue span span { 
padding:0 0 0 5px;
background: url(btn_db_bottom.gif) no-repeat left bottom;}

.buttonDeepBlue span span span { 
padding:0 0 5px;
background: url(btn_db_corners.gif) no-repeat right bottom;}

.buttonDeepBlue span span span span {
padding:0px 9px 1px 3px; 
background: url(btn_db_right.gif) no-repeat right top;}

.buttonDeepBlue:hover { 

color:#FFF;
background: url(btn_db_main_mo.gif) no-repeat; 
font:10px Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;

}

.buttonDeepBlue:hover span { 
padding:5px 0 0;
background: url(btn_db_corners_mo.gif) no-repeat right top;}

.buttonDeepBlue:hover span span { 
padding:0 0 0 5px;
background: url(btn_db_bottom_mo.gif) no-repeat left bottom;}

.buttonDeepBlue:hover span span span { 
padding:0 0 5px;
background: url(btn_db_corners_mo.gif) no-repeat right bottom;}

.buttonDeepBlue:hover span span span span {
padding:0px 9px 1px 3px; 
background: url(btn_db_right_mo.gif) no-repeat right top;}

a.buttonDeepBlue {

color:#FFF;

}

.buttonDeepBlue:focus,

.buttonDeepBlue:active {color:#fff;}

.buttonDeepBlueHeader
{
   color: #fff; 
   font-size:11px; 
   font-weight: bold;
}

.buttonDeepBlueDestination {font-style: italic; color:#666666}

a.buttonVerder {float:right; margin-right:0px;}

a.buttonTerug {float:left; margin-left:0px; z-index:99;}



