* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
	text-decoration: none;
	color: #000;
}

A:hover {
	color: #000;
	text-decoration: underline;
}

UL {
	margin: 0 0 25px 0;
	padding: 0 0 0 30px;
}

SUP {
	font-size:xx-small; 
	vertical-align:top;
}

.body UL LI {
	list-style: disc;
}

SMALL {
	font-size: 9px;
}

P.lead {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

P.lead em {
	font-style: normal;
}

P {
	margin: 0 0 10px 0;
}

ADDRESS {
	font-style: normal;
	margin: 0 0 10px 0;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0 0 10px 0;
}


.workers-table {
	width: 100%;
}

.workers-table H2 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 10px 0 0 0;
}

.workers-table TD {
	height: 50px;
	vertical-align: top;
	padding: 5px 3px 5px 3px;
}

.workers-table .even TD {
	background-color: #f0f0f0;
	color: #353534;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
}

.workers-table TH {
	height: 30px;
	text-align: center;
}

.kapcsolat-map {
	width: 100%;
	height: 300px;
	margin: 0 0 20px 0;
}

.news-table TD {
	vertical-align: top;
	padding: 5px 3px 5px 3px;
	height: 100px;
}

.news-table TD H2 A{
	font-size: 14px;
}

.more-button {
	display: inline-block;
	width: 71px;
	height: 22px;
	background: url('images/more-button.gif') no-repeat;
	margin: 25px 0 0 0;
}

.more-button SPAN {
	display: none;
}

.details-button {
	display: inline-block;
	width: 79px;
	height: 22px;
	background: url('images/details-button.gif') no-repeat;
}

.details-button SPAN {
	display: none;
}

.generic-table {
	width: 100%;
	margin: 0 0 10px 0;
}

.generic-table TD, .generic-table TH {
	height: 40px;
	padding: 2px 5px 2px 5px;
}

.generic-table.small TD, .generic-table.small TH {
	height: 20px;
	padding: 2px 2px 2px 2px;
}

.generic-table TH {
	text-align: center;
}

.generic-table TD {
	height: 40px;
	padding: 2px 5px 2px 5px;
}

.generic-table TR.even TD {
	background-color: #f0f0f0;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}

.generic-table .left {
	text-align: left;
}

.generic-table .center {
	text-align: center;
}

.generic-table .right {
	text-align: right;
}

.generic-table .strong {
	font-weight: bold;
}

.generic-table .col-a {
	width: 300px;
}

.generic-table .col-c {
	width: 125px;
}


.public-form {
	background-color: #dadada;
}

.public-form TD {
	padding: 0 0 7px 0;
	vertical-align: top;
}

.public-form LABEL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555454;
	text-align: right;
	width: 257px;
	display: inline-block;
	margin: 2px 10px 0 0;
	height: 23px;
	line-height: 23px;
}

.public-form .simple {
	height: 23px;
	border: 1px solid #bbb;
	padding: 0;
	width: 315px;
	padding: 0 5px 0 5px;
	display: inline-block;
}

.public-form TEXTAREA.simple {
	height: 80px;
}

.public-form .jquery-selectbox {
	width: 325px;
	float: left;
}

.public-form LABEL.phrasing {
	width: auto;
	float: none;
}

.public-form .simple,
.public-form TEXTAREA.simple,
.public-form .jquery-selectbox {
	background: #fff url('images/input-bg.gif') repeat-x top !important;
}

.public-form .jquery-selectbox {
	border: 1px solid #bbb !important;
}

.public-form input.required, 
.public-form TEXTAREA.required {
	background: #fee57c !important;
}

.public-form input.warning {
	border: 1px dotted #900 !important;
}

.public-form LABEL.required {
	color: #f00;
}

.public-form H3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 10px 30px;
}

P.flash-error {
	text-align: center;
	padding: 10px;
}

P.flash-error IMG {
	margin: 10px 0 0 0;
}

.action {
	color: #c00;
	font-weight: bold;
}

IMG.action {
	border: 1px solid #c00;
}


