* { margin: 0; padding: 0;}

body
{
	background: url(../img/all.jpg) repeat-x;
	background-color: #6b9738;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #000000; 
	text-align: center;
	margin: 0 0 15px 0;

	/*background: url(../img/all.jpg) repeat-x;*/
	/*background-color: #6b9738;*/
}

form
{
	border: 0px;
}

fieldset
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a, a:visited 
{	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}

a:hover 
{
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}

h1, h2, h3 
{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}

h1 
{
	font-size: 160%;	
	font-weight: normal;
	text-align: center;
}
h2 
{
	font-size: 130%;
	text-transform: uppercase;	
}

h3 
{
	font-size: 130%;	
}

h1, h2, h3, p 
{
	padding: 10px;		
	margin: 0;
}

ul, ol 
{
	margin: 5px 20px;
	padding: 0 20px;
}

img 
{
	background: #FAFAFA;
}

img.float-right 
{
  	margin: 5px 0px 10px 10px;  
}

img.float-left 
{
  	margin: 5px 10px 10px 0px;
}

img.lang
{
	border: 0px;
	padding: 0px !important;
	margin-top: 2px;
	cursor: hand;
	cursor: pointer;
}
img.topbar
{
	margin-top: 5px;
	cursor: hand;
	cursor: pointer;
}

img.clean
{
	border: 0px;
	padding: 0px !important;
}

div#headerdiv
{
	position: relative;
	background: url(../img/top.jpg) no-repeat;
	height: 149px;
	width:999px;	
}

div#centerdiv
{
	position: relative;
	width: 999px;	
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background: url(../img/bkg.jpg) repeat-y;
}

div#headerbar
{
	width: 999px;
	height: 35px;
	background: url(../img/bar.jpg) no-repeat;
	padding-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
}
div#headerbar ul {
	float: left;
	list-style: none;
	width: 950px;		
	padding: 0;
	margin-left: 25px;
	margin-top: -5px;
	height: 28px;
	display: inline;
	text-transform: uppercase;
}
div#headerbar ul li {
	display: inline;
	margin: 0; padding: 0;
}
div#headerbar ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
div#headerbar ul li a:hover, 
div#headerbar ul li a:active {
	color: #326ea1;
}
div#headerbar ul li#current a {	
}
/* end of headerbar */

div#bottomdiv {
	width: 999px;
	height: 26px;
	background: url(../img/bot.jpg) no-repeat;
}
div#bottomdiv a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
div#bottomdiv a:hover {
	color: #000;	
}
div#bottomdiv p {
	padding: 10px 0;
}
div#bottomdiv h2 {
	color: #000000;
	margin: 0;
	padding: 0 10px; 
}
/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}

div#hbox
{
	width: 999px;
	margin: 0px;
	padding: 0px; 	
}

.two-col #content {
	margin: 10px 5px 0 200px;
}

#content h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}

div#searchbox
{
	width: 161px;
	height: 25px;
	margin-top: 500px;
	position: relative;
	margin-left: 30px;
}

div#searchbox img
{
	border: 0px;
	padding: 0px;
	width: 26px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

div#searchbox #searchfield
{
	/*background: url('../img/search_input.png') no-repeat;*/
	background: #fafafa;
	border: 1px solid #cacaca;
	border-left: 0px;
        width: 136px;
        height: 17px;
        position: absolute;
        top: 0px;
        left: 26px;
        font-size: 12px;
	padding: 3px;
        /*padding: 5px 3px 5px 0px;*/
	/*
	font-style: italic;
	color: #aaaaaa;
	*/
}

div#menu
{
	float: left;
	width: 200px;	
	margin-left: 20px;
}

div#menu h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #002200; 		
}

ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	text-decoration: none;	
	position: relative;
}
ul.sidemenu li {
	list-style: none;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
	position: relative;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	font-size: 12pt;
	text-decoration: none;	
	color: #004400;
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #004400;
	border: none;
}


