/* BASIC SETTINGS/STRUCTURE CLASSES - css classes for main layout */ 
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #459504;
	text-align:justify;
}
body {
	background-color: #CBFFA1;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#menu {
width: 175px;
height: 30px;
padding-bottom: 5px;
}
.main {
margin:0px auto;
height:500px;
width:770px;
border: 1px solid #000000;
}

.pole {
background-color: #CBFFA1;
color: #459504;
	font-weight: bold;
	border: 1px solid #459504;
	text-align: right;
	padding-right: 3px
}

a.mainlevel:link, a.mainlevel:visited {

	display: block;

	background: url(../images/menu.gif) no-repeat;

	vertical-align: middle;

	font-size: 12px;

	font-weight: bold;

	color: #ffffff;

	text-align: left;

	padding-top: 5px;

	padding-left: 30px;

	height: 20px !important;

	height: 25px;

	width: 100%;

	text-decoration: none;

}



a.mainlevel:hover {

	background-position: 0px -25px;

	text-decoration: none;

	color: #459504;

}
