
* { 
    font-size: 12px;
    margin: 0;
    padding: 0px;
}

body {
    color: #070357;
    font-family: Arial;
    font-size: 12px;
	margin: 0px;
}

a{
    text-decoration: none;
    color: #006699;
    margin: 1px;
    padding: 1px;
}

a:hover{
    font-weight: bold;
}

a:visited
{
    color: #006699;
}

.footer_table
{
    width: 785px;
}

.footer_table td{
    text-align: center;
    line-height: 12px;
}

hr{
    border: solid #000 1px;
    background-color: #046598;
    height: 3px;
    margin-top: -4px;
    padding: 0px;
}

hr.separator{
    background-color: #046598;
    height: 1px;  
	border: 0px;
	margin-top: -20px;
	margin-bottom: 5px;
}

#container{
    width: 783px;
    border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-image: url(bgline.jpg); 
	background-repeat: repeat-y;
	margin-right: auto; 
	margin-left: auto;
}

#banner{
    width: 100%;
    clear: both;
}

#menu{
    float: left;
    width: 169px;
    height: 100%;
    /*border-right: 1px solid #000;*/

}

#menu a{
    display: block;
    font-size: 11px;
    font-weight: bold;
}

#menu a:hover{
}

#menu a span
{
    font-size: 11px;
    text-align: center;
}

#menu li{
    background: transparent url(images/picipocok.jpg) no-repeat 5px 7px; 
    padding-left: 20px;
    list-style:none;
    border: 1px solid #fff;
}

#menu li:hover{
    /*border: 1px solid #000;*/
	background-color: #E0EEEE;
}

#content{
    min-height: 700px;
    float:right;
    width: 593px;
    padding: 10px;
    /*border-left: 1px solid #000;*/
}

#footer{
    width: 100%;
    height: 23px;
    line-height: 20px;
    text-align: right;
    clear: both;
    background-color: #608AC6;
}
p
{
    margin-bottom: 20px;
    text-align: justify;
}
.error
{
    text-align: center;
    margin: 30px auto 30px auto;
    color: #f00;
    font-weight: bold;
}
#content ul
{
    margin-left: 20px;
    margin-right: 30px;
}
#content li
{
    background: transparent url(images/pocok2.jpg) no-repeat 0 0; 
    padding-left: 35px;
    list-style:none;
}
.cimsor
{
    margin-bottom: 20px;
}
#content table,tr,td
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#content ul .nemkellimage
{
    background: none;
    padding-bottom: 5px;
    padding-top: 5px;
}
#content a,#footer td a
{
    text-decoration: none;
    font-weight: bold;
}
#content a:hover,#footer td a:hover
{
    text-decoration: underline;
}
.vezetes
{
    width: 100%;
    margin: 5px 0px 5px 15px;
    border: 1px solid #000;
    border-spacing:0;
    border-collapse:collapse;
}
.vezetes th
{
    background: #046598;
    color: #fff;
    height: 30px;
    border-bottom: 1px solid #000;
	padding-left: 5px;
	font-size: 9px;
}
.vezetes td
{
    padding: 5px;
    border-bottom: 1px solid #000;
    height: 30px;
	font-size: 9px;
	vertical-align: top;
}
.vezetes tr:nth-child(2n+1)
{
    background: #eee;
}

.vezetes a, b
{
    font-size: 9px;
}

.haziorvos td
{
    text-align: left;
}


.kiscim {
    font-weight: bold;
    display:inline-block;
    position: relative;
	text-align: left;
    top: -5px;
    left: 5px;
}

input, textarea {
background-color:#fff;
border:1px dotted #999;
width:200px;
padding:2px;
font-weight:bold
}

input:focus, textarea:focus {background:#eee}

.submit {
width:100px;
background-color:#046598;
color:#fff;
border:1px solid #999;
cursor:pointer;
*border:1px;
font-weight:bold;
padding:2px
}

.submit:hover {
background-color:#E0EEEE;
color:#046598;
}

.flyer {
padding-left: 20px;
}
.flyer2 {
padding-left: 55px;
}

.expand {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 560px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
	display: none;
	text-align: left;
}

.expand. parent {
	text-align: left;
}

.sajtobox {
	background-color: #E0EEEE;
	border: 1px solid #999;
	padding: 10px;
}


.elojegy input[type=text], .elojegy select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.elojegy input[type=submit] {
  width: 100%;
  color: #046598;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.elojegy input[type=submit]:hover {
  background-color: #E0EEEE;
}

.elojegy div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.elojegy textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}