.page 
{ 
	width: 100%;
}

#menu  { list-style:none; margin:0px; padding:0px; }

#menu li { list-style:none; display:inline; }

#menu li a,#menu li a:link 
{ 
	float:left;
	background-color: khaki;
	margin-right:3px;
	padding:2px;
	color: black;
	text-decoration:none;
	width:5em;
	text-align:center;
	font-family: verdana;
	font-size:14px;
} 

#menu li a:visited { }

#menu li a:hover 
{ 
	background-color: khaki; color: white;
}

#menu li a:active 
{ 
	background-color: khaki; color: white; 
}

#menu li.active a
{ 
	font: italic 14px verdana; background-color: #FFFccc; color: black; 
}

#menu li.active a:hover
{ 
	font: 14px verdana; background-color: #fffccc; color: black;
}

.content 
{ 
	background:url(../poz.png) bottom right no-repeat; 
	padding: 0px 0px 0px 10px; 
	height: 300; 
	margin: 0px;
	font-family: verdana;
	font-size:14px;
	
}

#loading 
{ 
	clear:both;
	background:url(../wait.gif) center no-repeat; 
	text-align:center; 
	padding:25px 120px 25px 0px; 
	display:none;
}

#outcontent 
{
	clear:both; background-color: #FFFFe1;
	
}