/* css reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
.hidden, [hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #0768A9; color: #fff; text-shadow: none; }
::selection { background: #0768A9; color: #fff; text-shadow: none; }
a { color: #0768A9; text-decoration:none; }
a:visited { color: #0768A9; }
a:hover { color: #0768A9; text-decoration: underline; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }
table { border-collapse: collapse; border-spacing: 0; }

input::-webkit-input-placeholder { color:#888; }
input:-moz-placeholder { color:#888; }

/* basic */

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
	margin: 0;
	line-height: 1.2;
}
h1 { font-size: 20px; margin: 15px 0;}
h2 { font-size: 18px; margin-top:25px;}
h2.kerdes { margin-top:5px; margin-bottom:20px;}
h3 { font-size: 14px; margin-bottom: 1em; }
h4 { font-size: 13px; }

ul { list-style-image: url(images/bullet_gra.gif); margin: 1em 0; padding: 0 0 0 20px;}
li { padding-bottom: 4px; }
ol li {list-style:decimal;}
p { margin: 5px 0; }
img { vertical-align: middle; }
img.header {  border-bottom:1px solid #b9b9b9; }

/* common */ 
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.data {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	box-shadow: inset 0 15px 10px -10px rgba(0,0,0,.05);
}

.more { font-weight: bold; font-size: 110%; }

.form {
	background: #f0f0f0;
	border: 1px solid #ccc;
	width: 590px;
	margin: 20px 0;
	padding: 20px;
	font-size: 13px;
	overflow: hidden;
}
#form > div { margin: 0 0 10px; }
.form input[type='text'], #form textarea, #form select {
	border: 1px solid #ccc;
	padding: 3px;
	width: 310px;
}
.form label:first-child { display: inline-block; width: 270px; font-weight: bold; }
#form_date { display: inline-block; vertical-align: top; padding: 2px 0; }
#form_date input { float:left; clear: left; margin: 1px 3px; 0 0; }
#form_date input+label { float:left; clear: right; }

.form .button { float: right; }

.box {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: inset 0 -200px 200px -200px rgba(7, 104, 169,.15);
	line-height: 1.2;
}
.box > h2 { margin: 0 0 10px;}

.slider { position:relative; z-index:0; height:251px; }
.slider .slide { position:absolute; top:0; left:0; z-index:8; }
.slider .slide.active { z-index:10; }
.slider .slide.last-active { z-index:9; }

