body{
font-family:'Frutiger 45 light',Arial,sans-serif;
font-size:100.01%; 
background-color:#FFF;
position:absolute;
margin: 0; padding: 1em;
}
#page{
background-position:0px auto auto 0px;
text-align:justify;
}
#head{
background-image:url(images/head_graphic_85_1024.jpg);
height:85px;
width:1024px;
}
#menu{
float:left;
font-size:0.9em;
font-weight: bold;
}
#box_counter{
margin-top: 2em;
margin-left: 2em;
}
#box_bottom{
margin-top:2em;
/*border-width:4px;*/
/*border-style:dotted;*/
border-color:#333;

}

#content{
margin-left:13em;
padding-bottom:60px;
max-width:51em;
min-width:20em;
min-height:30em;
}
#bottom_graphic{
}

img{
  border-style:none;
}
a{
	text-decoration:none;
	color:#00f;
	border:0px;
}
#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
}
#menu li { margin: 0; }
#menu a
{
	
	display: block;
	padding: 6px 8px;
	width: 12em;
	font-size: 0.9em;
	/*color: #f00;*/
	color:rgb(172,173,177);
	/*color:#25368b;*/
	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: 0.9em;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	/*color: #f93; */
	/*color:rgb(191,223,140);*/
	color:#25368b;
}
#menu .menulevel2 a{
padding-left:20px;
padding-right:8px;
width: 136px;
color:#C00;
background-image:none;
}
#menu .menulevel2 a:hover{
color:#00cc99;
}

