
/* Background image */

#container { background: #fff url(sightseeing.at.jpg) no-repeat top left; }

  /* basic elements */
html { 
  margin: 0px;
  padding: 0px;
}
body { 
        font: 9pt/14pt arial; 
        color: #656565; 
        background: #fff; 
        margin: 0px; 
        padding: 0px;
        min-height: 100%;
        }
p, li, input, select, td, th {
        font: 9pt/14pt arial; 
        color: #656565;
}        
h1 {
        font: 14pt/16pt Tahoma, Geneva;
        font-weight: normal;
        color: #656565;
}

h2 {
        font: 12pt/14pt Tahoma, Geneva;
        font-weight: normal;
        color: #656565;
}
h3 { 
	font: 9pt/14pt arial; 
	font-weight: bold; 
	color: #656565;
	margin-bottom: 0px; 
	}
a:link { 
	font-weight: none; 
	text-decoration: none; 
	color: #656565;
	}
a:visited { 
	font-weight: none; 
	text-decoration: none; 
	color: #656565;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #656565;
	}
	
	
/* specific fonts */

#footer p { 
	font: 8pt/12pt arial; 
	margin-top: 0px; 
	text-align: left;
	}
#footer a { 
	font: 8pt/12pt arial; 
	margin-top: 0px; 
	text-align: left;
	color: #BFBFBF
	}

/* textual menus */

.tmenu-l1-noact a {
	font-weight: none; 
	text-decoration: none; 
	color: #656565;
}
.tmenu-l1-noact a:hover {
	font-weight: none; 
	text-decoration: underline; 
	color: #656565;
}
.tmenu-l1-act a {
	font-weight: bold; 
	text-decoration: none; 
	color: #656565;
}
.tmenu-l1-act a:hover {
	font-weight: bold; 
	text-decoration: underline; 
	color: #656565;        
}


  
/* language menu */

#languagemenu {
        font: 8pt/12pt arial;
        color: #B3C282;
}

#languagemenu a {
        font-weight: none;
        text-decoration:none;
        font: 8pt/12pt arial;
        color: #B3C282;
}
#languagemenu a:hover {
        font-weight: none;
        text-decoration:underline;
        font: 8pt/12pt arial;
        color: #B3C282;
}