* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 16pt;
color: #333333;;
}

img { border: 1px solid black; padding:0px; margin:0px; }
img.kiemeltkep { border: 1px solid black; padding:0px; margin:4pt 10pt; }
div.dobi { position:relative; float:left; padding:4pt; text-align:center; }
div.dobieladva { position:relative; float:left; padding:4pt; text-align:center; text-decoration:line-through; opacity:0.8; }
div.dobi a:hover { text-decoration: none; background-color:#ffefef; }
a { color: #2E4A55; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

div.eladva {
position:absolute;
top:40px;
right:40px;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
border: 1px #ffffff solid;

background-color: #ff4800;

padding: 6px;

color: #ffffff;
font-size: 22pt;
font-weight: bold;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
align:center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-moz-box-shadow: 1px 1px 4px 2px #888888;
-webkit-box-shadow: 1px 1px 4px 2px #888888;
box-shadow: 1px 1px 4px 2px #888888;
}

#wrap {
margin: 0 auto;
width: 910px;
}

#header { 
height: 150px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: 2px;
padding: 55px 0 5px 0;
}
#header h1 a {
color: #334436;
text-decoration: none;
}
#header h1 a:hover {
color: #555;
text-decoration: none;
}
#header h2 {
color: #555;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#content {
padding: 10px 0;
}

.left {
width: 568px;
float: left;
text-align: justify;
}
.left h2 {
color: #FF4800;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 20px 0 15px 0;
}

.left h3 {
color: #FF4800;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 10px 0;
}

.right {
width: 220px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 14px;
font-weight: 600;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
}

.right h3 {
height: 25px;
font-size: 13px;
color: #666;
line-height: 20px;
}

.right a { text-decoration: none }

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 200px;
}
