body{
font-family:'Frutiger 45 light',Arial,sans-serif;
font-size:10pt; 
background-color:#FFF;
position:absolute;
margin-left:0px;
margin-top:0px;
}
#page{
position:absolute;
width:1024px;
min-height:800px;
background-position:0px auto auto 0px;
/*border-width:1px;
border-style:dotted;
border-color:#f00;*/
}
#head{
position:absolute;
top:0px;
left:0px;
background-image:url(images/adria-head.png);
height:150px;
width:1024px;
}
#menu{
position:absolute;
top:218px;
left:5px;
font-size:10pt;
font-weight: bold;
width:245px;
height:450px;
}
#menuparttwo{
position:relative; bottom:20px;
top:650px;
left:5px;
font-size:10pt;
font-weight: bold;
width:245px;
height:200px;
}
#content{
position:absolute;
top:200px;
left:250px;
padding-bottom:50px;
/*border-top-width:1px;
border-top-style:dotted;
border-top-color:#ccc;*/
width:700px;
}
#box_counter{
position:absolute;
left:55px;
top:910px;
}
#box_linking{
position:absolute;
left:50px;
top:970px;
}
#box_bottom{
position:absolute;
top:940px;
left:20px;
width:250px;
height:50px;
border-width:0px;
/*border-style:dotted;*/
border-color:#333;
}
img{
  border-style:none;
}
a{
	text-decoration:none;
	color:#00f;
	border:0px;
}
#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10pt;
}
#menu li { margin: 0; }
#menu a
{
	
	display: block;
	padding: 6px 8px;
	width: 144px;
	font-size: 12px;
	color: #f00;
	clip:rect(auto 240px 15px auto);
	/*overflow: hidden;*/
	position: relative;
	height: 14px;
	border-bottom-width:1px;
	border-style:dotted;
	border-color:#ccc;
	margin-bottom:1px;
	
}
#menu a:hover
{
	display: block;
	padding: 6px 8px;
	width: 144px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	color: #f93; 
}
#menu .menulevel2 a{
padding-left:20px;
padding-right:8px;
width: 136px;
color:#C00;
background-image:none;
}
#menu .menulevel2 a:hover{
color:#00cc99;
}
/*  ------------------------ */
#menuparttwo ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10pt;
}
#menuparttwo li { margin: 0; }
#menuparttwo a
{
	
	display: block;
	padding: 6px 8px;
	width: 144px;
	font-size: 12px;
	color: #f00;
	clip:rect(auto 140px 15px auto);
/*	overflow: hidden;*/
	position: relative;
	height: 14px;
	border-bottom-width:1px;
	border-style:dotted;
	border-color:#ccc;
	margin-bottom:1px;
	
}
#menuparttwo a:hover
{
	display: block;
	padding: 6px 8px;
	width: 144px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	color: #f93; 
}
#menuparttwo .menulevel2 a{
padding-left:20px;
padding-right:8px;
width: 136px;
color:#C00;
background-image:none;
}
#menuparttwo .menulevel2 a:hover{
color:#00cc99;
}
