body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul {
	list-style: none outside none;
}
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }



body {
	color: black;
	font: 62.5% "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	background-color: #222835;
	background-image: url(images/hbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* links  */

a {
	color: Silver;
	text-decoration: none;
}
a:hover {
	color: white;
}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */



#header {
	height: 20px;
	top: -20px;
	position: relative;
}
#logo {
	bottom: -13px;
	left: 25px;
	position: absolute;
	background: transparent url(images/kislogo.png) no-repeat;
	width: 271px;
	height: 102px;
}
#nav {
	font-size: 1.1em;
	width: 56%;
	right:0px;
	height:25px;
	position: absolute;
	bottom: 3px;
}
#page {
	background: transparent url(images/sb.png) repeat-y scroll top right;
	text-align: left;
	width: 950px;
	margin: 140px auto 0px auto;
	text-align: left;
}
#loading {
	width: 950px;
	height: 580px;
	margin: 140px auto 0px auto;
	background-color: Aqua;
	z-index: 99;
}
#content {
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 7px 0px 0px 35px;
	background-color: transparent;
	width: 625px;
	color: white;
}
#sidebar {
	color: white;
	float: right;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 45px;
	padding: 0px 5px 0px 25px;
	width: 235px;
	background-color: transparent;
	font-family: "Georgia", serif;
	font-style: normal;
	font-weight: normal;
}
#footer {
	width: 100%;
	height: 120px;
	position: relative;
	clear: both;
	left: -29px;
	padding: 40px 29px 10px 29px;
	background-color: transparent;
	background-image: url(images/fbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#navfoot {
	
	width: 56%;
	float: left;
	color: gray;
	margin-top:-13px;
	line-height: 1.2em;
	display: inline-block;
	font-size: 1.1em;
}
#footerbal {
	width: 42%;
	margin-right: 2%;
	height: 115px;
	float: left;
	background-color: transparent;
	text-align: right;
	color: White;
}

/* header */
#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  letter-spacing: -0px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation */
#nav ul, #navfoot ul {
  display: inline;
}
#nav li, #navfoot li {
	display: block;
	float: left;
	list-style: none;
	border: 0;
	letter-spacing: 0px;
}
#nav li a, #navfoot li a {
	color: #fff;
	display: block;
	margin: 0px 0px 0px 3px;
	padding: 4px 8px 7px 8px;
	text-align: center;
	text-decoration: none;
	background: center;
	height: 14px;
	border: 0;
	font-size: 1.3em;
	letter-spacing: 0px;
	background-image: url(images/toolbar-bg.png);
	background-repeat: repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: .50;
	filter: alpha(opacity=50);
	filter: “alpha(opacity=50)”;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,1);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,1);
	box-shadow: 2px 2px 2px rgba(0,0,0,1);
}
#nav li a.current, #navfoot li a.current {
	border: 0;
	background-image: url(images/toolbar-bg-current.png);
	background-repeat: repeat-x;
	opacity:1;
	filter:alpha(opacity=100);
	filter: “alpha(opacity=100)”;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#nav li a:hover, #navfoot li a:hover{
	border: 0;
	color: white;
	background-image: url(images/toolbar-bg.png);
	background-repeat: repeat-x;
	opacity:.8;
	filter:alpha(opacity=80);
	filter: “alpha(opacity=80)”;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.63);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.63);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.63);
}

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}
/* content */
#content h2 {
	color: white;
	font-family: "Georgia", serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 28px;
	padding-bottom: 7px;
	-moz-text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
}
#content h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.2em;
	color: #7e8fbb;
	display: block;
	border-top: 1px dashed gray;
	clear: both;
}
#content h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.2em;
	color: #7e8fbb;
	display: block;
	border-bottom: 1px dashed gray;
}
#content h4 a {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.2em;
	color: #7e8fbb;
	text-align: center;
}
#content h4 a:hover {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.2em;
	color: white;
	text-align: center;
}
#content h5 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background: transparent url(images/30.png) repeat;
	color: white;
	display: block;
	clear: both;
	padding: 2px 1px 2px 10px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
.block {
	margin-bottom: 7px;
	padding-bottom: 10px;
	height: auto;
	margin-top: 3px;
}

#content p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
#content ol {
	margin: 0 0 20px 20px;
}
#content ul {
	margin: 0 0 20px 15px;
}
#content ul li {
	list-style: none url(images/bullet.png);
	padding-left: 2px;
	margin-bottom: 5px;
	font-size: 12px;
}
#content img {
	margin-right: 5px;
	padding: 5px;
	margin-top: 3px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/10.png);
	background-position: top;
	background-repeat: repeat;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
#content a img {
	width: inherit;
	height: 40px;
	margin-right: 5px;
	padding: 5px;
	margin-top: 3px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/10.png);
	background-position: top;
	background-repeat: repeat;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
