

#topmenu {
		font-family:Arial, Helvetica, sans-serif;
		font-size:normal;
        clear:both;
        height:45px;
    		background-image:url(../_img/header.jpg);
    		background-position: left top;
    		background-repeat:no-repeat;
    		padding-top:100px;
    		border-bottom:solid 1px #999999;
}
#topmenuland{
  position: absolute;
  top: 110px;
  right: 265px;
  font-size: 10px;
  font-family: Verdana;
}
#buttons {
		    width:100%;
			margin-left: 15px;
}
#buttons a, #buttons a:visited {
  		text-align:left; 
  		text-decoration:none; 
  		color:#999999; 
  		width:100px; 
  		height:20px; 
  		float:left;
  		border-left:solid 1px #0099FF;
  		border-top:solid 1px #0099FF;
  		border-right:solid 1px #0099FF;
  		margin-left:18px;
  		padding-left:5px;
  		padding-top:10px;
  		padding-bottom:0px;
  		font-size:small;
  		font-weight:bolder;

}
#footer {
        text-align:center;
        background-color:#00529C;
        clear:both;
        font-size:x-small;
        color:white;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 10px;

}
#buttons a:hover {
  		text-align:left; 
  		text-decoration:none; 
  		color:#000099; 
  		width:100px; 
  		height:20px; 
  		float:left;
  		border-left:solid 1px #999999;
  		border-top:solid 1px #999999;
  		border-right:solid 1px #999999;
  		margin-left:18px;
  		padding-left:5px;
  		padding-top:10px;
  		padding-bottom:0px;
  		font-size:small;
  		font-weight:bolder;		
}
