body { background-color:#ffffff;
       background-image: url("dc01_bg.png");
       background-size: 100% 700px; 
       background-repeat: no-repeat; 	
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.headerpic { 
   position:fixed;
   top: 0%;
   left: 50%;
   margin-left: -500px;
   z-index:1;
}
.eulogopic { 
   position:fixed;
   top: 0%;
   left: 100%;
   margin-left: -272px;
   z-index:100;
}
.bmlogopic { 
   position:fixed;
   top: 40px;
   left: 50%;
   margin-left: -520px;   
   z-index:90;
}
.terlogopic { 
   margin-left: 60px;
   margin-bottom: 8px;   
}


.maintable {
   position:fixed;
   top: 152px;
   left: 50%;
   margin-left: -500px;
   width:1000px; 
   border: 0px none transparent;
   z-index:10;
}
.celldiv {
   overflow-x:hidden;
   overflow-y:auto;
   border: 0px none transparent;
}

.menufont {
   cursor:pointer;
   padding-left:4px; 
   padding-top:6px; 
   font-size:11px;
   color:#404040;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   background-color:transparent;
   text-transform: uppercase;   
   height: 16px; 
}
.menufontselect {
   cursor:pointer;
   padding-left:4px;
   padding-top:6px; 
   font-size:11px;
   color:#d00000;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   background-color:transparent;
   text-transform: uppercase;   
   height: 16px; 
}
.menufont:hover {
   font-size:11px;
   color:#404040;
   text-decoration: underline;
   height: 16px;
}

.bottomrow {
   height:80px;
   background-color:transparent;
   border-top:1px solid #808080;
}
.bottomicon {
   position:relative;
   background-color:transparent;
   background-image: url("terbutton.png");
   background-repeat: no-repeat; 
   height:40px;
   width:120px;
   margin-top:16px;
   margin-right:24px;
   cursor: pointer;    
   text-align: center; 
   line-height:40px;
   vertical-align:middle;
   border:1px solid #808080;
   border-radius: 12px;
   font-size:4px;
   color:#000000;
   font-family:Geneva, Arial, Helvetica, sans-serif;
}
.bottomicon:hover {
   border:1px solid #000000;
   border-radius: 12px;
}

.buttontitle {
   font-size:16px;
}
.buttontitle2 {
   font-size:11px;
}
.buttontable a {
    font-size: 4px;
    color:#202020;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    display:block;
    text-decoration:none;
}
.buttoncell {
    color:#202020;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    border-radius: 12px;
    border: 1px solid #ffffff;
    cursor: pointer;    
}
.buttoncell:hover {
   border:1px solid #606060;
   border-radius: 12px;
}

.xmenuselect { /*Középso hírfolyamot megjeleno szöveg */
   position:relative;
   padding: 0px 16px;
   top:0px;
   height:200px;
   visibility: visible;
   border-top: 1px solid #808080;
   color:#404040;
   font-size:12px;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   text-align:justify;
   overflow-x:hidden;
   overflow-y:auto;   
   }
.xmenunoselect { /*Középso hírfolyamot nem látszó szöveg */
   position:absolute;
   top:0px;
   height:10px; 
   visibility: hidden;
   border-top: 0px none transparent;
   }
   
   
.newsframe { /*mozgó hírek keretdoboz */
   position:relative;
   top:0%;
   height:80px;
   visibility: visible;
   overflow: hidden;   
   border: 0px none transparent;
   }  
.newsmove { /*mozgó hírek szövege */
   position: absolute;
   cursor: pointer;
   width:100%;
   top:0%;
   left:0%;
   z-index:1;
   color:#404040;
   font-size:13px;
   text-align:center;
   font-family:Geneva, Arial, Helvetica, sans-serif;	
}
.newstext { /* A kiválasztott hírt részletezo panel */
   position:fixed;
   top: 50%;
   left: 50%;
   width: 700px;
   height: 440px;
   margin-top: -200px;
   margin-left: -350px;
   padding-left:16px;
   padding-right:16px;
   padding-top:8px;
   border: 2px solid #404040;
   border-radius: 0px;
   background-color: #e0e0e8;
   font-size:13px;
   text-align:justify;
   overflow-x:hidden;
   overflow-y:auto;   
   z-index: 1000;   
}
.titletext {
   cursor:pointer;
   color:#053d88;
   font-size:18px;
   font-family:Geneva, Arial, Helvetica, sans-serif;	
}
.titletext:hover {
   text-decoration: underline;
}
.titlemenutext {
   cursor:pointer;
   color:#ff0000;
   font-size:16px;  
   font-family:Geneva, Arial, Helvetica, sans-serif;
}
.minititletext {
   color:#808080;
   font-size:10px;
   font-family:Geneva, Arial, Helvetica, sans-serif;	
}
   
