/* Page layout */
html, body {
  font-family: "trebuchet ms", trebuchet, sans-serif;
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #000;
}

#logo {
  height: 60px;
}

.submenu {
 margin: 0;
 margin-left:10px;
 padding: 0;
 list-style-type: none;
} 
.submenu li {
	margin-bottom: 16px;
}
.submenu ul {
	padding: 0px;
	margin: 0px;
}
.submenu a {
   margin: 0 1px;
	margin-left: 10px;
	margin-bottom: 10px;
   width: 140px; 
   height: 20px;
   display: block;
   text-align: center;
   text-decoration: none;
   color: #fff;
   background: #5E83E3;
}

.submenu a:hover {
     background: #7Ea3f3;
     border: none;
     text-decoration: none;
}
.menu {
 margin: 0;
 padding: 0;
 list-style-type: none;
} 

.menu li {
 margin-bottom: 16px;
}

.menu a {
     margin: 0 1px;
	  margin-bottom: 10px;
     width: 150px; 
     height: 20px;
     display: block;
     text-align: center;
     text-decoration: none;
     color: #fff;
     background: #1D46AE;
}

.menu a:hover {
     background: #5E83E3;
     border: none;
     text-decoration: none;
}

#fejlec {
  margin-left: 75px;
  margin-right: 75px;
  background: #000;
  border-left: 1px dashed #465959;
  border-right: 1px dashed #465959;
  padding-top: 4px;
  padding-bottom: 4px;
}

#container {
  margin-left: 75px;
  margin-right: 75px;
  background: #000;
  color: #9BB1EE;
  border-left: 1px dashed #465959;
  border-right: 1px dashed #465959;
  border-top: 1px solid #1C2424;
  border-bottom: 1px dashed #465959;
  padding: 2px;
}

#balsav{
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  background: #000;
  font-size: 14px;
  text-align: center;
}

#kozep {
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
  color: #9BB1EE;
  border-left: 1px solid #1C2424;
}

span {
 color: #9BB1EE;
}

.iniciale {
 float: left;
 color: #2455D7;
 font-size: 50px;
 line-height: 34px;
 padding-top: 2px;
 font-family: Times, serif, Georgia;
}

.nagybetu {
 color: #2455D7;
 font-size: 50px;
 line-height: 34px;
 font-family: Times, serif, Georgia;
}

.nagybetudolt {
 color: #2455D7;
 font-size: 50px;
 line-height: 34px;
 font-style: italic;
 font-family: Times, serif, Georgia;
}

#boxdiv li {
 color: #2455D7;
}

#boxdiv li > span {
 color: #9BB1EE;
}

#boxdiv strong {
 color: #2455D7;
}

#boxdiv p {
 text-indent: 10px;
 text-align: justify;
}

#baldiv li {
 color: #2455D7;
}

#baldiv li > span {
 color: #9BB1EE;
}

#baldiv strong {
 color: #2455D7;
}

#baldiv p {
 /*text-indent: 10px;*/
 text-align: justify;
 line-height: 150%;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#galeriatable {
 table-layout: fixed;
 width: 600px;
 height: 150px;
}

/* Links */

a {
 color: #CCDDEE;
 text-decoration: none;
}

a:hover {
 color: #fff;
 text-decoration: underline;
}

.menu {
 color: #9BB1EE;
 text-decoration: none;
}

.menu:hover {
 color: #9BB1EE;
 text-decoration: underline;
}

.normal {
 color: #2455D7;
 text-decoration: none;
 font-weight: bold;
}

.normal:hover {
 color: #2455D7;
 text-decoration: underline;
 font-weight: bold;
}

.pagenav {
 color: #2455D7;
 text-decoration: none;
 font-weight: bold;
 font-size: 14px;
}

.pagenav:hover {
 color: #2455D7;
 text-decoration: underline;
 font-weight: bold;
 font-size: 14px;
}

.active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.active:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

/* Page elements */

h1
{
 color: #2455D7;
 font-size: 16px;
 text-align: center;
}

#boxdiv
{
  padding: 5px;
  border: 1px solid #3E4F4F;
  background: #1C2424;
  width: 99%;
  text-align: left;
  line-height: 2em;
}

#nagyurescenterdiv
{
  width: 98%;
  padding: 5px;
  text-align: center;
}

#baldiv
{
  width: 98%;
  padding: 5px;
  text-align: left;
}

/* Form elemek */

.txt {
 border: 1px solid #D1CFD0;
 width: 400px;
 background: #FFF;
 font-family: "trebuchet ms", trebuchet, sans-serif;
 font-size: 12px;
}

.button {
 border: 1px solid #B1BBD6;
 font-family: "trebuchet ms", trebuchet, sans-serif;
 background: #FFF;
 font-size: 12px;
}

/* Szöveg formázás */

.pirosspan
{
  color: #FF0000;
}
.bl {
	color: #000000;
	font-size: 0px;
}
