body {
margin : 0;
padding : 0;
font : 75% "Trebuchet MS", verdana, arial, sans-serif;
color : #666;
background : #003250
}
#container {
width : 740px;
margin-left : auto;
margin-right : auto;
margin-top : 20px;
padding : 20px;
line-height: 1.7em;
color : #666;
background : #f2f2f5;
}
			/*TOP BANNER*/
#banner {
float : center;
width : 744px;
height : 153px;
padding : 0;
margin : 0 0 0px 0;
}
			/*TOP SCROLLBAR*/
div.scroll {
overflow : auto;
height : 7em;
width : 160px;
padding : 1em;
color : #333;
background : inherit;
border : 1px solid #aaa;
margin : 20px;
}
#bannerb {
float : right;
width : 210px;
margin : 0 0 10px 0;
padding : 0;
}
			/*TOP NAVIGATION*/
#navcontainer {
clear:both;
width : 100%;
}
#navcontainer ul {
padding-left: 0;
margin-left: 0;
background: #ff9900;
color: #fff;
float: left;
width: 100%;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
padding: 0.2em 1em;
background: #ff9900;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
background: #036;
color: #fff;
}
#active a:link, #active a:visited, #active a:hover {
background: #036;
color: #fff;
}
			/*CENTRE CONTENT*/
#content {
padding : 10px;
margin-left : 190px;
margin-right : 5px;
background : #f7f7f7;
color : #222;
}

.fejlecbal { float:left; width:140px; margin-right: 5px;}
.fejlecszoveg { margin-left: 160px; left-padding: 1em; }


			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 180px;
margin : 0 0 0 0;
padding : 0px;
color : #fff;
background : #f7f7f7;
}
			/*LEFT MENU*/
			
#menu {
width : 180px;
padding : 0px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0 0;
}
#menu a {
width : 160px;
padding : 0.1em 0.8em;
text-decoration : none;
display : block;
color : #fff;
background : #f7f7f7;
}

#menu a:hover {
background : #036;
color : #fff;
}

#menu ul li { list-style:none; margin:0 0; padding:0; }
#menu ul li a {
	width : 160px;
	padding : 0.1em 0.8em;
	text-decoration : none;
	display : block;
	color : #003250;
	background : #f7f7f7;
}
#menu ul li a:hover { background : #003250;
color : #fff; }
#menu ul li ul { margin: 0; padding:0; }
#menu ul li ul li { list-style:none; margin:0 0; padding:0; }
#menu ul li ul li a { padding:0px 0px 0px 20px; width:161px; background-color:#f7f7f7; }


#sidebar-b {
float : right;
width : 180px;
margin : 0 0 0 5px;
padding : 5px;
background : #f7f7f7;
color : #333;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 15px;
color : #003250;
background : #f7f7f7;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #003250;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
background : inherit;
color : #f2f2f5;
}

/* Table */

table {
font-size: 1.1em;
border-collapse: collapse;
border: 2px solid #202020;
margin: 15px 0 20px 0;
}

th, td {
padding: 3px 13px;
border: 1px solid #202020;
}

th {
text-align: right;
font-weight: bold;
}

td {
text-align: right;
}

.first-row {
background: #F4FF7C;
}

.first-row th {
text-align: center;
font-weight: bold;
border-bottom: 2px solid #202020;
}

.first-column {
background: #FFD162;
border-right: 1px solid #202020;
}

.last-column {
background-color: #FFD162;
border-left: 1px solid #202020;
}

.grey-column {
background-color: #EEEEEE;
border-left: 1px solid #202020;
}

.yellow-column {
background: #FFFF52;
border-right: 1px solid #202020;
}

 
			/*TYPOGRAPHY*/
			
@charset "tahoma";

.bigtitle
   {
	font-family: tahoma;
	font-size: 18pt;
   }
   
.midtitle
   {
	font-family: tahoma;
	font-size: 13.5pt;
   }
.mid2title
   {
	font-family: tahoma;
	font-size: 12.5pt;
   }
.smallcontent
   {
	font-family: tahoma;
	font-size: 10pt;
   }
   
.spcfont1
   {
	font-family: tahoma;
	font-size: 10pt;
   }
   			
p {
margin : 10px;
}
h1 {
margin : 0 0 10px 10px;
font : normal 1.3em tahoma, verdana, arial, tahoma, sans-serif;
letter-spacing: 3px;
color : #036;
background : inherit;
}
h2 {
font : bold 1em tahoma, verdana, arial, tahoma, sans-serif;
color : #ef7329;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #f36207;
background : inherit;
}
a:hover {
color : #0d4953;
background : inherit;
}
			/*CLASSES*/
.news {
font-size : 1em;
background : inherit;
color : #000;
}
.orange {
background : inherit;
color : #f36207;
}

.red{
background : inherit;
color : #f30707;
font-family: tahoma;
font-size: 12pt;
}
.clear {
clear : both;
}