@charset "UTF-8";
/* CSS Document */

/*  WEBSITE CSS  */

.eurostile-reg {
  font-family: Eurostile;
  font-style: normal;
  font-weight: normal;
}

body {
}

#pagelayout {
	width: 960px;
	margin: 00px auto 0px auto;
	background-color:#FFFFFF;
}

.clear {clear:both}

/*----- HEADER LAYOUT ------*/
#header {
	width: 100%;
	height: 140px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px
}
#header_col1 {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-left: 25px;
}

#header_col2 {
	float: right;
	width: 752px;
	padding-top: 20px;
	text-align: right
}

/*----- WEB LAYOUT ------*/

#subpage_col1 {
	float: left;
	width: 180px;
	min-height: 500px;
}

#subpage_col2 {
	float: left;
	width: 440px;
	min-height: 500px;
	margin-left:30px
}


#subpage_col3 {
	float: right;
	width: 270px;
	min-height: 500px;
}

#menu {
	height: 35px;
	background-color:#ff3200;
	border-top: 1px solid #FFFFFF;
	vertical-align:middle
}

#navigation {
	float: left;
	width: 500px;
	margin-left: 20px;
}

#date_login {
	float: right;
	width: 150px;
	text-align: right;
	margin-right: 20px;
}

#navigation p, #date_login p {
	font: normal 9px Arial, Helvetica, sans-serif;
	color:#9c0000;
	line-height: 1.6;
	padding: 7px 0px 7px 0px
}

#messages {
	width: 740px;
	/* background-color:#dadada; */
	height: 19px;
	padding: 7px 0px 4px 20px;
}

#messages img { vertical-align:sub}


#messages p span{
	width: 700px;
	margin-left: 4px;
	padding: 6px 4px 4px 4px;
	background-color:#dfb4b4;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#9c0000
}


#content, #content_col {
}

/* ----- CONTENT PAGE ELEMENTS ---*/

#content h1, #content_col h1{
	color: #a9c958;
	padding-bottom: 5px;
	font-size: 18px;
	text-transform:uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
	letter-spacing: 1px;
	margin-top: 30px
}
#content h2, #content h3 {
	color: #a9c958;
	padding-bottom: 5px;
	font-family: Eurostile;
	text-transform:uppercase;
	line-height: 1.2;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px
}

#content h3, #content_col h3{
	
}

#content h4, #content_col h4{

}

#content h5, #content_col h5{
	color: #555555;
	padding-bottom: 5px;
}

#content h6, #content_col h6{
	color: #555555;
	padding-bottom: 5px;
}

#content p, #content_col p{
	color: #555555;
	line-height:1.4em;
	font-size: 11px
}

#content p strong, #content_col strong{
	color: #555555;
	line-height:1.4em;
	font-size: 11px;
	font-weight: bold
}

#content ul, #content_col ul{}


#content li, #content_col li{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #555555;
	line-height:1.8;
	margin-bottom: 10px;
	list-style-type:disc;
	margin-left: 20px;
}


#subpage_col3 h3{
	color: #a9c958;
	padding-bottom: 5px;
	font-size: 12px;
	text-transform:uppercase
}

#subpage_col3 h4{
	color: #fff;
	padding-bottom: 5px;
	font-size: 14px;
	text-transform:uppercase
}

#subpage_col3 p{
	color: #555555;
	line-height:1.4em;
	font-size: 11px
}

#subpage_col3 p strong{
	color: #555555;
	line-height:1.4em;
	font-size: 11px;
	font-weight: bold
}

/* ----- FOOTER LAYOUT ---*/
#footer {
	width: 960px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin-top: 65px;
	margin-bottom: 20px
}
#footer_col1 {
	float: left;
	width: 600px;
}

#footer_col2 {
	float: right;
	width: 270px;
	text-align: right;}
	

#footer p{
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #555555;
	line-height:1.8;
}

#footer p strong{
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #555555;
	line-height:1.8;
}


.arrowlistmenu .menuheader {
	background-color:#9fe2ef;
	border-bottom: 1px solid #57acc0
}

.rounded_box {
	width: 120px;
	height: 60px;
	border: 5px solid #35b70e;

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	behavior: url(border-radius.htc);
}



/* CLASSES */
.box_search{
	border: 1px solid #CCC;
	width: 229px;
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px
}

.actual {
	border: 1px solid #CCC;
	width: 229px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px
}

.box_aid{
	border: 1px solid #a9c958;
	width: 229px;
	padding: 10px 20px 20px 20px
}

.box_aid_title{
	border: 1px solid #a9c958;
	background-color: #a9c958;
	width: 229px;
	padding: 10px 20px 20px 20px;
	height: 5px
}


#subpage_col2 input[type="text"], #subpage_col3 input[type="text"], #subpage_col2 input[type="password"], #subpage_col3 input[type="password"] {
	border: 1px solid #CCC;
	height: 23px;
	width: 150px;
	color: #555555;
	background-color: #FFF
}


.searchbox {
	background-image:url(http://kfib.hu/templates/kfib/img/background_search.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 30px
}



#subpage_col3 input[type="button"], #subpage_col3 input[type="submit"], #subpage_col3 input[type="reset"]{
	border: 1px solid #CCC;
	height: 27px;
	color: #555555;
	background-color:#FFF;
	font-weight:bold
}

.searchbutton {
	width: 30px;
	background-image:url(http://kfib.hu/templates/kfib/img/background_button_go.png);
	background-position:center
}

#content  input[type="button"], #content input[type="submit"], #content input[type="reset"]{
	border: 1px solid #CCC;
	height: 29px;
		color: #555555;
background-color:#FFF;
font-weight:bold
}

.english {
	background-image:url(http://kfib.hu/templates/kfib/img/icon_en.png);
	background-position: 235px 5px;
	background-repeat: no-repeat;
}
.en {
	background-image:url(http://kfib.hu/templates/kfib/img/en.gif);
	background-position: 235px 5px;
	background-repeat: no-repeat;
}
.hu {
	background-image:url(http://kfib.hu/templates/kfib/img/hu.png);
	background-position: 235px 5px;
	background-repeat: no-repeat;
}

