/* ----- BASIC ELEMENTS ----- */

body {
text-align            : center;
color: #707070;
font-size: 11px;
font-family: 'Tahoma';
}

#container {
position                : relative;
width                   : 700px;
margin                  : 0 auto;
background-position     : center;
text-align              : left;
}

.clear {
clear: both;
}

img {
border: 0px;
}

p {
margin: 10px 30px 10px 30px;
}

#bevezeto{
 margin         : 10px 30px 10px 30px; 
 color          : #fff;
 font-size      : 0.7em;
}

#clock1{
 margin         : 0px 0 0 -2px; 
}

#clock2{
 text-align     : center;
 margin         : 0 0 0 -20px; 
 color          : #fff;
 font-size      : 0.7em;
}

.yellow_span {
color           : #f2f26f;
font-weight     : bold;
/* margin          : -20px 0 0 0px; */
}
.yellow_span a{
color           : #d5b502; /* #dfbd02; */
font-weight     : bold;
}
.yellow_span a:hover{
color           : #f8f8ad;
font-weight     : bold;
}

.segit {
color           : #005555;
font-weight     : bold;
/* margin          : -20px 0 0 0px; */
}
.segit a{
color           : #e70f03;
font-weight     : bold;
}
.segit a:hover{
color           : #e70f03;
font-weight     : bold;
}

a{
 color          :#d5b502; /* #dfbd02; */
}

a:hover {
color           : #00ec00;
text-decoration : none;
}
  
.green_span a{
color:#F15213;
font-weight:bold;
}

.green_span a:hover{
color:#F15213;
font-weight:bold;
}

.zold{
 font-size      : 0.7em;
 color          : #016001;
}

.left{
 width          : 520px
 margin-left    : 20px;
 pading         : 0;
 background     : url(assets/body.gif) no-repeat;
}

#figy{
 width          : 300px
 margin         : 0 0 0 0px;
 padding	: 4px 2 4px 2px;
 background     : #91d0a3;
}

.right{
 width          : 200px
 margin         : 0 0 0 0px ;
 background     : transparent;  /* url(assets/body.gif) no-repeat; */
}

.green {
 margin-top     : -30px;
color:#016001;
}

.date {
color:#016001;
text-decoration:overline;
padding: 10px 0 20px 0;
}

.light_green {
color:#85B285;
}

#menu_left p {
margin: 25px 0px 0px 25px;
font-size:9px;
color:#fff;
font-weight:bold;
text-transform: uppercase;
}

.login_box p {
margin:20px 10px 0 25px;
color:#016001;
}

.login_box_2 p {
padding:0 10px 0 0;
color:#fff;
}

#top p {
margin: 95px 0px 0px 154px;
font-size:9px;
}

.content_box p {
margin: 10px 5px 10px 5px;
font-size:10px;
text-align:left;
}

.content_box_large p {
margin: 10px 30px 10px 15px !important;
margin: 10px 30px 10px 5px;
font-size:11px;
text-align:justify;
}

.content_box_small p {
margin: 10px 30px 10px 0px;
font-size:11px;
text-align:left;
}

h1 {
margin: 20px 30px 7px 30px;
font-weight:bold;
font-size:15px;
color:#fff;
}

h2 {
margin: 0px 30px 10px 30px;
font-size:12px;
font-weight:bold;
color:#DFBD02;
}

a {
text-decoration: none;
color: #016001;
}

a:hover {
text-decoration: none;
}


/*----- MENU ----- */

#navLeft, #navRight {
margin: 0;
padding: 0;
width: 122px;
list-style: none;
overflow: hidden;
}

#navLeft li, #navRight li {
width: 122px;
overflow: hidden;
text-transform: uppercase;
font-size:9px;
font-weight:bold;
}

#navLeft a, #navRight a {
color:#fff;
}

.li_nav_header a  {
display: block;
width: 122px;
height: 20px;
background: url(assets/head002.gif) no-repeat;
}

.li_nav_body a  {
display: block;
width: 122px;
height: 20px;
background: url(assets/body.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.li_nav_footer a  {
display: block;
width: 122px;
height: 33px;
background: url(assets/footer2.gif) no-repeat;
}

.li_nav_body a:hover
{
background-position:  0 -20px;
color:#016001;
}

.li_active a:active  {
background: url(assets/nav_body.gif) no-repeat;
background-position:  0 -40px;
color:#fff;
}

/*----- LAYOUT ----- */

#top {
height: 10px;
padding:10px;
}

#menu_left {
width: 122px;
float: left;
}

.login_box {
width: 122px;
height:155px;
float: left;
background: url(assets/login_box.gif) no-repeat top;
}

.login_box_2 {
width: 122px;
height:155px;
float: middle;
background: url(assets/login_box.gif) no-repeat top;
}

#head {
width: 700px;
height: 240px;
float: middle;
background: url(assets/head002.gif) no-repeat top;
}

#content {
width: 700px;
text-align: justify;
float: middle;
}
.content_box_large {
width: 540px;
margin:10px 0 30px 14px;
float: left;
}
.content_box_small {
width: 140px;
margin:10px 0 20px 14px;
float: right;
}

#content_footer {
background: url(assets/footer.gif) no-repeat;
height: 70px;
width: 700px;
float: left;
text-align: left;
margin-bottom:12px;
}

/*----- IMAGES ----- */

a img{
border: none;
}

img.left,img.center,img.right {
padding: 4px;
border: 1px solid #a0a0a0;
}

img.left {
float: left;
margin: 0px 12px 5px 0px;
}

img.right {
float: right;
margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
border-top: 1pt solid #cccccc;
border-bottom: 1pt solid #cccccc;
border-right: 1pt solid #cccccc;
border-left: 1pt solid #cccccc;
font: normal 10px tahoma;
width:70px;
color: #707070;
margin:5px 10px 5px 25px;
}

input.login {
margin-top:10px !important;
margin-top:-5px;
}

#content_footer p {
margin: 16px 30px 10px 2px;
font-size:10px;
text-align:left;
}

.ieurope {
position:relative;
float:left;
margin: -63px 0 0 434px;
padding:0 0 0 0;
}

#tbox{
 position		: relative;
 background		: #ddd;
 padding		: 6px;
 border			: 1px solid #ccc;
}
#uz{
 background		: #ddd;
 padding		: 6px;
 border			: 1px solid #ccc;
}
