body {
	margin: 0 0 20px 0;
/* 	background: url(http://www.budapestinfo.eu/pics/bg.gif) top repeat-x #A21A13; */
	background: url(http://www.budapestinfo.eu/pics/bg2.gif) top repeat-x #89b0eb;
	text-align: center;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 16px;
	color: #450805;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 26px;
	color: #3E70A2;
	margin: 8px;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 20px;
	color: #6E1111;
	margin: 8px 0;
	font-weight: normal;
}

a:link, a:visited {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 16px;
	color: #941212;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #cccccc;
}

#header {
	width: 100%;
	text-align: center;
	margin: 0;
	height: 160px;
	background: url(http://www.budapestinfo.eu/pics/hbg.gif) left repeat-x #ffffff;
	color: #ffffff;
}

#headi {
	width: 990px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top: 54px;
	background: url(http://www.budapestinfo.eu/pics/header1.jpg) top no-repeat;
	color: #ffffff;
}

a.headi:link, a.headi:visited {
	font-size: 24px;
	font-family: Verdana, Tahoma, Times New Roman;
	color: #FDFCEB;
	font-weight: normal;
	text-decoration: none;
}

a.headi:hover {
	color: #FDFCEB;
}

#container {
	width: 990px;
	background: #ffffff;
	margin: 6px auto 0 auto;
	text-align: center;
/* 	background: url(http://www.budapestinfo.eu/pics/int.gif) top no-repeat #ffffff; */
	background-color: #ffffff;
	
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;

	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
	
}

#innt {
	width: 810px;
	margin: 0px;
	float: left;
	display: inline;
	background-color: #a4b4a6;
}

#innl {
	width: 180px;
	margin: 0px;
	float: left;
	display: inline;
	text-align: center;
}

#innc {
	width: 605px;
	margin: 0;
	padding: 0 8px 0 8px; 
	float: left;
	display: inline;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	text-align: justify;
}

#innr {
	width: 180px;
	margin: 0px;
	padding-top: 15px;
	float: right;
	display: inline;
}

#footer {
	width: 990px;
	text-align: center;
	line-height: 48px;
/* 	background: url(http://www.budapestinfo.eu/pics/fbg.gif) bottom no-repeat #560703; */

	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;

	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;

	background-color: #3e6fb8;
	color: #ffffff;
	border-top: 3px solid #89b1ec;
	margin: 0 auto 0 auto;
	padding-bottom: 5px;
}

#footer span {
	margin: 0 5px;
}

#footer a:link, #footer a:visited {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 16px;
	color: #89b0eb;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #1d4888;
}

/* felso menusor */

#nav {
	margin: 46px 0 0 0;
	width: 990px;
	height: 32px;
	background: url(http://www.budapestinfo.eu/pics/menubg.gif) top repeat-x #585858;
	text-align: center;
}

#tmenu {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0px;
	
}

#tmenu li {
	margin: 0;
	list-style-type: none;
	float: left;
	padding: 0;
	height: 32px;
	border-right: 1px solid #000000;
	position: relative;
}

#tmenu a:link, #tmenu a:visited {
	font-size: 14px;
	font-family: Palatino Linotype, Verdana, Times New Roman;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	float: left;
	display: inline;
	padding: 0 5px;
	line-height: 32px;
}

#tmenu a:hover {
	color: #EAF3F9;
	background-color: #000000;
}

/* programajanlo */

#pra {
	padding: 6px;
	margin: 15px auto 0 auto;
	text-align: left;
	width: 154px;
	border: 0px solid #3E70A2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(http://www.budapestinfo.eu/pics/pabbg.gif) top repeat-x #8BA3B9;
}

#pra p {
	margin: 3px 0 0 0;
	line-height: 16px;
}

a.pral:link, a.pral:visited {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	color: #BEE1FF;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a.pral:hover {
	color: #FFFAD2;
}

