#container{
	margin: 0px auto;
	width: 1000px;
}
#header{
	height: 278px;
	width: 100px;
}
#header .logo{
	display: block;
	width: 215px;
	height: 80px;
}
#header .logo span{
	display: none;
}
#header .language{
	width: 250px;
	float: right;
	height: 25px;
	color: #fff;
	text-align: right;
	font-size: 12px;
	padding: 15px 10px 0px 10px;
	color: #3e5205;
}
#header .language a{
	color: #3e5205;
}
#header .language a:hover{
	text-decoration: underline;
}
#header .language a.active{
	font-weight: bold;
	color: #fff;
}
#menu{
	height: 43px;
	width: 1000px;
	background: url(../frame/menu_bg.gif) repeat-x;
}
#menu ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
#menu ul li a{
	color: #fff;
	display: block;
	padding: 14px 24px 10px 20px;
	float: left;
	height: 18px;
	background: url(../frame/menu_separator.gif) no-repeat top right;
} 
#menu ul li a:hover{
	color: #ecf1dd;
	text-decoration: none;
}
#menu ul li a.active{
	color: #3e5205;
}
#head{
	height: 235px;
	width: 1000px;
	background: url(../frame/head_bg.jpg) repeat-x;
}
#footer{
	height: 22px;
	width: 960px;
	background: url(../frame/footer_bg.gif) repeat-x;
	color: #3E5205;
    padding: 10px 20px 0px;
    text-align: center;
    font-size: 10px;
}
#content{
	background: #fff url(../frame/left_bg.gif) repeat-y top left;
}
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	background: #73970F;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.clear{
	clear: both;
	margin: 0px;
    padding: 0px;
}
input, textarea{
	font-size: 12px;
	border: solid 1px #3E5205;
}
/**/
.error, .success, .notice{
	margin-bottom: 16px;
	padding: 10px;
	border: solid 2px #CC0000;
	font-weight: bold;
	color: #CC0000;
}
.success{
	border: solid 2px #39ac01;
	color: #39ac01;
}
.notice{
	border: solid 2px #518FDD;
	color: #518FDD;    
}
table{
	background: #fff;
	padding:0px 10px 10px 0px;
}
table th{
	background: #E60004;
	padding: 10px;
	color: #fff;
}
h1 {
	font-size: 22px;
	color: #3f6884;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 14px 20px;
	text-align: left;
}
h2 {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0px 0px 15px;
	text-align: left;
	background: url(../frame/title_bg1.gif) repeat-x;
	height: 23px;
}
img{
	border: 2px solid #A6CE3A;
}
h2 a{
	color: #fff;
}
h2 a:hover{
	color: #ecf1dd;
	text-decoration: none;
}
h3 {
	font-size: 14px;
	color: #3E5205;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 14px;
}
h3 a{
	color: #3E5205;
}
h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px;
}
h4 a{
	font-size: 12px;
	color: #000;
}
p {
	margin: 0px 0px 15px;
}
ul{
	margin: 15px 15px 15px 25px;
}
li {
	margin: 5px 0px;
}
ol {
	margin: 15px 15px 15px 25px;
	padding: 0 0 0 10px;
	list-style-type: decimal;
}
a {
	color: #3E5205;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #3F6884;
}
.tartalom{
    padding: 20px 20px 0px;
}

/* window */
.em_window{
    position: absolute;
    width: 500px;
    background: #fff;
    border: solid 1px #A6CE3A;
    text-align: left;
}
.em_window .em_windrag{
    padding: 5px 45px 5px 5px;
    width: 450px;
    background: #A6CE3A;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    cursor: move;
}
.em_windrag img {
    margin-right: 5px;
    vertical-align: middle;
}
.em_window .em_winclose{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url(image/close.gif) no-repeat;
    cursor: pointer;
}
.em_window .em_winloading{
    display: none;
    position: absolute;
    top: 3px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: url(image/loader2.gif) no-repeat;
}
.em_window .em_wincontent{
    padding: 5px;
    width: 490px;
}

.search_highlight {
        background-color: #FFFF00;
        font-weight: bold;
}
.button{
    background: #A6CE3A;
    border: 1px solid #3E5205;
    color: #3E5205;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 100px;
}
.button:hover {
    background: #D2E289;
    color: #3E5205; 
    border: 1px solid #3E5205;
}
table img{
    margin:0px 10px;
    border: none;
}