body {
 background: #D4EAF8 url(/images/body-mainbg.jpg) repeat-y top center;
 font-family: Arial;
 font-size: 12px;
 padding: 0px;
 margin: 0px;
 }

 a {
    text-decoration: none;
}

img {
    border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:Arial;
}

h1 {
	background:#ffffff;
	padding:5px;
	border-bottom:solid 2px #0968a5;
	color:#0968A5;
}

.head-right {
    background: url(/images/headright-bg.jpg) repeat-x right top;
}
.center {
    width: 980px;
	background: url(/images/headright-bg.jpg) repeat-x right top;
}
.head-left {
    background: url(/images/headleft-bg.jpg) repeat-x left top;
}

div.flash {
    width: 704px;
    height: 125px;
}

div.content {
    width: 980px;
}

div.content div.data {
	padding:0px 30px 30px 30px;
}

div.menu-container {
	height:28px;
	padding:22px 30px 0px 30px;
	background:#0968A5;
}

div.menu {
	height:28px;
}

div.menu a span {
	display:block;
	padding:8px 10px 0px 10px;
	height:20px;
}

div.menu a {
	display:block;
	float:left;
	color:#ffffff;
	font-size:11px;
	background:url(/images/menu-right.jpg) no-repeat bottom right;

}

div.menu a:hover, div.menu a.active {
	background:#DBE8F1 url(/images/menu-active-right.jpg) no-repeat top right;
	color:#003366;
}

div.menu a:hover span,div.menu a.active span {
	background:url(/images/menu-active-left.jpg) no-repeat top left;
}


div.banner {
	left:620px;
	top:0px;
	width:180px;
	background:transparent;
	height:150px;
}


div.footer {
    border-top: 1px solid #929BA4;
	height:22px;
	padding-top:8px;
}

div.address {
	border-bottom:solid 1px #000000;
	text-align:center;
	height:20px;
	padding-top:5px;
	font-weight:bold;
	background:#ffffff;
	position:relative;
}

div.address div.slogan {
	position:absolute;
	background:url(/images/slogan.jpg) no-repeat;
	width:265px;
	height:33px;
	left:710px;
	top:-40px;
}

tr.vilagos td {
	background:#eaf7ff;
	border-bottom:solid 1px #003366;
}

tr.sotet td {
	background:#d1dee7;
	border-bottom:solid 1px #003366;
}

thead tr.vilagos td, thead tr.sotet td,th{
	background:#006699;
	color:#ffffff;
	font-weight:bold;
}

div.imgblock {
	border:solid 2px #0968A5;
	margin-left:20px;
	padding:10px;
}

div.imgblock span {
	display:block;
	padding:5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	background:#0968A5;
}

/*CONTACT---------------------------------------------------*/
p#tip {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    color: #4d4d4d;
    padding-bottom: 0px;
}

p#contact_paragraph {
    color: #636363;
    font-size: 15px;
}

form#contact_us {
    margin: 10px 0px 0px;
    float: left;
	width:432px;
	padding:5px;
	background:#ffffff;
	border:solid 2px #0968a5;
}

p.label_name, p.input_form {
    float: left;
	margin-bottom:5px;
	margin-top:0px;
}

p.label_name {
    width: 80px;
    clear: both;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
	margin:0px;
	
}

#contact_us input, #contact_us textarea {
    width: 412px;
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 4px;
    /*margin-bottom: 15px;*/
    color: #464646;
	font-family:Arial;
}

#contact_us input:focus, #contact_us textarea:focus {
    background: #ffffff;
    border: 1px solid #c4c4c4;
}

#contact_us input.button {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    background: url('../images/send.gif') no-repeat;
    padding: 5px 10px;
    display: inline-block;
    width: 103px;
    border: 0px;
    cursor: pointer;
    height: 36px;
    padding: 8px 10px 28px;
}

div#feedback {
    margin-top: 5px;
}

#contact_us input.button:focus {
    border: 0px;
}

p.error {
    display: none;
    padding: 5px 0px;
    color: #000000;
    background: #FFCCCC;
    text-align: center;
	width:444px;
}

p.error ul#ul-error {
	margin:0px;
}

p#submit {
    text-align: right;
    float: left;
	margin:0px;
}

p#submit input {
    background: none;
}

p#submit .submit_button {
    background: #0968a5;
    width: 70px;
    color: #ffffff;
    padding: 3px 4px 5px;
    margin-bottom: 0px;
    border: 0px;
	font-weight:bold;
	cursor:pointer;
}

p#submit .submit_button:hover {
    background: #282b2d;
}

p#success {
    display: none;
    padding: 5px 0px;
    color: #000000;
    background: #CCFFCC;
    text-align: center;
	width:444px;
}

