﻿body, div, p, h1, h2, h3, h4, table { margin: 0; padding: 0; border: none; }
body
{
    background: #000000;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #FFFFFF;
    scrollbar-face-color: #01060a;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #2f6788;
    scrollbar-shadow-color: #01060a;
    scrollbar-arrow-color: #2f6788;
    scrollbar-track-color: #2f6788;
    scrollbar-darkshadow-color: #000000;
}

A:link    {color: #FFFFFF; font: 12px; text-decoration: none}
A:active  {color: #FFFFFF; font: 12px; text-decoration: none}
A:visited {color: #FFFFFF; font: 12px; text-decoration: none}
A:hover   {color: #FFFFFF; font: 12px; text-decoration: none}


.f1 { background-image: url( './img/f1.jpg' ); background-repeat: no-repeat; background-attachment: inherit; }
.f2 { background-image: url( './img/f2.jpg' ); background-repeat: repeat-y;  background-attachment: inherit; }
.f3 { background-image: url( './img/f3.gif' ); background-repeat: no-repeat; background-attachment: inherit; }

.v1 { background-image: url( './img/v1.jpg' ); background-repeat: no-repeat; background-attachment: inherit; }

.belhatter
{
    background-image: url( './img/hatter.jpg' );
    background-repeat: repeat;
    background-attachment: scroll;
}

.keretes
{
	border: 1px solid #FFFFFF;
}

.kereteskek
{
    border: 1px solid #7DA2B7;
}

.keretesHirdetes
{
    border: 1px solid #6699FF;
    background-color: #2F55AE;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #333333;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.uzenetbox
{
    scrollbar-face-color: #01060a;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #2f6788;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-arrow-color: #FFFF77;
    scrollbar-track-color: #2f6788;
    scrollbar-darkshadow-color: #000000;
}