/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;/*vertical-align: baseline;*/}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table, td, th, tr {border-collapse: collapse;border-spacing: 0; border:none; padding:0; border-style:none;}
.clear, .clr {clear: both;}

@font-face {
    font-family: 'din_mediumregular';
    src: url('../fonts/din_medium-webfont.eot');
    src: url('../fonts/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din_medium-webfont.woff') format('woff'),
         url('../fonts/din_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinaltlt_pflnormal';
    src: url('../fonts/dinalpn-webfont.eot');
    src: url('../fonts/dinalpn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinalpn-webfont.woff') format('woff'),
         url('../fonts/dinalpn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0 auto;
	padding:0px;
}

html { 
	height:100%; 
	width:100%;
	margin:none; 
	padding:none;
}

#header {
	height:353px;	
}

#header .nav {
	background-image:url(../images/bg_nav.png);
	background-repeat:repeat-x;
	height:98px;
	width:100%;	
}

#header h1 {
	font-family: 'din_mediumregular', Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#FFF;
}

#header .menu  {
	margin: 0 auto;
}

#header .menu ul {
	list-style:none;
	margin: 0 auto;
	padding: 0px;
	
}

#header .menu li {
	display: inline-block;
	margin-right:17px;
	
}

#header .menu li a{
	font-family: 'din_mediumregular', Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;	
}
	
#header .menu li a:hover{
	color:#73A0C8;
	
}

#wrapper {
	margin:0 auto;
	max-width:960px;
}

#content {
	font-family: 'open_sanslight', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#474747;
	line-height:160%;
}

#content h1 {
	font-family: 'dinaltlt_pflnormal', Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#474747;
}

#content h2 {
	font-family: 'dinaltlt_pflnormal', Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#999999;
	text-align:center;
}

#content h3 {
	font-family: 'dinaltlt_pflnormal', Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#999999;
	text-align:center;
	text-transform:uppercase;
}

#content h4 {
	font-family: 'dinaltlt_pflnormal', Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#dd2f37;
	font-weight:bold;
}

#content .sepa {
	border-bottom:#ECECEC solid 1px; 
	width:343px; 
	margin-left:auto; 
	margin-right:auto;
	margin-top:12px;
}

#content .box1 {
	width:302px; 
	height:405px;
	margin-top:32px;
	float:left;
	display:block;
	margin-left:9px;
	margin-right:9px;
}


#footer {
    font-family: 'din_mediumregular', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#999999;
	
	margin-top:45px;
}

#footer nav ul {
    list-style:none;
}

#footer nav ul {
	margin:0 auto;
	
}

#footer nav ul li {
	border-right: 1px solid #000000;
	padding-right: 7px;
	padding-left: 7px;
	display:inline-block;
}

#footer nav ul li:last-child {
    border-right-style: none;
    border-right-width: 0;
}

#footer nav ul li a {
	font-family: 'oxygen-light', Verdana, Geneva, sans-serif;
	font-size:14px;
	text-transform:none;
	color:#000000;
	text-decoration:none;
}

#footer nav ul li a:hover {
	text-decoration:underline;
}


.border {
    background-color: #ffffff;
    border: 1px solid #B3B3B3;
    padding: 5px;
}

.submit {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	display:inline-block;
	color:#FFF;
	
	background-color:#66A3CE;
	padding-left:19px;
	padding-right:19px;
	padding-top:3px;
	padding-bottom:3px;
	
	text-decoration:none;
}

.text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}

.text_2 {
	font-size:20px;
}

.text_3 {
	font-size:20px;
	text-decoration:underline;
	font-weight:bold;
}

.text_4 {
	font-size:20px;
	font-weight:bold;
}

a.link_1 {
	font-family: 'dinaltlt_pflnormal', Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#474747;
	text-decoration:underline;
}

a.link_1:hover {
	text-decoration:underline;
}

a.link_2 {
	font-family: 'TitilliumMaps29L400wt';
	font-size:24px;
	font-weight:bold;
	color:#dd2f37;
	text-decoration:none;
}

a.link_2:hover {
	text-decoration:underline;
}

a.link_3 {
	font-family: 'TitilliumMaps29L400wt';
	font-size:14px;
	font-weight:bold;
	color:#dd2f37;
	text-decoration:none;
}

a.link_3:hover {
	text-decoration:underline;
}

a.link_4 {
	font-family: 'dinaltlt_pflnormal', Verdana, Geneva, sans-serif;
	font-size:26px;
	color:#528BB3;
	font-weight:bold;
	text-decoration:none;
}

a.link_4:hover {
	text-decoration:underline;
}

.table_1 {
	margin-left:auto; 
	margin-right:auto; 
	margin-top:5px; 
	padding:5px; 
	border: solid 1px #000000;
}

.table_1 td {
	padding:5px;
}

.table_2 {
	margin-left:auto; 
	margin-right:auto; 
	margin-top:5px; 
	padding:5px; 
}

.table_2 td {
	padding:5px;
}

/* form elements */
button, .button {
	border-color: orange;
	color: whitesmoke;
	background-color: black;
	margin-bottom: 0;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #FF6600;
}

/*input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}*/

input[type="file"].nm, input[type="checkbox"].nm, input[type="radio"].nm, select.nm {
	margin: 0;
}

#kereso_meret {
	white-space: nowrap;
}
#kereso_meret select, input[type="text"] {
	margin-bottom: 5px;
	padding: 0.2rem 1rem 0 0.5rem;
}

.button.tiny.gomb {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.voros {
    color: #cc0000;
}

a.zoldlink {
    color: #239c23;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.0rem !important;
}

#szechenyi-logo-fixed {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

#szechenyi-logo-fixed img {
    display: block;
    max-width: 200px;
    height: auto;
}