/* colors */
body.jogtar-plus h1,
body.jogtar-plus h2,
body.jogtar-plus h3 { color: #474747; }
body.jogtar-plus ul { list-style-image: url(images/bullet_gra.gif); }
body.jogtar-ugyved h1,
body.jogtar-ugyved h2,
body.jogtar-ugyved h3 { color: #002147; }
body.jogtar-ugyved ul { list-style-image: url(images/bullet_db.gif); }
body.jogtar-ado h1,
body.jogtar-ado h2,
body.jogtar-ado h3 { color: #0768a9; }
body.jogtar-ado ul { list-style-image: url(images/bullet_b.gif); }
body.jogtar-hr h1,
body.jogtar-hr h2,
body.jogtar-hr h3 { color: #4b2942; }
body.jogtar-hr ul { list-style-image: url(images/bullet_p.gif); }
body.jogtar-gov h1,
body.jogtar-gov h2,
body.jogtar-gov h3 { color: #6ebb1f; }
body.jogtar-gov ul { list-style-image: url(images/bullet_gre.gif); }
body.jogtar-gov ul { list-style-image: url(images/bullet_gre.gif); }
body.jogtar-oktatas h1,
body.jogtar-oktatas h2,
body.jogtar-oktatas h3 { color: #337370; }
body.jogtar-oktatas ul { list-style-image: url(images/bullet_gra.gif); }
body.jogtar-oktatas ul { list-style-image: url(images/bullet_gra.gif); }

/* layout */ 
body {
	margin: 0;
	padding: 0;
	background: #343434;
	font: 12px/1.2 Arial, Verdana, Helvetica, sans-serif;
	color: #474747;
}

#container {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}

#container > header { position: relative; z-index:1; }

#logo {
	margin:0; padding: 0 0 0 30px; 
	line-height:80px;
	background:#fff;
	font-size: 28px;
	font-weight: normal;
	background:url(images/header.jpg) top left no-repeat;
	height: 234px;
}
#logo a { color: inherit; text-decoration: none; }
body.jogtar-szakmai #logo a { color:#000; }
#logo span { color:#000; }

body.jogtar-plus #logo {background:url(images/header_jogtarplusz.jpg) top left no-repeat;}
body.jogtar-ado #logo {background:url(images/header_ado.jpg) top left no-repeat;}
body.jogtar-hr #logo {background:url(images/header_hr.jpg) top left no-repeat;}
body.jogtar-oktatas #logo {background:url(images/header_oktatas.jpg) top left no-repeat;}
body.jogtar-gov #logo {background:url(images/header_onkormanyzat.jpg) top left no-repeat;}
body.jogtar-ugyved #logo {background:url(images/header_ugyved.jpg) top left no-repeat;}

#menu {
	display: table;
	width: 100%;
	min-height: 45px;
	margin:0; padding:0;
	list-style: none none;
	font-weight:bold;
	font-size: 0;
	background:url(images/menu_bg.jpg) repeat-x 0 0 #545454;
	text-align: center;
	white-space: nowrap;
}
#menu > li {
	display: inline-block;
	max-width: 117px;
	height:45px;
	padding: 0;
	cursor:pointer;
	border-left: 1px solid #7c7c7c;
	text-align:center;
	vertical-align: bottom;
	position: relative;
	line-height: 45px;
	white-space: normal;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.lt-ie8 #menu > li { float:left; padding: 10px 0 0; height: 35px; }
.lt-ie8 #menu > li ul { width: 200px; }
.gt-ie8 #menu > li { max-width: 112px; }

#menu a {
	line-height: 1.2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color:#fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#menu > li > a {
	vertical-align: middle;
	display: table-cell;
	padding: 0 7px;
	height: 45px;
	text-transform: uppercase;
}
#menu > li:hover, #menu > li.active { background: #777; }
#menu li:first-child { border: 0; }
#menu > li > ul {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 45px; left: 0;
	background: #757575;
	margin:0; padding:0;
	list-style: none;
	text-align: left;
}
#menu > li.last > ul { left: auto; right:0; }
#menu > li > ul li { margin:0; padding:0; }
#menu > li > ul a {
	padding: 5px 10px; 
	white-space: nowrap;
	border-top: 1px solid #aaa;
}
#menu li li a:hover { background: #888; }
#menu sup { vertical-align:top; }

.counter { 
	position: absolute;
	right: 0;
	top: 77px;
	font-size: 12px;
	text-align: center;
	width: 220px;
	background-color: #fff;
	padding: 10px 10px 60px 10px;
	box-shadow: 0px 2px 10px;
	display: block;
}
.counter-title{
	font-size: 12px; margin:0 0 2px;
} 
.counter dl {
	margin:0; 
	position: relative;
	width: 100%;
}
.counter .left, .counter .right {  position: absolute; }
.counter .left { left: -1px; background: #feedf2; border-color:#fcd9e4; }
.counter .right {  right: -2px; float: none; margin: 0; background: #edf4f9; border-color: #d5e6ee;  }
.counter dt {
	top: 0;
	text-align: center;
	width: 100px;
	padding: 0 5px;
	height: 20px;
	border: 1px solid #f00;
	border-bottom:0;
	font: bold 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.counter dd {  
	margin:0;
	top: 20px;
	text-align: center;
	width: 50%;
	height: 30px;
	border: 1px solid #f00;
	border-top:0;
	border-radius: 0 0 0 5px;
}
.counter dt.left  { border-radius: 5px 0 0 0; border-right:0; color:#ec094e; }
.counter dd.left  { border-radius: 0 0 0 5px; border-right:0; }
.counter dt.right { border-radius: 0 5px 0 0; color:#0072bc; }
.counter dd.right { border-radius: 0 0 5px 0; }

.counter .spinner { font-size: 0; display: block; }
.counter .spinner pre {
	font: bold 17px/20px Arial, Helvetica, sans-serif;
	width: 14px;
	height: 19px;
	margin:0 1px;
	padding:1px 0 0;
	line-height: 1;
	display: inline-block;
	overflow: hidden;
	border-radius: 3px;
	background: #ee014c;
	color:#fff;
	box-shadow: inset 0 10px 5px -1px rgba(255,255,255,.6);
}
.counter .right .spinner pre { background: #0768a9; }
.counter .spinner pre  span { position: relative; top: 0; }


#content { 
	background: #fff; 
	overflow: hidden; 
	box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.3); 
	padding: 30px 70px;
	line-height: 1.5;
}
body.index #content { padding: 0; }

#content h1:first-child { margin-top:0; } 


#news {
	float: left;
	width: 540px;
	padding: 20px 0 20px 20px;
}

.article-list .article { border-bottom: 1px solid #ccc; padding: 0 0 15px; margin: 0 0 15px; }
.article { font-size: 13px; line-height: 1.5; }
.article h2 { margin:0;	}
.article .time { color:#999; font-size: 90%; }

.lead { font-weight: bold; }

.showtable {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	background: url(images/plus.gif) no-repeat 0 6px;
	padding: 0 0 0 20px;
}
#features { padding: 20px 0; }

.videolink { 
	line-height: 70px;
	padding-left: 70px;
	background: url(images/icon_video.png) no-repeat 0 50%;
	display:inline-block;
	font-size: 16px;
	margin: 20px 0;
}

#sidebar {
	float: right;
	width: 300px;
	padding: 20px;
}

.box.update  { text-align: center; background:#EDF4F9; box-shadow: none; }
.box.update strong { font-size: 140%; line-height: 2; }

#newsletter img {
	border: 1px solid #ddd; 
	vertical-align: top; 
	margin: 0 0 10px 0;
	padding: 5px;
	background: #fff;
}
#newsletter .data { margin: 0 0 10px; width: 256px; }
#newsletter img+.data { width: 136px; float: right; }
#newsletter input[type='checkbox'] { margin: 0 5px 0 -20px; vertical-align: bottom; }
#newsletter .agree {
	float:left;
	width: 140px; 
	font-size: 90%;
	padding-left: 20px;
}
#newsletter .button { float:right; }
 
#sidebar .banner { margin-bottom: 20px; }

#regform {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #DCDDDE;
    color: #000000;
    margin: 20px 0;
    padding: 16px 30px;
}
#regform label { display: inline-block; margin-bottom: 10px; width: 45%; }
#regform label small { color:#666; font-size: 80%; padding: 0 10px 0 0; display: inline-block; }
#regform .buttons { margin: 20px 0 0 320px;  }
#regform .disable { background: #f6f6f6; color:#999; }
#accept { margin: 0 5px 0 46%; vertical-align: middle; }
#accept + label { margin: 0; vertical-align: middle; }

#regform .captcha { vertical-align: middle; background: #fff; border: 1px solid #e2e1d7; padding: 3px; }

#regform .pagetitle { font-size: 20px; font-weight: normal; margin: 0 0 20px; }
#errormessages { color: red; margin: 0 0 20px; }

#regform .reginput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E1D7;
    color: #6f6f6f;
	margin-bottom: 10px; 
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px;
    padding: 8px 10px;
    width: 48%;
	vertical-align: top;
}
#regform select.reginput { width: 50.5%; }
#regform .reginput.captcha { width: 80px; vertical-align: top; }
.button {
	border: 1px solid #EC014E;
	color:#fff!important;
	text-decoration:none!important;
	background: #EC014E;
	box-shadow: inset 0 7px 10px -5px rgba(255,255,255,.9);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.button:hover {
	background: #FF2371;	
	box-shadow: inset 0 8px 10px -5px #fff;
}
.button.blue {
	border: 1px solid #0768a9;
	background: #0768a9;
}
.button.blue:hover {
	background: #1778b9;
}


#regform p.allisrequired {
    font-weight: bold;
    margin: 0 0 10px 0;
}

#sidebar > .button {
	margin: 20px 0;
	text-align:center;
	display: block;
}

/*** legacy ***********/
.content_cim {
	position: relative;
	width: 546px;
	top: 33px;
	background-color: #0768a9;
	font-family: "trebuchet MS", Verdana;
	font-size: 30px;
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.csomag {
	position: absolute;
	width: 274px;
	height: 421px;
	top: 33px;
	font-family: "trebuchet MS", Verdana;
	font-size: 13px;
	color: #0768a9;
	font-weight: bold;
	margin: 0px;
	left: 584px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	background-image: url(images/csomag_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.csomag_elem {
	position: absolute;
	width: 260px;
	top: 104px;
	font-family: "trebuchet MS", Verdana;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	left: 584px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#cs_elem td{
	font-size: 16px;
	color: #ffffff;
	cursor:pointer;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #abcce2;
}


#content_club {
	margin-top: 36px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 480px;
	font-size: 13px;
	margin-left: 66px;
}


.content_kiemelt {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.content_alcim {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: "trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}



.right {
	position: relative;
	float: right;
	margin-right: 10px;
}

.order, .next {
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #aacbe2;
    cursor: pointer;
    padding: 2px;    
    float: right;
	text-align: center;
}

.order { background-color: #ecf2fa; width: 100px;}
.next  { background-color: #ecf2fa; width: 120px;}

.igen, .nem { text-align: center;  }
.igen { background-color: #e7edf8; }
.nem  { background-color: #e7edf8; }

.separator {
	padding-top: 10px;
    font-weight: bold;
}

.footer {
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	padding: 35px 0;
	background: #474747;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTc1NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #474747 0%, #757575 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#757575));
	background: -webkit-linear-gradient(top,  #474747 0%,#757575 100%);
	background: -o-linear-gradient(top,  #474747 0%,#757575 100%);
	background: -ms-linear-gradient(top,  #474747 0%,#757575 100%);
	background: linear-gradient(top,  #474747 0%,#757575 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#757575',GradientType=0 );
}
.footerlogo {
	position: absolute;	left: 20px; top: 25px;
	margin: 0; padding:0;
	width: 173px; height: 58px;
	background: url(images/logo.png) no-repeat 0 0;
}
.footerlogo a { 
	color:#809199;
	display: block;
	width: 100%; 
	height: 100%;
	text-indent: -3000em;
	overflow: hidden;
}
.footermenu { float: right; margin-right:20px; }
.footermenu > ul > li {
	float:left;
	width: 215px; 
	font: bold 20px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.footermenu > ul > li ul {
	font: normal 11px/2 Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
	border-left: 1px dotted #fff;
	padding: 0 0 0 17px;
	min-height: 140px;
}
.footermenu > ul li { list-style: none; }
.footermenu > ul > li ul a { color:#fff; }
.footermenu .iconlink {
	background: no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 35px;
	line-height: 24px;
	margin: 5px 0 5px;
	min-height: 24px;
}
.footermenu .iconlink.long { line-height: 1.2; }
.footermenu .iconlink.rss 		{ background-image: url(images/icon-rss-24.png); }
.footermenu .iconlink.facebook 	{ background-image: url(images/icon-facebook.png);}
.footermenu .iconlink.google 	{ background-image: url(images/icon-google.png);}
.footermenu .iconlink.linkedin	{ background-image: url(images/icon-linkedin.png);}


#bottom_sdw td {
	background:url(img/bottom_sdw.jpg);
	height:5px;
}

#head_line_blue td {
	background:url(img/blue.gif);
	height:5px;
}


#head_line_green td {
	background:url(img/g_line.gif);
	height:5px;
}

#head_line_red td {
	background:url(img/p_line.gif);
	height:5px;
}

.val_td1 {
	cursor: pointer;
}


.val_cim {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	line-height:1.2;
	font-weight: bold;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 15px;
}


.club_td {
	vertical-align: middle;
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 15px;
}

.club_td_b {
	vertical-align: middle;
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #0768a9;
}

.p_tdcim {
	padding: 3px;
	vertical-align: middle;
	background-color: #6ebb1f;
	font-weight: bold;
	color: #FFFFFF;
}

.p_td {
	padding: 3px;
	vertical-align: middle;
	background-color: #f4f4f4;
}

.p_td1 {
	padding: 3px;
	vertical-align: middle;
	background-color: #f5faef;
}


.p_td2 {
	padding: 3px;
	vertical-align: middle;
	background-color: #e9f5de;
}

.pp_tdcim {
	padding: 3px;
	vertical-align: middle;
	background-color: #ee014c;
	font-weight: bold;
	color: #FFFFFF;
}

.pp_td {
	padding: 3px;
	vertical-align: middle;
	background-color: #f4f4f4;
}

.pp_td1 {
	padding: 3px;
	vertical-align: middle;
	background-color: #feedf2;
}


.pp_td2 {
	padding: 3px;
	vertical-align: middle;
	background-color: #fcd9e4;
}

.gyik{
	border-bottom:1px solid #e4e4e4;
	padding-bottom:25px;
}

img.bullet{
	vertical-align:text-top;
	margin-top:4px;
}

/* index box */

div#content table.first{
	padding:0;
}

#main_tabs td{
	width: 130px;
	cursor:pointer;
	padding-top: 20px 20px 0 15px;
}

#main_tabs  td.cim{
	font-size:22px;
	font-weight:bold;
	font-family: "trebuchet MS", Verdana;
	color: #0768a9;
	padding-top: 4px;
}

#main_tabs td.leiras{
	font-size:11px;
	color: #474747;
	height:233px;
	padding-top:60px;
	padding-left: 35px;
	padding-right:15px;
}

#main_tabs td.leiras ul{
	padding-left:15px;
}

table#main_tabs{
	width:170px;
	height:264px;
}

table#main_tabs.jogtar{
	background:url(images/index_yellow_box_bg.png) no-repeat top;
}

table#main_tabs.ado_jogtar{
	background:url(images/index_lblue_box_bg.png) no-repeat top;
}

table#main_tabs.hr_jogtar{
	background:url(images/index_purple_box_bg.png) no-repeat top;
}

table#main_tabs.onkormanyzat_jogtar{
	background:url(images/index_green_box_bg.png) no-repeat top;
}

table#main_tabs.ugyved_jogtar{
	background:url(images/index_blue_box_bg.png) no-repeat top;
}

