@charset "utf-8";
.menu {
	z-index: 999;
}
#pagkadr {
	border: 2px solid #FFFFFF;
	background-color: #CCCCCC;
	top: 110px;
	position: relative;
	height: auto;
	overflow: auto;
}
#kopkdr {
	border: 2px solid #FFFFFF;
	background-color: #CCCCCC;
	position: fixed;
	z-index: 100;
	height: 100px;
	padding: 0px;
}
body {
	background-color: #429E42;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.paginakop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #008452;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFF700;
	background-color: #01854B;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

