/*.style1 {font-weight: bold}
.style2 {
    font-size: 14px;
    font-weight: bold;
    color: #367b9c;
}
.style3 {
    color: #367b9c;
    font-style: italic;
    font-weight: bold;
}

*/
body {
background-color: #ffffff;
}
#container
{
position:relative;
font-family:"Verdana", Sans-serif;
top:0px;
left:0px;
width:1035px;
margin:0;
padding:0;
margin-left:auto;
margin-right:auto;
}

#header
{
position:relative;
top:0px;
left:0px;
height:130px;
margin:0;
padding:0;
width:auto;
background-color: #FFFFFF;
}

#logo
{
position:relative;
top:0px;
left:0px;
width:1035px;
margin:0 auto 0 auto;
padding:0;
}

#menu
{
position:relative;
font-size:12px;
//font-weight:bold;
top:0px;
left:0px;
width:1035px;
height:43px;
margin:0;
padding:0;
background:url('/images/default/index3/menu_background.png');
/*background-color:#dddddd;*/
}
#menu td {
/*    border-right: 1px solid white;*/
}
#menu td.last {
/*    border-right: 0px;*/
}

#content_fejlec
{
position:relative;
font-size:12px;
top:0px;
left:0px;
width:1035px;
height:160px;
color:white;
background-color:#FFFFFF;
margin:0;
padding:0;

}

#content
{
position:relative;
height:auto;
font-size:11px;
color:#000000;
top:0px;
left:0px;
width:1035px;

}

#decoration
{
position:relative;
top:0px;
left:0px;
height:85px;
width:1035px;
background-color:#FFFFFF;
background:url('/images/default/index3/decoration.png');
}

#clear
{
position:relative;
top:0px;
left:0px;
height:20px;
width:1035px;
background-color:#FFFFFF;
}

#left
{
position:relative;
float:left;
top:0px;
left:0px;
color:#FFFFFF;
width:300px;
height:270px;
background-color:#FFFFFF;
background-repeat:no-repeat;
margin:0;
padding:0;

}

#right
{
position:relative;
float:left;
width:545px;
height:270px;
margin:0;
padding:0;
background-color:#FFFFFF;
}

#footer
{
position:relative;
clear:both;
height:120px;
width:1035px;
font-size:10px;
margin:0;
padding:0;
background-color:#FFFFFF;
}


A:link {text-decoration: none; color:#000000;}
A:visited {text-decoration: none; color: #000000;}
A:hover {text-decoration: none; color: #ABC27D;}

#h1
{
font-color: #000000;
text-decoration: underline;
}

img {
border: none;
}