.bottom_content td.img{
	width:72px;
}

.bottom_content td.kiem_szoveg a{
	font-size:14px;
	color:#ee014c;
	font-weight:bold;
	margin-bottom:5px;
}

.bottom_content td.kiem_szoveg div.szoveg{
	margin-top:5px;
}

.bottom_content td.kiem_szoveg div.szoveg a {
	text-decoration:none;
	color:#474747;
	font-size:12px;
	font-weight:normal;
}

.bottom_content .line{
	border-bottom:1px dotted #b9b9b9;
	margin-bottom:15px;
}


/* kiemelt box */

#kiemeltboxcontainer {
    background: url("images/box_kiemelt_bg.png") no-repeat;
    height: 254px;
	width: 530px;
	margin-left:25px;
}

.kiemeltboxscroll {
    padding:20px 0;
	width:550px;
}

.kiemeltboxscroll .content{
	width:165px;
	float:left;
	border-right: 1px dotted #B5AC9F;
	padding:0;
	height:214px;
}

.kiemeltboxscroll .content.last{
	border-right:none;
}

.kiemeltboxscroll .content h2{
	margin-top:0;
	margin-bottom:10px;
	line-height:17px;
	padding:0 20px;
}

.kiemeltboxscroll .content h2 a{
	font-size:14px;
	color:#0768a9;
	text-decoration:none;
	font-weight:bold
}

