@charset "utf-8";
/* CSS Document */

body{
align:center;
margin: 0; padding: 0;
font-family:'century gothic',Arial, Verdana, Tahoma;
font-size: 14px;
background-color: #000000;
color:#FFFFFF;
behavior: url('csshover.htc');
}

.szovegV{
font-family:'century gothic',Arial, Verdana, Tahoma;
font-size: 14px;
font-weight:bold;
color:red;
}

.szovegV2{
font-family:'century gothic',Arial, Verdana, Tahoma;
font-size: 12px;
font-weight:bold;
color:red;
}

.szovegV3{
font-family:'century gothic',Arial, Verdana, Tahoma;
font-size: 16px;
font-weight:bold;
color:red;
}

font-family:'century gothic',Arial, Verdana, Tahoma;
font-size: 18px;
font-weight:bold;
color:red;
}
.szovegV4{
font-family:'century gothic',Arial, Verdana, Tahoma;
font-size: 16px;
font-weight:bold;
color:red;
}
.szovegV5{
font-family:'century gothic',Arial, Verdana, Tahoma;
font-size: 18px;
font-weight:bold;
color:red;
}
.szovegV9{
font-family:'century gothic',Arial, Verdana, Tahoma;
font-size: 24px;
font-weight:bold;
color:red;
}
.blink_text{
animation:1s blinker linear infinite;
-webkit-animation:1s blinker linear infinite;
-moz-animation:1s blinker linear infinite;
 color: red;
}

@-moz-keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

div#content {
	margin:auto;
	width:1012px;
	height:auto; 
}

div#main {
/*border:1px solid;*/
width:1010px;
float:left;
height:auto;
background: url(images/ctz_07.jpg);
}

div#fejlec {
/*border:1px solid;*/
	width:1010px;
	height:104px;
	display:block;
	background: url(images/ctz_01.jpg) no-repeat;
}

div#menusor {
width:750px;
height:15px;
margin-top:68px;
display:block;
float:right;
text-align:justify;
}

div#cimsor {
width:250px;
height:15px;
margin-top:78px;
padding-left:10px;
display:block;
float:left;
text-align:left;
font-size:12px;
font-weight:bold;
color: #D2D6D9;
}


div#hirdetmeny {
/*border:1px solid;*/
width:756px;
height:335px;
display:block;
float:right;
text-align:right;
font-size:14px;
background: url(images/ctz_03.jpg) no-repeat;
}

div#hirdetmenyszoveg {
/*border:1px solid;*/
margin:20px;
width:400px;
height:250px;
margin-top:0px;
display:block;
float:right;
text-align:right;
line-height: 1.2;
}

p.kapcsolat {
color:#3B4955;
}


/* */
div#csempeblokk {
width:auto;
float:left;	
font-size:12px;
margin-top:10px;
vertical-align:top;
}

div#emailblokk {
position:relative;
top:3px;
width:auto;
float:left;	
font-size:12px;
margin-top:5px;
vertical-align:top;
}

div#flashblokk {
position:relative;
top:5px;
left:10px;
border:1px solid;
width:238px;
height:330px;
float:left;	
vertical-align:middle;
}

/* */

div#footer {
/*border:1px solid;*/
width:100%;
height:20px;
float:left;
height:auto;
/*background:#3B4955;*/
text-align:center;
}

div#szovegblokk {
width:auto;
float:left;	
font-size:12px;
margin-right:40px;
}

div#szovegblokk2 {
border:1px solid;
width:510px;
height:auto;
float:left;
font-size:12px;
padding: 10px;
}

div#sliderblokk {
width:1000px;
float:left;	
font-size:12px;
margin:10px;
text-align:left;
}

a:link, a:visited, a:focus {
color:#D7D8D9;
-moz-outline-style: none;
outline:none;
	font-size:14px;
}

a:hover {
color:#FFFFFF;
text-decoration: underline;
	font-size:14px;
}

span.szoveg1 {
	position:relative;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;	
}

.kepkeretes {
border:2px solid #B2B8BD;
float:center;
margin-left:20px;
}

/*DROP DOWN MENU*/
#menu {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        top: 10px;
        width: 100%;
        float: left;
}

#menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #3E4E5B;
}

#menu a {
        font: normal 10px verdana, tahoma, arial, sans-serif;
        display: block;
        margin: 0;
        padding: 2px 3px;
        color: #D2D6D9;
        background: none;
        text-decoration: none;
        border: none;
}

#menu a:hover {
        color: #000000;
        background: #CEF684;
}

#menu li {
        position: relative;
        float: left;
        width: 105px;
}

#menu ul ul {
        position: absolute;
        left: 0px;
        display: none;
}

#menu ul li:hover ul{
        display: block;
} 