body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f3534;
}
body {
	background-color: #6eb30e;
	margin: 0;
	background-image: url(/grf/hatter.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}



/* FORM */


form { display: inline; }
/*
input[type=submit] {
	width: 120px; height: 18px; border: 1px solid #bababa; color: #fff; background-color: #acc134; 
}

input[type=select], input[type=text], input[type=password], input[type=file] {
	width: 120px; height: 18px; border: 1px solid #bababa; color: #000; background-color: #fff; 
}

textarea {
	width: 240px; height: 170px; border: 1px solid #bababa; padding: 10px; color: #000;
}
*/

h1 {
	font-size: 24px;
	color: #6db10e;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #6db10e;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #6db10e;
	font-weight: bold;
}
a:link {
	color: #6db10e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6db10e;
}
a:hover {
	text-decoration: none;
	color: #433228;
}
a:active {
	text-decoration: none;
	color: #6db10e;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	color: #fff;
	text-decoration: none;
}
a.whitelink:hover {
	color: #6db10e;
	text-decoration: none;
}

a.greylink:link, a.greylink:visited, a.greylink:active {
	color: #8e8e8e;
	text-decoration: none;
}
a.greylink:hover {
	color: #8e8e8e;
	text-decoration: underline;
}

a.blacklink:link, a.blacklink:visited, a.blacklink:active {
	color: #000;
	text-decoration: none;
}
a.blacklink:hover {
	color: #000;
	text-decoration: underline;
}

a.hirlink:link, a.hirlink:visited, a.hirlink:active {
	font-weight: bold;
	font-size: 12px;
	color: #3b430d;
	text-decoration: none;
}
a.hirlink:hover {
	font-size: 12px;
	color: #3b430d;
	text-decoration: none;
	font-weight: bold;
}

a.szalonlink:link, a.szalonlink:visited, a.szalonlink:active {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
a.szalonlink:hover {
	color: #fed700;
	text-decoration: none;
}

a.fomenulink:link, a.fomenulink:visited, a.fomenulink:active {
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.fomenulink:hover {
	color: #f0e18d;
	text-decoration: none;
	font-weight: bold;
}


#container {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
}

#logoheader {
	text-align: right;
	height: 227px;
}


#menudiv {
	height: 28px;
	line-height: 28px;
	text-align: center;
}

#contentheader {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #5a671c;
}

#maincontainer {
	background-repeat: repeat-x;
	width: 1004px;
	padding-bottom: 35px;
	background-image: url(/grf/ct_bc.jpg);
	background-position:0px 441px;
}


#main_left {
	width: 240px;
	float: left;
	text-align: left;
}

#main_right {
	padding-top: 20px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	width: 710px;
	float: left;
	text-align: left;
	padding-left: 27px;
	padding-right: 27px;
}

#main_right p:first-child {
	margin: 0;
}

#left_top {
	font-size: 10px;
	width: 200px;
	background-image: url(/grf/leftbc.jpg);
	padding-top: 90px;
	padding-left: 22px;
	padding-right: 18px;
	padding-bottom: 10px;
}
#left_btm {
	width: 240px;
	height: 20px;
	background-image: url(/grf/leftbc_btm.jpg);
}




#footerdiv {
	margin: auto;
	
	width: 1004px;
	height: 35px;
	line-height: 35px;
	background-image: url(/grf/footer.jpg);
	text-align: center;
	color: white;
}

#footerdiv p:first-child {
	margin: 0;
}



.form_submit {
	width: 80px;
	height: 20px;
	background-color: #acc134;
	border: 1px solid #bababa;
	color: white;
	font-size: 10px;
}

.form_submit:hover {
	width: 80px;
	height: 20px;
	background-color: #3b430d;
	border: 1px solid #bababa;
	color: white;
	font-size: 10px;
}

.form_input {
	width: 200px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	border: 1px solid #bababa;
}

.form_textarea {
	width: 200px;
	height: 150px;
	overflow: auto;
	font-size: 12px;
	border: 1px solid #bababa;
}


fieldset {
	width: 410px;
	border: 1px solid #bababa;
}

legend{
	font-size: 14px;
	color: #000;
}

.fieldset_left {
	float:left;
	width: 100px;
	padding-right: 6px;
	text-align: right;
}

.fieldset_right {
	float:left;
	width: 300px;
	text-align: left;
}




#hirlevel_container {
	float: left;
}

#hirlevel_leftdiv {
	float: left;
	width: 290px;
	text-align: left;
}

#hirlevel_rightdiv {
	padding-left: 10px;
	float: left;
	width: 240px;
	text-align: left;
}

.hirlevel_fieldset_left {
	float:left;
	width: 60px;
	padding-right: 6px;
	text-align: right;
}

.hirlevel_fieldset_right {
	float:left;
	width: 200px;
	text-align: left;
}


.fieldset_clear {
	clear: both;
	height: 10px;
}

.hirlevel_fieldset {
	width: 270px;
}



.clear {
	clear: both;
}

.allowclick {
	position: relative;
	z-index: 0;
}



ul { list-style: none; padding: 0px; margin-left: 10px; }

li {
	background-image: url(/grf/pont.png);
	background-position: 0px 3px;
	padding-left: 14px;
	background-repeat: no-repeat;
	margin-top: 3px;
}