@charset "utf-8";

/***alap objektumok
 *
 */
body {
    background-color: #FFFFE1;
    color: #000000;
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
    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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

img {
    border: 0;
}

a {
    color: #00F;
}

/***stílusok
 *
 */
.base #container {
    background-color: #FFC;
    width: 1000px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border-top: none;
    border-bottom: 1px solid #FFB03C;
    border-left: 1px solid #FFB03C;
    border-right: 1px solid #FFB03C;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-bottom: 10px;
}

.base #header {
    background-color: #FFB03C; /*narancssárga*/
    padding: 0 0px 0 10px;
    height: 100px;
}

.base #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.base .mainContent {
    vertical-align: top;
    width: 810px;
}

.base #innerContent {
    padding: 10px;
}

.base .sidebar1 {
    background-color: #FF9; /*narancssárga*/
    vertical-align: top;
    width: 190px; /* mainContent/margin, base-ie5.css/sidebar1 */
    padding: 0;
}

.base .sidebar1 > div  {
    margin: 40px 10px;
}

.base .sidebar1 > div:first-child  {
    margin-top: 10px;
}

.base .sidebar1 > div:last-child  {
    margin-bottom: 20px;
}

.base .sidebar1 h3 {
	font-size: 9pt;
	margin: 0 0 10px 0;
}

.base .sidebar1 p {
	font-size: 9pt;
}

.base .sidebar1 a {
	color: #000;
}

.base .sidebar1 a:hover {
	color: #EA8C00;
}

.base .imagesLink img {
    border-color: #FC6;
    border-style: solid;
}

.base .imagesLink img:hover {
    border-color: #EA8C00;
    border-style: solid;
}

/***tablazat elrendezes
 *
 */
.base table .margok {
    margin: 0 0 12pt 0;
}

.base table .felul td {
    vertical-align: top;
}

.base table .keret {
    border-top: 1px solid #FFCC66;
    border-left: 1px solid #FFCC66;
    border-right: 1px solid #FFCC66;
}

.base table .keret td {
    border-bottom: 1px solid #FFCC66;
}

.base tr .sor0 {
    background-color: #FFE48A;
}

.base tr .sor1 {
    background-color: #FFFF99;
}

/***szoveg formazas
 *
 */
.base .hosszuSzoveg {
    text-align: justify;
    margin: 0 0 6pt 0;
}

.base .nincsLiBehuzas {
    padding: 0 0 0 20px;
}

/***objektumok stilusai
 *
 */

/*randomImages*/
.base #menuBellow { /*randomImagesFrame*/
    margin-top: 30px;
    text-align: center;
}

.base .randomImagesLinkBase img {
    border-width: 2px;
}

.base .randomImage {
    margin-bottom: 20px;
}

/*navImages*/
.base .navFrame {
    width: 700px;
    height: 300px;
    margin: 0 auto;
}

.base .navLine {
    margin: 0 auto;
}

.base .navElement {
    float: left;
    width: 150px;
    margin: 40px 30px 10px 30px;
    text-align: center;
}

.base .navImagesLinkBase img {
    border-width: 3px;
}

/***Logo
 *
 */
.base #logo {
    height: 100px;
}

.base .cegnev {
    margin: 0 0 0 20px;
    font-weight: bold;
    font-size: 11px;
}

/***kereso mezo
 *
 */
.base #navCorner {
    float: right;
    height: 25px;
    margin: 0;
}

.base .navSector {
    float: right;
    padding: 0 8px 0 8px;
}

.base .navSectorSep {
    float: right;
    margin: 2px 0 0 0;
    font-size: 15px;
}

.base #navOldalterkep {
    float: right;
    margin: 6px 0 0 0;
    font-size: 11px;
}

.base #navSearchBox {
    float: right;
    text-align: right;
    width: 180px;
}

.base #navSearchArea input {
    float: right;
    width: 120px;
    height: 13px;
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 9px;
}

.base #navSearchButton input {
    float: right;
    height: 20px;
    width: 50px;
    margin: 1px 0 0 0;
    font-size: 9px;
}

/***lebego div-ek
 *
 */
.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;
}