#searchwrapper {
	width: 162px;
	padding: 2px 0px 2px 0px;
	margin: 15px auto 0 auto;
	border: 1px solid #8C1215;
	text-align: left;
	position: relative; /*important*/
		z-index: 99;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
	border: 0px; /*important*/
	width: 130px;
	font-size: 16px;
	color: #C1C1C1;
}
 
.searchbox_submit {
	border: 0px; /*important*/
	width: 22px;
	height: 22px;
	outline: none;
	position: absolute; /*important*/
	top: 2px;
	right: 2px;
}

#temp {
	clear: both;
	width: 162px;
	padding: 0;
	font-size: 11px;
	background: url(http://www.budapestinfo.eu/pics/menubg.gif) top repeat-x #706D64;
	margin: 15px auto 0 auto;
	color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#temp p {
	padding: 2px 3px 1px 1px;
	font-weight: bold;
	margin: 0;
}

#devi {
	clear: both;
	width: 162px;
	padding: 0;
	font-size: 11px;
	background: #8C1215;
	margin: 15px auto 0 auto;
	color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#devi p {
	padding: 2px 3px 1px 3px;
	font-weight: bold;
	margin: 0;
}

#rssbox {
	margin: 15px auto 0 auto;
	text-align: left;
	width: 164px;
	padding: 3px 3px 0 3px;
	line-height: 0.7em;
	background: #e9e9e9;
	border: 1px solid #777777;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.rssboxa:link, a.rssboxa:visited {
	font-size: 13px;
	font-family: Verdana, Arial, Tahoma;
	color: #941212;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a.rssboxa:hover {
	color: #941212;
}

#rssbu {
	margin: 0;
	padding: 0;
}

#rssbu li {
	margin-top: 5px;
	list-style-type: none;
	border-bottom: 1px solid #606060;
	padding-bottom: 5px;
}

a.rssba:link, a.rssba:visited {
	font-size: 10px;
	font-family: Arial, Verdana, Tahoma;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.rssba:hover {
	color: #CCCCCC;
}

#prat {
	width: 170px;
	border: 1px solid #3E70A2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0 0 6px;
}

.pratn {
	text-align: center;
	background-color: #F26522;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
}

.pratnb {
	text-align: center;
	background-color: #3E70A2;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
}

.pratd {
	text-align: center;
	vertical-align: middle;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
}

a.pratl:link, a.pratl:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a.pratl:hover {
	color: #941212;
}

#lcol {
	text-align: left;
	float: left;
	width: 260px;
	display: inline;
}

#rcol {
	text-align: justify;
	float: left;
	width: 606px;
	padding: 5px 15px;
	display: inline;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 16px;
	color: #444444;
}

.brd {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

li {
	list-style-type: square;
}

div {
	cursor: default;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 8px 0px;
}

.inputbox {
	background-color: #ffffff;
	color: #444444;
	font-weight: normal;
	border: 1px solid #3E70A2;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button {
	background-color: #ffffff;
	color: #941212;
	border: 1px solid #3E70A2;
	font-weight: bold;
	outline: none;
}

a.bkateg:link, a.bkateg:visited {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 16px;
	color: #18a0bc;
	text-decoration: underline;
	outline: none;
}

a.bkateg:hover {
	color: #29caeb;
}

#al {
	width: 510px;
	margin: 25px auto 0 auto;
	font-size: 20px;
	padding: 6px 0 10px 0;
	background: url(http://www.budapestinfo.eu/pics/alt.gif) top no-repeat;
}

.all {
	clear: both;
	float: left;
	width: 140px;
	display: inline;
	text-align: left;
	margin-left: 10px;
	border-bottom: 1px solid #3E70A2;
	line-height: 32px;
	font-size: 16px;
}

.alr {
	float: right;
	width: 350px;
	display: inline;
	text-align: left;
	margin-right: 10px;
	border-bottom: 1px solid #3E70A2;
	line-height: 32px;
}

#adv {
	margin: 15px 0 15px 0;
	padding: 0 10px;
	font-size: 11px;
	float: left;
	display: inline;
	text-align: center;
}

