/* -------------- GENERAL -------------------- */

* {
 margin:0;
 padding:0;
}

body {
    color:black;
    /* background-color: #78a4cf;*/
    background-image:url('../img/background2.png');
    background-repeat:repeat-x;
    font-family: "Book Antiqua","Times New Roman",times,serif;
    font-weight:normal;
    font-size:16pt;
}

#szlogen{
    font-size: 12pt;
    font-weight: bold;
    font-family: "Arial",times,serif;
    color: #dddddd;
    text-align: left;
    padding: 3px 0 6px 0;
}

div.errormsg {
    color: #c70000;
    font-size: 18pt;
    font-weight: bold;
    font-style: inherit;
    padding: 10px;
}

.bordered{
    border: solid 1px black; 
}
table.contact{
    
    font-family: "Century Gothic","Book Antiqua","Times New Roman",serif;
    font-size: 11pt;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

td.contactcell{        
    vertical-align: middle;
}

/* -------------- PAGES -------------------- */
div.title{
    font-style: inherit;
    font-size: 18pt;
    font-weight: bold;
    color: #0066cc;
    margin-bottom: 20px;
    margin-top: 35px;
    text-align: left;
}

div.subtitle{

    font-style: inherit;
    font-size: 13pt;
    font-weight: bold;
    color: #0066cc;
}

div.subsubtitle{

    font-style: inherit;
    font-size: 10pt;
    font-weight: bold;
    color: #0066cc;
}
div.defaulttext{

    font-style: inherit;
    font-size: 11pt;
    text-align: justify;      
}

td.textbox{
    padding: 15px;    
}

td.downloadicon{
    padding-right: 15px;    /* = td.textbox.padding-right*/
    padding-bottom: 20px;   /* = div.title.margin-bottom */
}

table.simpletable{
    font-size: 11pt;
}

img.simpleimage{

    border: solid 1px black;            
    margin-top: 22px;
}

img.normalbullet{
    
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 10px;
}

div.imagetitle{
    font-family: "Comic Sans MS",'Times New Roman',times,serif;
    font-size: 9pt;
    margin-top:5px;
}

ul.simplelist{
    list-style-image:url('../img/bullet.gif');
    margin-left: 30px;
}

td.bordered{
        border: solid black 1px;
 }
/* -------------- LINKS -------------------- */

/* SIMPLE LINK */
a.simplelink:visited {
    color: #0066cc;
    text-decoration:none;
}

a.simplelink:link {    
    color: #0066cc;
    text-decoration:none;
}

a.simplelink:hover {
    color: #cc0000;
    text-decoration:none;
}

/* SUBMENU LINK */
a.submenulink:visited {
    font-style: inherit;
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
}

a.submenulink:link {
    font-style: inherit;
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
}

a.submenulink:hover {
    color: #0066cc;
}

/* BACK LINK */
a.backlink:visited {
    color: #0066cc;
    text-decoration:none;
    font-size: 10pt;
    letter-spacing: 1px;
    font-weight: normal;
}

a.backlink:link {
    color: #0066cc;
    text-decoration:none;
    font-size: 10pt;    
    font-weight: normal;
}

a.backlink:hover {
    color: #cc0000;
    text-decoration:none;
}

/* TREE NAVIGATION LINK*/
a.treenavigation:visited {
    font-style: inherit;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
}

a.treenavigation:link {
    font-style: inherit;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
}

a.treenavigation:hover {
    color: #0066cc;
}

div.navigationcell{         /* = styleOf(a.treenavigation) */
    font-style: inherit;
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
    padding-right: 4px;
    text-align:left;
    vertical-align:middle;
}

/* KERESES */
div.searchresult {
  width:100%;
  height:100%;
  display:block;
}

div.searchresult a:visited {
  display:block;
  width:100%;
  height:100%;
  color:black;
  text-decoration:none;  
}

div.searchresult a {
  display:block;
  width:100%;
  height:100%;
  color:black;
  text-decoration:none;
}

div.searchresult a:hover {
  text-decoration:none;
  background-color: #ffffcc;
  
}

div.expression_not_found {
    width:100%;
    font-size:14pt;
    color:gray;
    text-align:center;
}
div.expression_not_found span{
    color: #cc0000;
    font-weight:bold;
}

#search_form{
        width:100%;        
        text-align: left;
        float:none;
}

#search_input{
    text-align:left;
    float:left;    
}

#search_input input{
   height:1.5em;
}

#search_button{
    text-align:left;
    background:green;
}

#search_button input{
   height:1.5em;
}
/* -------------- SUBMENU -------------------- */
td.submenuimage{
    padding-left: 3px;
    padding-top: 2px;
}

div.submenuitem{
        
    padding-bottom: 8px;
    padding-left: 4px;
}

td.submenuline{
    
    padding-left: 11px; 
    padding-bottom: 10px;
}

td.submenuline2{
    padding-left: 3px;
}

div.testclass{

    color: #009900;
}

/* -------------- HOME -------------------- */

