#image {
	position: absolute;
	left: 10px;
	top: 10px;
}

#header {
	position: absolute;
	left: 170px;
	top: 55px;
}

#avmenu {
	position: absolute;
	left: 8px;
	top: 160px;
}

#content{
	position: absolute;
	margin-left: 170px;
	margin-top: 160px;
	width: 70%;
	background:#ffffff;
	color:#303030;
	text-align: justify;
	padding-bottom: 15px;
}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
}


#content h2{
text-align: left;
color: #5f68ee;
border-bottom: 1px dotted #CCCCCC;
font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
padding-bottom: 3px;
}




#avmenu ul {
list-style:none;
width:120px;
margin:0 0 20px 0;
padding: 5px;
}

#avmenu li { margin-bottom:3px; border-left:4px solid #cccccc; }

#avmenu li a {
font-weight:bold;
height:15px;
text-decoration:none;
color:#505050;
display:block;
/*padding:6px 0 0 10px;*/
background:#f4f4f4;
/*border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;*/
border-left:4px #ffffff;
}

#avmenu li a:hover, #avmenu li a.current {
background:#ffffff;
color:#5f68ff;
/*border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;*/
border-left:4px solid #ffffff;
}



#avmenu ul ul a {
height:12px;
margin:0;
/*padding: 4px 0 4px 8px;*/
border-left:4px solid #cccccc;
}