#content a:hover img {
	width: inherit;
	height: 40px;
	margin-right: 5px;
	padding: 5px;
	margin-top: 3px;
	background: transparent url(images/30.png) repeat;
}
#content iframe {
	width: 625px;
	border: 0;
	height: 303px;
	background: transparent url(images/loading.gif) no-repeat center;
	margin-top: 4px;
}

.hasab {
	width: 50%;
	float: left;
}
/* secondary content */

#sidebar h2 {
	margin-bottom: 10px;
	color: white;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
}
#sidebar h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #7e8fbb;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	margin-bottom: 8px;
}
#sidebar h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
}

#sidebar p { margin: 0; }
#sidebar ul {
	margin: 5px 0 2px 18px;
}
#sidebar ul li {
	line-height: 1.1em;
	list-style: none url(images/bullet.png);
	margin-bottom: 6px;
}	

#sidebar li a {
	color: white;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	font-style: normal;
}
#sidebar li a:hover {
	color: #7e8fbb;
}
#sidebar li a:current {
	color: Fuchsia;
}
#sidebar img {
	padding: 15px 14px 14px 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/10.png);
	background-position: top;
	background-repeat: repeat;
	margin-bottom: 10px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
#cjb {
	background-attachment: scroll;
	background-color: White;
	background-image: url(images/cjlogo.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 200px;
	height: 81px;
	margin-top: 5px;
}
.almenucim {
	color: #7e8fbb;
	font-size: 18px;
	z-index: 100;
	height: 18px;
	border-bottom: 1px dotted gray;
	width: 200px;
}
.almenu {
	margin-bottom: 20px;
	width: 210px;
}
.almenufriss {
	margin-bottom: 20px;
	width: 210px;
	background-color: #CE2B24;
}
.almenupd {
	margin-bottom: 10px;
	border-top: 1px dotted gray;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: Gray;
	font-size: 8px;
	width: 200px;
}
/* footer */
#footer a {
	color: white;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	padding-bottom: 1px;
	border-bottom-color: transparent;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 1.2em;
	display: inline-block;
	font-size: 0.7em;
}
#footer a:hover {
	color: white;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
ul.tagger {
	background-color: transparent;
}
ul.tagger li {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
.latogat {
	font-size: 9px;
	color: white;
	font-family: sans-serif;
	margin-left: 3px;
}

/*HÍRLEVÉL*/
.simple_form {
	width: 196px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
	font-size: 9px;
}
.simple_form label {
	width: 200px;
	display: block;
	clear: both;
	font-size: 10px;
}
.simple_form input.text {
	width: 196px;
	font-size: 9px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/10.png);
	background-position: top;
	background-repeat: repeat;
	border: none;
	color: White;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding: 2px;
}
div.simple_message{
	color: red;
	padding: 5px 0 5px 0;
}

/* comment */
#captcha img {
	padding: 0px;
	vertical-align: middle;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
.comment-form-body {
   width: 196px;
  	font-size: 9px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/10.png);
	background-position: top;
	background-repeat: repeat;
	border: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: White;
	padding: 2px;
}
.comment-form-name, .comment-form-email {
   width: 196px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/10.png);
	background-position: top;
	background-repeat: repeat;
	border: none;
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
	font-size: 9px;
}
.input {
   width: 50px;
  	font-size: 9px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/10.png);
	background-position: top;
	background-repeat: repeat;
	border: none;
	color: White;
	padding: 2px;
}
.comment {
	padding: 3px;
	height: auto;
	background: transparent url(images/10.png) repeat;
	text-align: left;
	color: white;
	font-size: 11px;
}
.commentndt {
	margin-bottom: 10px;
	color: #7e8fbb;
	text-align: right;
}
.comment1 {
	display: block;
	padding-bottom: 3px;
}
.comment2 {
	padding-left: 3px;
	display: block;
	background-color: #c6d7e6;
	border-top-color: #234466;
	border-top-style: dotted;
	border-top-width: 1px;
	line-height: 1.2em;
	margin-bottom: 4px;
}
/*---CONTACT FORM---*/
.tbContactform .antispam {
	display: none;
	visibility: hidden;
}
.tbContactform label {
	width: 200px;
	display: block;
	vertical-align: top;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
	font-size: 10px;
}

.tbContactform input.text,
.tbContactform textarea {
	width: 196px;
	padding: 2px;
	border: none;
	background: transparent url(images/10.png) repeat;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
	font-size: 9px;
}
.tbContactform textarea {
	height: 150px;
	width: 196px;
}

.simple_form input.submit, .comment-form-submit, .tbContactform input.submit {
	width: 50px;
	padding: 1px;
	background: #7E8FBB;
	font-size: 9px;
	border: none;
	margin-top: 1px;
}
.simple_form input.submit:hover, .comment-form-submit:hover, .tbContactform input.submit:hover {
	background: transparent url(images/10.png) repeat;
}

.tbContactform .tbErrors p{
	color: #FF0000;
}

.mes{
	color: White;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 11px;
}