div#content
{

	float: right;
	width: 720px;
	padding-right: 40px;
	text-align: justify;

}

div#clear
{
	clear: both;
}

div#regularLogin
{
	display: none;
	visibility: collapse; 
	background: #f5f5ff; 
	position: absolute; 
	top: 180px; 
	left: 10px;
	width: 540px;
	border: solid 2px;
	padding: 20px;
}

div#fileManager
{
	visibility: collapse; 
	display: none;
	background: #f5f5ff; 
	/*
	position: absolute; 
	top: 180px; 
	left: 10px;
	*/
	width: 400px;
	border: solid 2px;
	padding: 20px;
	text-align: left;

	margin: 0 auto;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 60px;
}

div#preferencesManager
{
	visibility: collapse; 
	display: none;
	background: #f5f5ff; 
	/*
	position: absolute; 
	top: 180px; 
	left: 10px;
	*/
	width: 400px;
	border: solid 2px;
	padding: 20px;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 60px;
}

div#preferencesManager select
{
	width: 100%;
}
div#pageManager
{
	visibility: collapse; 
	display: none;
	background: #f5f5ff; 
	width: 400px;
	border: solid 2px;
	padding: 20px;

	margin: 0 auto;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 60px;

	text-align: left;
}

div#userManager
{
	visibility: collapse; 
	display: none;
	background: #f5f5ff; 
	/*
	position: absolute; 
	top: 180px; 
	left: 10px;
	*/
	width: 400px;
	border: solid 2px;
	padding: 20px;

	margin: 0 auto;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 60px;

	text-align: left;
}

div#passwordChange
{
	visibility: collapse; 
	display: none;
	background: #f5f5ff; 
	position: absolute; 
	top: 180px; 
	width: 400px;
	border: solid 2px;
	left: 10px;
	padding: 20px;
}

span#language
{
	float: left;
}

span#login
{
	border: none;
	border-width: 0px;
}

span#adminPanel
{

}

span#adminSpan
{
	float: right;
}

.smallicon
{
	border: 0px;
	padding: 0px;
}

.menuitemblock
{
	border: solid 1px;
	height: 32px;
	width: 200px;
/*	border-color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/menu_nieakt.jpg); */
	cursor: pointer;
}

.newmenuitemblock
{
	border: none;
/*	border-color: #000000;
	font-size: 14px;
	font-weight: bold; */
	height: 32px;
	min-width: 200px;
	padding-right: 0px; 
}

.menuitemblock:hover
{
	/*background-color: #f5f5ff;
	background: url(../img/menu_akt.jpg); */
	cursor: pointer;
}

.menuitem
{
	height: 16px;
	width: 168px;
	border: none;
	float: left;
	padding: 8px;
	cursor: pointer;
}

.menuitemedit
{
	height: 32px;
	width: 16px;
	border: none;
	float: right;
	cursor: pointer;
/*	margin-top: -26px;*/
	position: absolute;
	top: 1px;
	right: 1px;
}

.greyscreen
{
	display: none;
	visibility: hidden;
	position: fixed; 
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; 
	top: 0px; 
	left: 0px; 
	bottom: 0px; 
	right: 0px; 
	background: #000000;
}

.photocontainer
{
	display: none;
	visibility: hidden;
	position: fixed; 
	top: 0px; 
	bottom: 0px; 
	left:0px; 
	right: 0px;
}

.centerframe
{
	display: none;
	visibility: hidden;
	margin-left: auto; 
	margin-right: auto; 
	position: relative; 
	top: 100px; 
	max-width: 840px;
	max-height: 440px;
	text-align: center;
}

.centerphoto
{
	display: none;
	visibility: hidden;
	max-width: 800px; 
	max-height: 400px;
	border: solid 15px;
	border-color: #ffffff;
}

.centertext
{
	display: none;
	visibility: hidden;
	font-style: italic;
	color: #ffffff;
}

