body{
  display:block; 
  margin:0;
  padding:0;
  background: #666666;
  text-align: left; 
  cursor: url('images/kursor.cur');
font: 80% Arial, Helvetica, sans-serif;
 }

#main
{
margin: 0 auto;
padding: 0;
width: 760px;
height: 538px;

}
#content {
position:absolute;
top:50%;
left:50%;
margin-top:-269px; 
margin-left:-380px; 
width:760px;
}

.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:0px;
top:20px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
width:149px;
padding:0px 0;
color:#FFFFFF;
background:#363633;
text-decoration:none;
margin-right:0px;
margin-top:0px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#CCCCCC;
background:#363933;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#link1
{
position: absolute;
left: 70px;
top: 110px;
}
#caly {
width: 760px;
margin-left: auto;
margin-right: auto; }


a {
color: #ffffff;
color: #ffffff;
}

.menu1 ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu1 li{
	float:left;
	position:relative;
	z-index:100;
	}

/* use the table to position the dropdown list */
.menu1 table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:0px;
top:20px;
}

/* style all the links */
.menu1 a, .menu1 :visited {
display:block;
font-size:11px;
width:100px;
padding:0px 0;
color:#FFFFFF;
background:#363633;
text-decoration:none;
margin-right:0px;
margin-top:0px;
text-align:center;
}
/* style the links hover */
.menu1 :hover{
color:#CCCCCC;
background:#363933;
}

/* hide the sub level links */
.menu1 ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0px;
}
/* make the sub level visible on hover list or link */
.menu1 ul li:hover ul,
.menu1 ul a:hover ul{
visibility:visible;
}

-->
