@charset "utf-8";

/*--- DHKSE honlap stilus leiro fajl ---*/

body{
      margin: 0;
      padding: 0;
      font: normal 12px verdana, tahoma, arial, sans-serif;
      background: url(hatter.jpg) repeat-y center top fixed;
      background-color: #5e656f;
}

#container{
/*      background-color: #C0C0FF;*/
      background: transparent;
      width: 960px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
}

#header{
      width: 961px;
      height: 180px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      background: url(fejlec.jpg) no-repeat center top;
}

#banner {
     padding-top: 50px;
    text-align: center;
}

#content{
      text-align: justify;
      padding: 0;
      margin-left:240px;
      margin-right: 40px;
      margin-top: 10px;
      background: transparent;
}

#footer{
      width: 950px;
      height: 0px;
      background: transparent;
      padding: 4px;
      clear: both;
      font-size: 8px;
      text-align: center;
}

.text{
      padding: 10px 0px;
      margin-bottom: 20px;
}

.bal{
      float: left;
      margin: 10px;
      padding: 10px;
    border-color : #000080;
    border-style : solid;
    border-top-width : 1px;
    border-left-width : 1px;
}

.jobb{
      float: right;
      margin: 10px;
      padding: 10px;
    border-color : #000080;
    border-style : solid;
    border-top-width : 1px;
    border-right-width : 1px;
}

/* Menu */
#menu{
      width: 221px;
      height: 339px;
      text-align: left;
     font-weight:bold;
     font-size:13px;
      padding: 0;
      background: url(menu_hatter.jpg) center top;
      background-repeat: no-repeat;
      float: left;
}

#menu li {
     list-style-type:none;
}

#menu li a {
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #f6dd0b;
	display: block;
	background:  url(menu_elem.gif);
	padding: 8px 0 0 10px;
}
	
#menu li a:hover {
	color: #FFF;
	background:  url(menu_elem.gif) 0 -32px;
	padding: 8px 0 0 10px;
}	

.menu {
      padding-top: 30px;
     margin-left: -20px;
}

#menu li a:link.current, #menu li a:visited.current {
	color: white;
}


/* */
h1, h2, h3 {
      color: #000080;
	font-variant : small-caps;
	font-weight: bold;
	text-align : center;
}

h1 {
	font-size : 20px;
	}

h2 {
	font-size : 16px;
	}

h3 {
	font-size : 14px;
	}

.headline {
      margin-left: 30px;
      margin-right: 30px;
}

img {
     text-align: center;
     border: 0;
}

table {
    border-bottom-color : #000080;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #000080;
    border-right-style : solid;
    border-right-width : 1px;
    margin-left : 5px;
    margin-right : 5px;
    padding-left : 5px;
    text-align : left;
    width : 99%;
}

thead {
    background-color : #B4A579;
    margin-left : 10px;
  }


th, td {
    padding-left : 5px;
    padding-right : 10px;
  }

.center {
   text-align:center;
}
