@charset "utf-8";
/* CSS Document */


html  {

scrollbar-face-color:#5f5f5f;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-shadow-color:#5f5f5f;
  scrollbar-track-color:#000000;
  scrollbar-arrow-color:#000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}	
#container {
width:990px;
margin:0px;
}

#header { background:url(images/hun_01.gif) no-repeat;
width:209px;
height:258px;
}

#sidebar_bottom{
padding-top:20px;
text-align:center;
width:150px;
clear:left;
 }
	
.twoColFixLt #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 209px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLt #mainContent { 
    width:780px;
	color:#CCCCCC;
	margin-left:209px;
	padding:0px;
	padding-top:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat2 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {width:104px;
float:left;
margin:0px;
padding:0px; 
}
#menu a ,#menu img{display:block; margin:0px; padding:0px; float:left; width:104px;}
#almenu {width:104px;
float:left;
margin:0px;
padding:0px; 
}
#almenu a, #almenu img {display:block; margin:0px; padding:0px; float:left;}


#banner_l {float:left; margin:0px; padding:0px; width:4px; vertical-align:bottom; height:80px;}
#banner_c {float:left; margin:0px; padding:0px; width:510px; height:80px;}
#banner_c img { margin:0px; padding:0px;}
#banner_r {float:left; margin:0px; padding:0px; width:7px; vertical-align:bottom; height:80px;}

#cim { float:left; width:780px;}
#tartalom {float:left; height:560px; width:780px; overflow:auto; padding-left:5px}


#szovegdoboz_1{float:left; margin:0px; padding:0px; width:480px;}
#login {float:left; width:280px; margin:0px; padding:0px;}

