*{
	margin: 0;
	padding: 0;
}

a {
	outline-style: none;
	color: #f5a211;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.box a {
    color: #0A4E6E;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #0a4e6e;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 90%;
	color: #333333;
	line-height: 1.3;
}

#centerPage {
	width: 95%;
	min-width: 780px;
	margin: 0px auto;	
	text-align: left;
}

#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	height: 101px;
	overflow: hidden;
}

#header h1 {
	float: left;
	color: #0A4E6E;
	margin-top: 51px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#header #logoContainer {
	background-image: url(../img/logo_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 101px;
	width: 100%;
}

#header #logo {
	margin-top: 27px;
	float: left;
}

#header #building {
	background-image: url(../img/building.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 101px;
	width: 350px;
	overflow: hidden;
}

#nav {
	background-color: #0a4e6e;
	clear: both;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 4px;
}

#nav ul {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	height: 24px;
    margin: 0;
    padding: 0;
}

#nav ul li {
	list-style-type: none;
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	white-space:nowrap;
	height: 20px;
	margin-right: 2px;
	margin-top: 2px;
    margin-left: 0;
    margin-bottom: 0;
    line-height: normal;
}

#nav ul li.menu6 {
	float: right;
	margin-right: 4px;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left top;
	padding-right: 7px;
	line-height: 20px;
	white-space: nowrap;
	display: block;
}

#nav ul li.menu1 a { background-image: url(../img/menu_icon_1.gif); }
#nav ul li.menu2 a { background-image: url(../img/menu_icon_2.gif); }
#nav ul li.menu3 a { background-image: url(../img/menu_icon_3.gif); }
#nav ul li.menu4 a { background-image: url(../img/menu_icon_4.gif); }
#nav ul li.menu5 a { background-image: url(../img/menu_icon_5.gif); }
#nav ul li.menu6 a { background-image: url(../img/menu_icon_6.gif);	color: #0A4E6E; }
#nav ul li.menu6 a:hover { color: #fff;	text-decoration: none; }
#nav ul li a:hover {
	color: #0A4E6E;
	text-decoration: none;
	background-position: 0px -20px;
}

#content {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0a4e6e;
	border-left-color: #0a4e6e;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#contentFooter {
	background-image: url(../img/bottom_left.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}

#contentFooterRight {
	background-image: url(../img/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	overflow: hidden;	
}

#footer {
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 30px;

}

#footer p {
	margin-right: 20px;
	margin-left: 20px;
}

.clear {
	font-size: 1px;
	clear: both;
	height: 0px;

}

.leftCol {
	width: 73%;
	float: left;
}

.rightCol {
	float: right;
	width: 25%;
}

.subMenu {
	background-color: #d6e4f1;
	padding: 20px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

.subMenu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.subMenu ul li {
	list-style-type: none;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.subMenu ul li a {
	color: #0A4E6E;
	text-decoration: none;
	display: block;
	padding-right: 2%;
	padding-left: 2%;
	/*_width: 96%;*/
	font-weight: bold;
	text-transform: uppercase;
}
.subMenu ul li a:hover {
	background-color: #0A4E6E;
	color: #D6E4F1;
}

.icon6 {
	background-image: url(../img/icon6.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 40px;
	position: absolute;
	margin-top: -25px;
	_margin-top: -35px;
}
.icon5 {
	background-image: url(../img/icon5.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 40px;
	position: absolute;
	margin-top: -25px;
	_margin-top: -35px;
}
.icon4 {
	background-image: url(../img/icon4.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 40px;
	position: absolute;
	margin-top: -25px;
	_margin-top: -35px;
}

.icon3 {
	background-image: url(../img/icon3.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 40px;
	position: absolute;
	margin-top: -25px;
	_margin-top: -35px;
}

.icon2 {
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 40px;
	position: absolute;
	margin-top: -25px;
	_margin-top: -35px;
}

.icon1 {
	background-image: url(../img/icon1.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 40px;
	position: absolute;
	margin-top: -25px;
	_margin-top: -35px;
}

.box {
	background-color: #92b6da;
	padding: 20px;
	margin-top: 16px;
	margin-right: 0%;
	margin-bottom: 5px;
	margin-left: 0px;
}
.box1 {
    background-color: #92b6da;
    padding: 10px;
    margin-top: 16px;
    margin-right: 0%;
    margin-bottom: 5px;
    margin-left: 0px;
}
.boxTukor {
	background-color: #9e0631;
	padding: 20px;
	margin-top: 16px;
	margin-right: 0%;
	margin-bottom: 5px;
	margin-left: 0px;
}
.box p.title, .boxTukor p.title {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.box1 p.title {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0; 
}
.box p, .boxTukor p {
	color: #FFFFFF;
}
#boxes {
	margin-top: 30px;

}
#boxes .col{
	float: left;
	width: 31%;
	margin-right: 2%;

}

h1 {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 0.6em;
}

h1.title1 {
	color: #f5a211;

}


/*munkatarsak*/
#peoples { margin-top: 30px; }
.people {
	padding: 20px;
	background-color: #eee;
	margin-bottom: 10px;
}
.people .peopleContent {
	margin-left: 150px;
	background-color: #FFFFFF;
	padding: 20px;
}
.people .pic {
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #9FBFDE;
}
.people .name {
	color: #0A4E6E;
	font-size: 18px;
	text-transform: uppercase;
}
.people .job {
	color: #0A4E6E;
	margin-bottom: 15px;
}
.people .desc {
	
}

#debug {
    background-color: #FFFFFF; 
    text-align: left;
}

#loginform {
}
#loginform .input {
    margin-bottom: 20px;
    float: left;
    margin-right: 10px;  
}
#loginform label {
    width: 100px;
    text-align: right;
    float: left;
    margin-right: 10px;
}
#loginform .submitButton{
    margin-left: 110px;
}
#loginform .error_message {
    float: left;
    background-color: red;
    color: white;
    /*width: 100px;*/
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}