div.homepageheading{

  
    font-style: inherit;
    font-weight: normal;
    color: #808080;
    font-size: 12pt;
    padding-top: 20px;
    padding-bottom: 20px;
}


div.homepagefoot{
    font-style: inherit;
    font-weight: normal;
    color: #808080;
    font-size: 12pt;
    padding-top: 20px;
    padding-bottom: 20px;
}

img.mainmenuimage{
    
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

/* -------------- PAGES -------------------- */
img.top_of_the_page_image{
    
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.important{
    
    letter-spacing: 2px;
}

.important2{
    
    font-style: italic;
}

.number{    /* ezzel a fonttal konnyebben olvashato szamokat kapunk*/
    font-family: "Century Gothic","Book Antiqua","Times New Roman",serif;
}

/* INTERESTING FACTS */
div.interestingwindow{
    padding-left: 10px;
    padding-right: 20px;
}

td.interestingfact{
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

    border-bottom: solid 1px #0066cc;               
}

td.smallwindowtitle{
    padding-left: 10px;
    color: white;    
}

div.main_menuitem
{    
    background-repeat:no-repeat;    
    width:175px;
    height:290px;     
}

div.right_menuitem
{
    display:block;
    background-repeat:no-repeat;
    width:108px;
    height:180px;
    opacity:0.6;filter:alpha(opacity=60);
    margin-bottom:10px;
}

div.fel_es_egynapos_image
{
    background-image:url('../img/main/home/fel_es_egynapos_normal.png');
}

div.fel_es_egynapos_small_image
{
    background-image:url('../img/main/home/fel_es_egynapos_small.png');
}

div.pozsonyi_varosnezes_image
{
    background-image:url('../img/main/home/pozsonyi_varosnezes_normal.png');
}

div.pozsonyi_varosnezes_small_image
{
    background-image:url('../img/main/home/pozsonyi_varosnezes_small.png');
}


div.egyeb_szolgaltatasok_image
{
    background-image:url('../img/main/home/egyeb_szolgaltatasok_normal.png');
}
div.egyeb_szolgaltatasok_small_image
{
    background-image:url('../img/main/home/egyeb_szolgaltatasok_small.png');
}

a.main_menuitem_link:link
{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  font-size:14pt;
  font-family:"Times New Roman",times,serif;
  color:#32649a;
  font-weight:bold;
}

a.main_menuitem_link:visited
{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color:#32649a;
  font-size:14pt;
  font-family:"Times New Roman",times,serif;
  font-weight:bold;
}

a.main_menuitem_link:hover
{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color:#cc0000;  
  font-family:"Times New Roman",times,serif;
  font-weight:bold;
}

  
/*
#topmenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  
    width: 100%;
}
*/

/* #topmenu div { float:left;} 
#topmenu a{
    display: block;
    color: #0771c0;
    float:left;
    font-weight:bold;
    font-family:"Times New Roman",serif;
    font-size:12pt;
    text-decoration:none;
    background-image:url("../img/top/menu/topmenu_gradient.png");
    background-color:#f55336;  #408dd9; #0771c0;
    background-repeat:repeat-x;
    height:25px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
}
#topmenu a:hover{   
    color:#f55336
}

*/

#menubar
{
    background-color: #78a4cf;
    border-bottom: solid red 2px;
    border-right: solid #014b94 3px;
}

.menu{
    list-style-type: none;
    margin: 0px;
    padding: 0px;    
    background-color:#78a4cf;    
}

.menu li{
   /*background-image:url("../img/top/menu/topmenu_gradient.png");*/
   background-image:url("../img/top/top_background.png");
    background-repeat:repeat-x;
  background-position:top left;  
  text-align:center;
  height:20px;
  float: left;
  padding:3px 0px 3px 3px;
}

.menu li a{

    display: block;
    color: #f4f99b;    
    font-weight:bold;
    font-family:"Times New Roman",serif;
    font-size:11pt;
    text-decoration:none;
    /* background-image:url("../img/top/menu/topmenu_gradient.png"); */
    /* background-color:#f55336;  /*#408dd9; #0771c0;
    background-repeat:repeat-x;*/        
    }

.menu li a:hover{
    color: #ffff00;
}

.menu li .menuseparator{
    display: block;
    color: white;
    font-size:11pt;
    font-family:"Times New Roman",serif;
    font-weight:bold;    
    height:20px;
    margin-left:9px;
    margin-right:9px;
}
.menuheight{height: 20px;}

.menubound {
    border-left: solid red 8px;        
    border-top: solid #78a4cf 5px;
 }


#searchbar {    
    height:18px;
    padding-bottom:5px;
    padding-right: 5px;
}

#texttofind{

    border-right: black solid 1px;
    border-left: black solid 1px;
    border-top: black solid 1px;
    border-bottom: black solid 1px;

    height:18px;
    width: 120px;
}

#searchbutton{
    height:18px;
    width:18px;
        
    border-right: black solid 1px;
    border-left: 0px;
    border-top: black solid 1px;
    border-bottom: black solid 1px;            
}
