@charset "utf-8";

body{
/* this displays the vertical scrollbar in IE even when the content fits the viewport */
/*overflow:visible;*/ /* when logged in web shop it gives problem (scrollbar is not displayed) */
font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}


a{
display: inline;
height: 32px;
background-image: url(../img/dot_yellow.jpg);
background-repeat: no-repeat;
padding-left: 8px;
text-decoration: none;
color: #000000;
margin-right: 10px;
}

#tour_links a{
display:inline;
height:32px;
text-decoration:none;
color:#009;
background-image:none;
padding-left:4px;
}

#tour_links a:hover{
text-decoration:underline;
color:#009;
background-image:none;
}

a:hover{
display: inline;
background-image: url(../img/dot_red.jpg);
background-repeat: no-repeat;
text-decoration: underline;
}
	
#footer_menu{
margin-top: 30px;
}

#header_menu{
margin-left: 31px;
margin-top: 4px;
}

#tour_links{
margin-top: 11px;
text-align: left;
}

#header_menu a{
font-weight: bold;
}


td {
vertical-align:top;
}
