/* BODY tagok */
body, html {
	font: 90%/140% Tahoma;
	margin: 0px;
	padding: 0px;
}

/* A tagok */
a {
	color: #004ef5;
	text-decoration: underline;
}

a:hover {
	color: #89CEF5;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#main {
	width: 1000px;
}

#top {
	width: 100%;
	height: 156px;
	float: left;
	background-image: url(../pics/header.jpg);
	background-repeat: no-repeat;
}

#center {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #E2E2E2;
}

#left {
	width: 220px;
	float: left;
	vertical-align: top;
	background-image: url(../pics/left_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 15px;
}

#left .left_news p.left_news_header {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-indent: 35px;
	font-size: 11px;
    background-image: url(../pics/news_icon.jpg);
	background-repeat: no-repeat;
	background-position: 15px 3px !important;
	background-position: 15px 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

#middle {
	width: 570px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
	display: block;
	vertical-align: top;
	background-image: url(../pics/mainbody_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border-right: 1px solid white;
	border-left: 1px solid white;
}


#right {
    float: left;
	background-image: url(../pics/right_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 208px;
}

#right .right_product_header {
	height: 40px;
	line-height: 40px;
	text-indent: 35px;
	text-transform: uppercase;
/*    background-image: url(../pics/side_product_header_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: 15px 15px !important;
	background-position: 15px 16px;
	font-weight: bold;
}


div.mainbody {
	padding: 0px;
	margin-top: 21px;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: justify;
}

div.banner a img {
	border: none;
}


div.mainbody h1.title {
    padding-bottom: 5px;
}


div.mainbody .text {
	font-size: 11px;
}

#footer {
	width: 100%;
	height: 36px;
	float: left;
	color: #000;
	background-image: url(../pics/footer.jpg);
	background-repeat: repeat-x;
}

#footer span {
    color: #000000;
	float: left;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	width: 235px;
	text-align: center;
}


#bottom {
	width: 100%;
	height: 39px;
	float: left;
	color: #000;
	background-image: url(../pics/bottom.jpg);
	background-repeat: repeat-x;
}

#bottom p {
	text-indent: 250px;
	height: 39px;
	line-height: 39px;
	font-size: 12px;
}

#bottom p span {
    font-weight: bold;
}

#bottom p a {
    color: #000000;
	text-decoration: none;
}

#bottom p a:hover {
    color: #000000;
	text-decoration: underline;
}


/* P tagok */
p {
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
/*	text-align: justify;*/
/*	letter-spacing: -0.3px;*/
	line-height: 15px;
}

div.mainbody p {
	padding-bottom: 5px;
}

div.mainbody td p {
	display: block;
	float: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #DDD;
}

/* H1-H6 tagok */
h1 {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #006890;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

.mainbody h1 {
	background-image: url(../pics/content_hr_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 4px !important;
	background-position: left 5px;
	text-indent: 14px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #FE7501;
}


/* funkcio gombok */
div.functionbuttons {
	width: 100%;
	float: left;
	text-align: center;
}

div.functionbuttons p {
	display: inline;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

p.error_message {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	border-bottom: 1px solid #CCC;
	border-left: 10px solid #AAA;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

p.success_message {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #D8F884;
	border-bottom: 1px solid #000;
	border-left: 10px solid #B9F323;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

/* Form elemek */
form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

input.inputbox {
	margin: 2px;
	padding: 0px;
	color: #333;
	background-color: #EEE;
	border: 1px solid #000;
	width: 200px;
}

input.inputbox:focus {
	margin: 2px;
	padding: 0px;
	color: #333;
	background-color: #EEE;
	border: 1px solid #000;
	width: 200px;
}

input.submit {
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #FF0000;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #EEE;
}

/* Paginator */
div.paginator_top {
	width: 100%;
	text-align: right;
}

div.paginator_bottom {
	width: 100%;
	text-align: center;
}

p.lang {
	text-align: center;
}

/* TOP menu */
div.topmenu {
	background-color: #56A0C3;
	float: left;
	width: 100%;
	height: 35px;
	background-image: url(../pics/topmenu_bg_1.jpg);
/*	display: none;*/
}
