/* BODY tagok */
body, html {
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #8BCAD9;
	background-image: url(../pics/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* A tagok */
a {
	color: #8BCAD9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
    border: none;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#main {
	width: 841px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#main2 {
	float: left;
	width: 100%;
	background-image: url(../pics/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#header {
	width: 100%;
	height: 82px;
	float: left;
	background-image: url(../pics/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#toplogo {
    float: left;
	width: 353px;
	overflow: hidden;
}

#toplogo a {
	float: left;
	padding-top: 10px;
	padding-left: 1px;
}

#topmenu {
    display: block;
	float: right;
	height: 40px;
	width: 488px;
	color: #000;
	padding-top: 21px;
}

#center {
	width: 825px;
	height: 100%;
	margin: 0px;
	padding: 0px 8px 15px 8px;
	float: left;
}

#left {
    float: left;
	width: 600px;
	padding: 0px 10px;
	border-top: 7px solid #D8D8D8;
	padding-top: 5px;
}

#right {
    float: left;
	width: 195px;
	padding-right: 10px;
	border-top: 7px solid #D8D8D8;
	padding-top: 5px;
}

.kepek {
	float: left;
	width: 100%;
	height: 182px;
	background-color: #37C2D7;
	margin-bottom: 15px;
	background-image: url(../pics/center_top_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#left_top {
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

#right_top {
	text-align: center;
}

#right_top p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 11px;
	padding-bottom: 5px;
}

#rightmenu {
	float: left;
	width: 100%;
	background-image: url(../pics/right_menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 20px;
}

#rightmenu_top {
	float: left;
	width: 100%;
	padding-top: 9px;
	background-image: url(../pics/right_menu_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightmenu_bottom {
	float: left;
	width: 100%;
	padding-top: 19px;
	background-image: url(../pics/right_menu_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer {
	float: left;
	width: 781px;
	padding: 10px 30px 0px;
	height: 47px;
	background-image: url(../pics/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #949494;
}

#footer p {
	float: left;
	width: auto;
	padding-right: 20px;
}

#footer p#portalinternet {
	float: right;
	padding: 0px;
}

.static_content {
    float: left;
	width: 100%;
}

.text {
    float: left;
	width: 100%;
}


/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	width: 100%;
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #DDD;
}

/* H1-H6 tagok */
h1 {
	width: 100%;
	display: block;
	padding: 10px 0px;
	margin: 0px;
	color: #81CDCB;
	font-size: 18px;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h6 a {
	background-color: #797979;
	display: block;
	width: 58px;
	padding-right: 20px;
	margin: 4px 0px;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../pics/more_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

h1.title {
	padding-top: 0px;
}

/*GALÉRIA*/

#gal .pic td {
	background-color: #dedede;
	text-align:center;
	height:135px;
}

.arrow {
	opacity: 0;
	filter: alpha(opacity=0);
	cursor:pointer;
	display:none;
	padding-top: 70px;
	text-align:left;
	background: transparent url(../cms/pics/s.gif) repeat;
	margin:0px;
	border:none !important;
	padding:0px !important;
}
span#right, #top_close{
	text-align: right;
}
#top_close {
	padding:0px;
	color: #cdcdcd;
	font-weight: bold;
	font-size: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
}

span:hover {
	opacity: 100;
	filter: alpha(opacity=100);
}

/*NEWSLETTER BOX*/

#newsletter {
	color: #555555;
	width:200px;
	padding-bottom: 20px;
}

.newsletter_cim {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}

.newsletter_input {
	border: solid 2px #555555;
	border-bottom: solid 1px #cdcdcd;
	height: 20px;
	width: 140px;
	margin-right:10px;
}

.newsletter_submit {
	background: transparent url(../pics/nlb.jpg) no-repeat top left;
	width:45px;
	height:26px;
	border:none;
	color: white;
	font-weight: bold;
	font-size:11px;
	padding:0px;
	cursor:pointer;
}