#tlsl {
	width: 350px;
	margin: 30px 0 0 50px;
	font-size: 11px;
	float: left;
	display: inline;
	text-align: center;
}

.tlsb {
	float: right;
	width: 160px;
	display: inline;
	text-align: center;
	margin: 5px 60px 5px 0;
	font-size: 1px;
}

#tls {
	float: right;
	display: inline;
	width: 170px;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}

/*
.tlsb {
	float: left;
	width: 180px;
	display: inline;
	text-align: center;
	margin: 0 5px 0 5px;
} */

.tlsb a:link, .tlsb a:visited {
	font-size: 11px;
	font-family: Arial, Verdana, Times New Roman;
	color: #B8282B;
	font-weight: normal;
	text-decoration: none;
}

.tlsb a:hover {
	color: #D33034;
}

#m1 {
	visibility: hidden;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 999;
	width: 160px;
}

#m1 a:link, #m1 a:visited {
	font-size: 14px;
	font-family: Arial, Verdana, Times New Roman;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	float: left;
	display: inline;
	padding: 0 10px;
	line-height: 26px;
	width: 160px;
	text-align: left;
	background-color: #000000;
}

#m1 a:hover {
	color: #EAF3F9;
	background-color: #bbbbbb;
}

.foj {
	float: left;
	width: 430px;
	margin-top: 20px;
	display: inline;
	text-align: justify;
	background: url(http://www.budapestinfo.eu/pics/djfbg.gif) top right no-repeat;
	padding-right: 8px;
}

.fob {
	float: left;
	width: 120px;
	margin-top: 20px;
	clear: both;
	display: inline;
	text-align: center;
}

#bmenu {
	margin: 10px auto 15px auto;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
/* 	background: url(http://www.budapestinfo.eu/pics/bmbg.gif) top no-repeat #9C2A25; */
	background: url(http://www.budapestinfo.eu/pics/bmenubg.png) top no-repeat #3e6fb8;
/* 	background-color: #3e6fb8;	 */
	color: #dddddd;
	padding: 0 8px;
}

#bmenu a:link, #bmenu a:visited {
	font-size: 12px;
	font-family: Arial, Verdana, Times New Roman;
	color: #dbdbdb;
	font-weight: bold;
	text-decoration: none;
	margin: 0 4px 0 4px;
}

#bmenu a:hover {
	color: #7095cf;
}

