html,body{
height:100%;
font-family: Arial, Verdana, Helvetica, sans-serif ;
}
body{
text-align:center;
padding:0;
margin:0;
background-image:url('../img/body_bg.jpg');
background-repeat: repeat-x;
background-color:#2f5594;
}

#container{ /* Ebben van minden --------------------------------- */
margin: 0 auto;
width:761px;

background-image:url('../img/container_bg.gif');
background-color:#fff;
min-height:100%;
text-align: left;
}

#header{ /* Fejlec --------------------------------- */
width:761px;
height: 208px;
background-image:url('../img/header_bg.jpg');
}

#logoLink {
top: 20px;
left: 238px;
position:relative;
border: 0px solid black;
display: block;
width: 270px;
height:60px;
}

#pageTitle {
top: 120px;
left: 233px;
position:relative;
border: 0px solid black;
display: block;
width: 520px;

}
h1 {
padding: 0;
margin: 0;
font-size: 20px;
color: #2b577c;
}

h2 {
padding: 0;
margin: 15px 0 10px 0;
font-size: 16px;
color: #b28600;
}

h3 {
font-size: 16px;
color: #000066;
}

h4 {
font-size: 14px;
font-style: italic;
font-weight: normal;
}

#leftSide {
float: left;
width: 201px;

}


#rightSide {
float: right;
width: 560px;
}

.menu {

}

.menu a{
display: block;
width: 176px;
height: 23px;

w-idth: 201px;
h-eight: 30px;
font-size: 13px;
color: #354a6c;
font-weight: bold;
text-decoration: none;
padding: 7px 0 0 25px;
background-image:url('../img/menu_bg.jpg');
}

.menu a:hover{
background-image:url('../img/menu_bg_over.jpg');
}


#main {
padding: 30px;
}

td {
font-size: 13px;
color: #071E32;
}

p {
font-size: 13px;
line-height: 20px;
color: #071e32;
text-align: justify;
margin-top: 0px;
}

li {
font-size: 13px;
line-height: 20px;
color: #2f5372;
text-align: justify;
margin-top: 0px;
}

ul {
font-size: 13px;
line-height: 20px;
color: #2f5372;
text-align: justify;
margin-top: 0px;
}


a {
color: #b28600;
}

a:hover {
text-decoration: none;
}


#footer {
letter-spacing: 1px;
padding-top: 7px;
color:#85a1bb;
font-size: 11px;
margin-left: 230px;
clear: both;
height: 29px;
background-color:#fff;
background-image:url('../img/footer_bg.gif');
}

#footer a{
color:#85a1bb;
font-size: 11px;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}