.kiemeltboxscroll .content h2 a:hover{
	text-decoration:underline;
	color:#0768a9;
}

.kiemeltboxscroll .content div.szoveg{
	padding:0 20px;
}

.kiemeltboxscroll .content div.szoveg a{
	font-size:12px;
	text-decoration:none;
	color:#474747;
	line-height:15px;
}

.kiemeltboxscroll .content div.szoveg ul{
	padding-left:15px;
}

table.bottom_content{
	margin-bottom:20px;
}


.highlight { color:#a00000; }
#beta-test { overflow: hidden; text-align: left; background: #f2f2f2; padding: 20px; margin-top: 20px; }
#beta-test h3 { margin: 20px 0 10px; font-size: 16px; }
#beta-test label {
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	margin: 0 20px 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height:1.2;
}
#beta-test label.inline { width: auto; vertical-align: middle; }
#beta-test label small { font-weight: normal; color:#666; }
#beta-test input[type=radio] { vertical-align: middle; margin: 0 0 10px; }
#beta-test label+.data, #beta-test select {
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
	width: 250px;
	vertical-align: middle;
}
#beta-test .controls { display:inline-block; margin: 0 0 10px; }
#beta-test .button { margin: 0 0 20px 370px; }
#beta-test abbr {
	font: bold 11px/1 Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 1px 3px;
	color:#fff;
	background: #0768A9;
	cursor: pointer;
	border:0;
}
#beta-test .errors {
	color:#a00000;
}

.notice {
    color: #757575;
    font: bold 10px/1.5 Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 1em;
	width: 620px;
    padding: 5px 10px;
}

.submit {
    border: 0;
    cursor: pointer;
    height: 34px;
    width: 113px;
	overflow: hidden;
    /*
	background: url(images/but_visszaj.jpg) no-repeat 0 0;
	text-indent: -3000em;
	line-height:100px;
	*/
}
#myform td:first-child label { font-weight: bold; line-height: 1.5; }
#myform td { vertical-align: top; }
label.error { color: red; padding-left: .5em; vertical-align: top; display: block; }
input.error, select.error { border:1px solid #CC0000; color:#CC0000; }

/*video segedlet*/

#video_list {float:left; background-color:#e5e5e5; padding:10px; margin:10px 20px 0 0; width:160px;}
#video_list ul {list-style-type:square; list-style-image: none;}
#video_list ul li ul {margin: 5px 0 0 0; list-style-type: circle; list-style-image: none;}
iframe {width:555px; height:416px; border:1px solid #474747; background-color:#fff; margin:10px 0 0 0;}


@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
