/* Start of CMSMS style sheet 'new_layout' */
/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0.5em;
        text-align: center;
        width: 952px;
    }
    div#pagewrapper {
        margin: 0 auto;
        max-width: 100em;
        min-width: 60em;
        padding: 0;
        text-align: left;
    }
 
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 200px;
           
            background: #ffce1f;           
            text-align: left;
        }
        div#header h1  {
            
            height: 100px;
            text-indent: -700em;
            width: 198px;
            margin: 0;
            padding: 0;
        }
    /* END HEADER */
    
    
        
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
      text-align: right;
  /* font-size: 90%;*/
   margin: 0 0.5em; 
   border-bottom: 1px dotted #FFCC33;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

div#kozepcucc {
   margin-right: 3%; /* this will give room for sidebar to be on the right side, make sure this space is bigger than sidebar width */
   margin-left: 1%; /* and some air on the left */
background-color: #fff;
padding: 0.6em;
 width: 600px;
}

table.felsomenu{
text-align: center; 
color: #6587A2;
font-weight: bold;
font-size: 2;
}

table.felsomenu td{
padding-left: 15px;
}


table.felsomenu a:hover {
color: #FFD112;
}

.kicsi_sarga{
border-width:3px;
border-color:#F4BE1D;}

table.sarga {
	border-width: 3px 3px 3px 3px;
	
	border-style: solid;
	border-color: rgb(244, 190, 29) rgb(244, 190, 29) rgb(244, 190, 29) rgb(244, 190, 29);
	border-collapse: separate;
	background-color: white;
}
table.sarga th {
	border-width: 3px 3px 3px 3px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sarga td {
	border-width: 3px 3px 3px 3px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}



/* End of 'new_layout' */