#lnf {
	width: 170px;
	margin: 15px 0 15px 5px;
	background: url(http://www.budapestinfo.eu/pics/lnf.gif) top right no-repeat;
	border: 1px solid #9AB4CE;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#lna {
	width: 170px;
	background: url(http://www.budapestinfo.eu/pics/lna.gif) bottom left no-repeat;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 4px;
}

#lnap {
	margin: 3px 8px 6px 8px;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

.lnp {
	margin: 3px;
	padding: 0;
	text-align: left;
	font-size: 14px;
}

.lnp a:link, .lnp a:visited {
	font-size: 11px;
	font-family: Arial, Verdana, Times New Roman;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

.lnp a:hover {
	color: #C16464;
}

.alk {
	text-align: left;
	margin: 10px 50px;
	border: 1px solid #941212;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.alk a:link, .alk a:visited {
	font-size: 20px;
	text-decoration: none;
	margin: 0;
}

.alk a:hover {
}

.errorm {
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 20px;
	padding: 5px;
	border: 1px solid #ff0000;
}

.pager {
	font-size: 16px;
	text-align: justify;
	margin: 10px;
	line-height: 30px;
}

.pager span {
	border: 1px solid #AAAAAA;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px;
}

.pager a {
	font-size: 16px;
}

.kgbox {
	margin: 10px auto;
	width: 490px;
	text-align: center;
}

.kgbox span {
	margin: 0 3px;
}

.kega {
	text-align: center;
	margin: 10px 0;
}

.kega p {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

form {
	display: inline;
}

.beld {
	padding: 8px;
	margin: 14px;
	border: 1px solid #3E70A2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 16px;
	line-height: 1.5em;
}

.beldb {
	padding: 6px;
	margin: 15px auto 0 auto;
	text-align: left;
	width: 154px;
	border: 1px solid #3E70A2;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.belde {
	padding: 8px;
	margin: 14px;
	color: #FF0000;
	border: 1px solid #FF0000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
    resize: none;
}

.hbox {
	float: left;
	width: 270px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 8px;
	display: inline;
	font-size: 11px;
}

.hboxt {
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding: 3px 6px;
}

.hboxt a:link, .hboxt a:visited {
	font-size: 11px;
	font-family: Verdana, Arial, Times New Roman;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.hboxt a:hover {
	color: #E16464;
}

.hboxp {
	float: left;
	display: inline;
	margin: 8px 6px 6px 3px;
	width: 66px;
}

.hboxa {
	text-align: left;
	padding: 3px;
	line-height: 16px;
}

.hboxa a:link, .hboxa a:visited {
	font-size: 11px;
	font-family: Verdana, Arial, Times New Roman;
	color: #222222;
	font-weight: normal;
	text-decoration: none;
}

.hboxa a:hover {
	color: #E16464;
}

.hboxb {
	text-align: right;
	padding: 3px;
}

#bottom {
	border-top: 1px solid #3E70A2;
	clear: both;
	margin: 0 auto;
	width: 990px;
	padding: 8px 0;
	background-color: #ecf1f6;
}

.bota {
	float: left;
	display: inline;
	width: 290px;
	margin: 0 0 0 28px;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.bota h2 {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 18px;
	color: #3E70A2;
	margin: 8px 0;
}

.bota ul {
	margin: 0;
	padding: 0;
}

.bota li {
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
	border-bottom: 1px solid #165EA0;
	display: block;
}

.bota a:link, .bota a:visited {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	color: #941212;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

.bota a:hover {
	color: #cccccc;
}

#uabot {
	border: 0;
	clear: both;
	margin: 0 auto;
	width: 990px;
	padding: 40px 0 20px 0;
	background: url(http://www.budapestinfo.eu/pics/uabg.jpg) top no-repeat #0f2757;
}

#uabot h2 {
	color: #ffffff;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 20px 60px;
}

.uabotb {
	float: left;
	display: inline;
	width: 254px;
	margin: 0 0 0 55px;
	text-align: left;
	font-size: 12px;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #ffffff;
}

.uabotb p {
	text-align: left;
	margin: 0 10px 8px 10px;
}

.uabotb a {
	font-size: 12px;
}

#fbb {
	float: left;
	display: inline;
	margin: 15px 10px 0 0;
	width: 300px;
	text-align: center;
}

#share {
	margin: 10px 0 18px 0;
	padding: 6px 0 4px 0;
	white-space: nowrap;
	border-top: 1px solid #E4C1B5;
	border-bottom: 1px solid #E4C1B5;
	font-size: 0;
}

#share img {
	height: 24px;
}

/* ertekeles */

.ratbox {
	margin: 0 50px 25px 50px;
	font-size: 12px;
	padding-top: 14px;
	text-align: left;
	border-bottom: 1px solid #A21A13;
	background: url(http://www.budapestinfo.eu/pics/comment.gif) top left no-repeat;
}

.ratbox_r {
	float: left;
	display: inline;
	font-size: 24px;
	width: 45px;
	text-align: center;
	margin: 0 10px;
	padding: 0;
}

.ratbox_u {
	float: left;
	display: inline;
	font-size: 12px;
	width: 180px;
	font-weight: bold;
	text-align: left;
	margin: 0 10px 0 20px;
	padding: 0;
}

.ratbox_d {
	float: left;
	display: inline;
	font-size: 12px;
	width: 120px;
	text-align: left;
	margin: 0 0 0 40px;
	padding: 0;
}

.ratbox_t {
	clear: both;
	margin: 5px 10px 5px 70px;
	padding: 10px 0 20px 0;
	text-align: justify;
	line-height: 1.4em;
}




