﻿/* Alap definiciok*/

html, body, div, h1, h2, h3, h4, dl, dd, label {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font: normal 12px Verdana, Helvetica, Arial sans-serif; 
}


body {
	background-color: #ccc;
}

#default_body {
	background: url('../images/bg.gif') repeat;
}

a {
	color: #3399FF;
	font-weight: normal;
	font-size: 12px;
}

a:hover {
	text-decoration: nonne;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4 {
	font: bold 13px Verdana, Helvetica, Arial sans-serif;
}

select, input {
	font: normal 11px Verdana, Helvetica, Arial sans-serif;
	color: #000000;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

/* Alap definiciok vege*/

#idx {
	width: 100%;
	height: 400px;
	background: url('../images/bg_index.jpg') repeat-x;
	margin: auto 0;
	text-align: center;
}


#content {
	width: 760px;
	background: #ccc;
	border-right: 2px solid #fff;
}

/* header */
#header {
	width: 760px;
	height: 192px;
}

#header_left {
	width: 347px;
	height: 139px;
	float: left;
}

#header_right {
	width: 413px;
	height: 139px;
	float: right;
}

#logo_bottom {
	clear: both;
	width: 158px;
	height: 53px;
	float: left;
}

#title {
	width: 477px;
	height: 43px;
	float: right;
	background: url('../images/title_design.gif') no-repeat right;
	text-align: right;
	padding-right: 25px;
	padding-top: 10px;
}

#title h1{
	font: bold 18px  Verdana, Helvetica, Arial sans-serif;
	color: #FF2C00;
}


#main {
	background: url('../images/left_bg.gif') repeat-y left;
	padding-left: 140px;
	padding-top: 30px;
}

#main_pub {
	background: url('../images/left_bg.gif') repeat-y left;
	padding-left: 10px;
	padding-top: 10px;
}

.content_title {
	width: 550px;
	height: 25px;
	background: #FF2C00;
	border: 1px solid #fff;
	font: bold 14px  Verdana, Helvetica, Arial sans-serif;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 3px;
	line-height: 25px;
	
}

.content_text {
	width: 550px;
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 23px;
}

.content_text table, .content_text table td{
	font: normal 12px Verdana, Helvetica, Arial sans-serif;
}

.left_cell {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	width: 200px;
}

#contact {
	width: 550px;
	padding: 10px;
	margin-bottom: 23px;
	text-align: center;
}

#contact h1{
	font: bold 14px  Verdana, Helvetica, Arial sans-serif;
	color: #FF2C00;
}

#submenu {
	float: left; 
	width: 150px;
}
#submenu img {
	margin-bottom: 1px;
}

#txt {
	float: left; 
	width: 600px; 
}

#txt_pub {
	float: left; 
	width: 550px; 
}

#navcontainer {
	padding: 0px;
	margin: 0px;
}


#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	padding-left: 20px;
	background-image: url('../images/half_circle2.png');
	background-repeat: no-repeat;
	background-position: 12px 1px;
	line-height: 16px;
}

#navlist li a {
	font: bold 12px Verdana, Helvetica, Arial sans-serif;
	color: #FF2C00;
	text-decoration: none;
}

#subtitle {
	width: 400px;
	height: 153px;
	background: url('../images/subtitle_bg.gif') no-repeat;
	margin-left: 100px;
}


#subtitle h1{
	position: relative;
	left: 70px;
	top: 60px;
	font: bold 14px Verdana, Helvetica, Arial sans-serif;
	color: #FF2C00;
}

#subtitle h2{
	position: relative;
	left: 70px;
	top: 50px;
	font: bold 14px Verdana, Helvetica, Arial sans-serif;
	color: #FF2C00;
}

.btn {
	border: 1px solid #000;
	background: #fff;
	font: bold 12px Verdana, Helvetica, Arial sans-serif;
	color: #FF2C00;
}

.ht_tbl {
	font: normal 10px Arial, Verdana, Helvetica, Arial sans-serif;
	color: #000;
}

.ht_tbl th {
	border: 1px solid #000;
	text-align: center;
	padding: 4px;
}

.ht_tbl td {
	border: 1px solid #fff;
	text-align: center;
	padding: 4px;
}

.ht_tbl td.spec {
	border: 1px solid #fff;
	text-align: center;
	padding: 4px;
	font: bold 12px Verdana, Helvetica, Arial sans-serif;
	color: #FFF;
}

