/* CSS Document */
#rightspace {
float:right;
width:100px;
height:540px;
}

*html#rightspace {
height:100%;
}


#picspace {
float:right;
width:350px;
height:99px;

}

.uberlink a{
background-color: black;
color:black;

}


#client {
float:right;
width: 100px;
height: 100px;
background-color: #0099FF;
line-height: 100px;
text-align: center;
z-index: 2;

margin: -1px;
}

#client a {
font-family: Trebuchet MS, Tahoma, sans-serif;
font-weight:bold;
font-size: 12px;
text-decoration: none;
color: white;
display: block; 
height: 100px;
width: 100px;
}

#client a:hover {
color: black; 
height: 100px;
width: 100px;
background-image: url(../images/bgknop.gif);
white-space: nowrap;
background-repeat: no-repeat;
z-index: 3;
}

#guest {
float:right;
width: 100px;
height: 100px;
text-align: center;
background-color: #0099FF;
z-index: 2;
line-height: 100px;

margin: -1px;
}

#guest a {
font-family: Trebuchet MS, Tahoma, sans-serif;
font-weight:bold;
font-size: 12px;
text-decoration: none;
color: white;
display: block; 
height: 100px;
width: 100px;
}

#guest a:hover {
color: black;  
height: 100px;
width: 100px;
background-image: url(../images/bgknop.gif);
white-space: nowrap;
background-repeat: no-repeat;
border: solid 1px white;
margin: -1px;
z-index: 3;
}

#contact {
float:right;
width: 100px;
height: 100px;
text-align: center;
z-index: 2;
background-color: #0099FF;
line-height: 100px;

margin: -1px;
}

#contact a {
font-family: Trebuchet MS, Tahoma, sans-serif;
font-weight:bold;
font-size: 12px;
text-decoration: none;
color: white;
display: block; 
height: 100px;
width: 100px;
}

#contact a:hover {
color: black;  
height: 100px;
width: 100px;
background-image: url(../images/bgknop.gif);
white-space: nowrap;
background-repeat: no-repeat;


z-index: 3;
}

#copy {
position: absolute;
left: 200px;
top: 80px;
height: 20px;
width: 200px;
color: #FFF;
font-family: Tahoma, sans-serif;
font-size: 10px;
padding-top: 4px;
}
