
a {
    color: #384e8a;
}

a:hover {
    color: #7c92ce;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    color: #384e8a;
    background-color: #ffffff;
}

h1 { margin: 0px; }
h2 { margin: 0px; margin-bottom: 10px; padding: 0px 10px; padding-top: 15px; font-size: 13px; font-weight: normal; }

p { margin: 10 0px; padding: 0px 10px; }

div#head {
    background: url('./img/bannerbg.png') repeat-x;
}

div#head h1 {
    margin-top: 48px;
    height: 52px;
    background: url('./img/banner.png') no-repeat center;
}

div#head h1 span {
    display: none;
}

div#main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}

div#innermain {
    margin: auto;
    width: 1020px;
    text-align: left;
}

div#menu {
    padding-bottom: 52px;
}

div#menu ul {
    margin: 0px;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    height: 48px;
    background-color: #eeeeee;
}

div#menu a {
    text-decoration: none;
}

div#menu a:hover {
    color: #384e8a;
    border-bottom: 2px solid #384e8a;
}

div#menu li {
    float: left;
    margin-top: 16px;
    padding-left: 24px;
    height: 20px;
}

div#left {
    float: left;
    padding-top: 100px;
    width: 209px;
    height: 1px;
}

div#center {
    float: left;
    width: 600px;
}

div#content {
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    /* adunk neki 1 keppont behuzast, hogy a benne levo bekezdesek margoja ne
     * keruljon atfedesbe a kontener-elemek margojaval */
    padding-bottom: 1px;
    background-color: #eeeeee;
}

div#right {
    float: left;
    padding-top: 100px;
    width: 209px;
}

div#right h2 {
    text-align: center;
}

div#right span {
    display: block;
    margin: 15px;
    text-align: center;
}

div#foot {
    position: relative;
    left: 209px;
    width: 600px;
    font-size: 9px;
    color: #ffffff;
    background-color: #6d7ea9;
}

div#foot p {
    margin: 0px;
    padding: 1px 0px;
    text-align: center;
}

div#foot a {
    color: #ffffff;
}

div#foot a:hover {
    color: #eeeeee;
}

.clear {
    /* kilepes a float-bol */
    clear: both;
}

.warning {
    color: #cc0000;
    text-align: center;
}

div#content div.kovetkezo{
color:#CC3300;
padding:10 10 10 10;
font-size:11px;
}

div#content div.kovetkezo h5{
color:#CC3300;
font-size:11px;
margin-top:1px;
}

div#content div.kovetkezo ul{
	list-style-type: none;
list-style-position:outside;
padding-left:10px;
	
}

div#content div.kovetkezo li{
list-style-type:none;
list-style-image:url(img/bull.gif);
margin-bottom:3px;
padding-left:5px;
margin-left:10px;
}


