@import url(/css/header.css);
@import url(/css/cols.css);
@import url(/css/form.css);


body {
background: #c0c0c0;
margin: 0px;
padding: 0px;
font-family: Tahoma;
height: 100%;
position: relative;
}


.kozep{
width: 1000px;
left: 50%;
position: relative;
margin-left: -500px;
height: auto !important;
z-index: 1;
}

#cmenu, #kmenu{
position: absolute;
display: none;
z-index: 2;
border: 1px solid #cecece;
font-family: Arial;
font-size: 12px;
background: #ffffff;
}

#cmenu ul, #kmenu ul{
list-style-type: none;
margin: 2px;
padding: 0px;
}

#cmenu ul li, #kmenu ul li{
padding: 1px;
}

#cmenu ul li a, #kmenu ul li a{
text-decoration: none;
color: #000000;
}

#cmenu ul li.over, #kmenu ul li.over{
background: #ff0000;
}
#cmenu ul li.over a, #kmenu ul li.over a{
color: #ffffff;
}
#cmenu ul li.vonal, #kmenu ul li.vonal{
border-bottom: 1px solid #cecece;
}

.footer{
background: #ff0000;
text-align: center;
color: #ffffff;
font-weight: bold;
border: 1px solid #000000;
font-size: 12px;
padding: 3px;
float: left;
width: 992px;
}
html > body .footer{
width: 992px;
}

.red {
color: #ff0000;
}

.grey {
color: #808080;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.left {
text-align: left;
}

.bold {
font-weight: bold;
}

.normal {
font-weight: normal;
}

.i{
font-style: italic;
}

.jo{
color: #009933;
}

.justify{
text-align: justify;
}

.bottom{
position: relative;
bottom: 5px;
}

.noborder{
border: 0px;
}

.hidden{
display: none;
}

#popup {
position: absolute;
left: 50%;
top: 270px;
margin-left: -250px;
width: 500px;
height: 375px;
background: url(/img/popup.jpg) top left no-repeat;
z-index: 10;
text-align: center;
font-size: 17px;
}

#popup p{
padding: 10px;
*padding-top: 25px;
}

#popup #pclose{
width: 10px;
height: 10px;
position: absolute;
left: 488px;
cursor: pointer;
}
