body {
margin: 0;
padding: 0;
color: #000;
background-color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}
.fejlec {
text-align: center;
background-color: #9A060B;
color: #FFF;
font-family: Arial;
font-size: 16pt;
font-weight: bold;
padding: 5px;
border-bottom: 1px solid #000;
border-left: 2px solid #000;
border-right: 2px solid #000;
border-top: 2px solid #000;
}
.quote {
width: 100%;
background-color: #EEE;
color: #000;
font-size: 8pt;
font-weight: bold;
padding: 2px;
border-bottom: 1px solid #000;
text-align: right;
}
table#main {
height: 100%;
vertical-align: top;
 overflow-y:hidden; 
 overflow-x:auto;


}
table#main td {
vertical-align: top;
overflow-y:hidden; 
overflow-x:auto;


}
td.leftnav {
background: #9D4631;
width: 175px;
border-right: 1px solid #000;
padding: 0px;
color: #FFF;
font-size: 10px;
text-align: center;
}

td.leftnav div.header {
text-decoration: none;
list-style: none;
background: #BD1219;
color: #FFF;
padding: 2px;
margin: 0px;
border-bottom: 1px solid #000;
font-size: 12px;
font-weight: bold;
text-align: center;
}

td.leftnav div.header a{
text-decoration: none;
list-style: none;
display: block;
background: #BD1219;
color: #FFF;
padding: 2px;
margin: 0px;
font-size: 12px;
font-weight: bold;
text-align: center;
}

td.leftnav div.header a:hover{
text-decoration: none;
margin: 0px;
background: #C58873;
color: #FFF;
text-align: center;
}


td.leftnav div.menu {
text-decoration: none;
list-style: none;
background: #9B2E1B;
padding: 0px;
border-bottom: 1px solid #000;
}

td.leftnav div.menu a {
text-decoration: none;
display: block;
padding: 2px;
margin: 0px;
font-size: 10px;
color: #FFF;
border-style:none;
text-align: left;
}

td.leftnav div.menu a:hover {
text-decoration: none;
background: #C58873;
color: #FFF;
text-align: left;
}
td.content {
width: auto;
padding: 0px 5px 5px 5px;
font-size: 10px;
}
td.content div.title {
background-color: #FFF;
color: #000;
border: none;
font-size: 18px;
font-weight: bold;
}

.footer {
background: #9A060B;
border-top: 1px solid #000;
padding: 5px;
color: #FFF;
text-align: center;
font-size: 9px;
border-bottom: 2px solid #000;
border-left: 2px solid #000;
border-right: 2px solid #000;
border-top: 1px solid #000;
}

.footer a{
background: #9A060B;
border-top: 1px solid #000;
padding: 5px;
color: #FFF;
text-align: center;
font-size: 9px;
border-bottom: 2px solid #000;
}

