/* BODY tagok */
body, html {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

#body {
    background-color: #FF55AA;
}


/* A tagok */
a {
	color: #9A9A9A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: justify;
/*	line-height: 20px;*/
}

/* 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;
	color: #5A5A5A;
	font-size: 95%;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}


#main {
	width: 900px;
	height: 100%;
	float: left;
}

*html #main {
    height: auto;
}


#top {
	width: 100%;
	height: 176px;
	float: left;
	background-image: url(../pics/header.jpg);
	background-repeat: no-repeat;
}

#top #top_gif {
    position: absolute;
	top: 0px;
	left: 205px;
	z-index: 0;
}

#topmenu {
    position: absolute;
	z-index: 10;
}

#center {
	width: 900px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../pics/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#center2 {
	width: 900px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../pics/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


#left_keret {
    display: block;
	float: left;
	width: 202px;
}


#left {
	width: 202px;
	height: 100%;
	float: left;
	display: block;
	background-image: url(../pics/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}

div#leftmenu_header {
    display: block;
	height: 71px;
	background-image: url(../pics/menu_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#leftmenu {
	width: 202px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../pics/menu_bg.jpg);
	padding-bottom: 10px;
}

#leftbottom {
	display: block;
	height: 63px;
	float: left;
	width: 200px;
}

#right {
	display: block;
    float: left;
	width: 698px;
	background-image: url(../pics/content_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div.mainbody {
	text-align: justify;
}

div.static_content {
	background-image: url(../pics/content_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}


div.mainbody h1.title {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #444444;
	height: 96px;
	display: block;
	background-image: url(../pics/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

div.mainbody h1.title img {
    padding-top: 20px;
	padding-right: 35px;
}


div.mainbody .text {
	font-size: 11px;
	background-color: #FFB1D8;
	width: 585px;
	display: block;
	margin-left: 55px;
}


#bottom {
	width: 100%;
	height: 90px;
	float: left;
	color: #000;
	background-image: url(../pics/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}


/* 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;
}

/* FOOTER */


div.bottommenu {
	width: 1000px;
	text-align: right;
}

.footer_line2, .footer_line3 {
	font-size: 11px;
	color: #9A9A9A;
    margin-left: 180px;
	width: 820px;
	text-align: right;
}

.footer_right a {
    color: #9A9A9A;
	text-decoration: none;
}


.footer_left {
    width: 50%;
	float: left;
	text-align: left;
}

.footer_right {
    font-size: 10px;
	padding-right: 10px;
}

.pi_logo {
	position: relative;
	left: -120px;
	top: -13px;
	float: left;
}

.pi_logo a img {
    border: none;
}

.portalshop {
    position: relative;
	left: 20px;
	top: -43px;
	float: left;
}

.portalshop a {
	text-decoration: none;
	display: block;
	width: 140px;
	height: 45px;
	float: left;
}

#lang_select a {
	display: block;
	float: left;
	width: 30px;
	height: 16px;
	position: absolute;
	left: 180px;
	top: 120px;
	z-index: 20;
}

#lang_select #lang_en {
	background-image: url(../pics/angol.jpg);
}

#lang_select #lang_hu {
	background-image: url(../pics/magyar.jpg);
}