#finomelemzesForm {}
fieldset {
     border: 1px solid #0A4E6E;
     padding: 10px;
     margin-bottom: 10px; 
}
legend {
    color: #0A4E6E;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 6px;
}
.input {
    width: 100%;
    font-size: 16px;
}
.default{
    color: #999 !important;
}
.button {
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}
#submit_container {
    float: right;
}


/* table **********************************/
table {
    border-collapse: collapse;
}
td, th {
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: .5em;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
th, tfoot td, .head, .colheader {
    text-align: center;
    font-weight: bold;
}
th.blank {
    background-color: #fff;  
}
th.caption {
    text-align: left;
}
thead, tfoot, .head {
    background-color: #DFF2C8;
}
tr.rowodd {
    background-color: #f2f2f2;
}
tr.roweven {
    background-color: #fff;
}
.colheader{
    background-color: #FDEBB5;
}
.coldata{
    background-color: #E9F3FE;
    font-weight: bold;
}
td.ertek {
    text-align: right;
}
#tableContainer {
    width: 100%;
    height: 400px;
    overflow: scroll;
}
tr:hover {
    background-color: aqua;
}


/**/
.tableName {
    font-size: 14px;
    color: #0A4E6E;
    text-transform: none;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}


/*accordion*/
#accordion {}
.toggler {
    color: #0A4E6E;
    margin: 0;
    padding: 4px 25px;
    background: #D6E4F1;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.element {}
.element p {
    margin: 0;
    padding: 4px;
}
.iconTable {
    background-image: url(../img/table.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.iconInfo {
    background-image: url(../img/information.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.iconAbra {
    background-image: url(../img/image.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
.iconTerkep {
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

/*info*/
.infoTitle {
    border-bottom: 1px solid #ccc; 
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold; 
}
.infoData {
    background-color: #eee;
}

/*file*/
.file {
    display: block;
    padding-left: 35px;
    border: 1px dashed #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-repeat: no-repeat;
    background-position: left center;
}
a.file {
    text-decoration: none;
    color: #0A4E6E;
}
a.file:hover {
    border-color: #0A4E6E;
    background-color: #F9F9E3;
}
.pdf {
    background-image: url(../img/file_pdf.gif);
}
.excel {
    background-image: url(../img/file_excel.gif);
}
.word {
    background-image: url(../img/file_word.gif);
}
.image {
    background-image: url(../img/file_image.gif);
}
.zip {
    background-image: url(../img/file_zip.gif);
}

/*typo*/
p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
ul, ol {
    margin-left: 20px;
    margin-bottom: 1.8em;
    padding: 10px;
}
li {
    margin-bottom: 0.6em;
    line-height: 1.2em;
    margin-left: 20px;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
code {
    display: block;
    background-color: #fff;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    color: #333333;
    border: 1px solid #ccc;
    position: relative;
    text-transform: none;
    font-weight: normal;
    margin: 10px;
    padding: 15px;
}
code .title {
    position: absolute;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    color: #0A4E6E;
    padding: 0px;
    right: 10px;
    _right: 30px;
}
code strong {
    color: #006699;
}
code .kiemel {
    color: #009933;
}
ul.kiemel {
    background-color: #eee;
    border: 1px solid #ccc;
}
ul.kiemel li {
    text-transform: uppercase;
    font-weight: bold;
    color: #990000;
}
ul.test {
    list-style-type: none;
}
ul.test li {
    list-style-type: none;
    margin-left: 0px;
}


/*test*/
textarea#htmlText {
    height: 120px;
    width: 100%;
    margin-bottom: 10px;

}
.testLabel {
    font-size: 11px;
    margin-top: 10px;
    line-height: normal;
    margin-bottom: 0px;

}
button#testBtn {
}
div#output {
    padding: 15px;
    border: 4px solid #ccc;
}
