/* BODY tagok */
body, html {
	font: 90%/140% Tahoma;
	margin: 0px;
	padding: 0px;
	background-color: #131313;
	background-image: url(../../cms/pics/sz_marvany1_2.jpg);
}

/* A tagok */
a {
	color: #9A9A9A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#portal_sign{
	border:medium none;
	float:left;
	padding-left:758px;
	padding-top:128px;
	width:30px;
}
#portal_sign img{
	border: none;
}


.picmenuline{
	position: absolute;
	background-image:url(../pics/red_menupicbutton.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:20px;
	width: 163px;
	top: 279px;
	z-index: 50;
}
#picmenuline_1{
	left: 289px;
	display : block;
}
#picmenuline_2{
	left: 462px;
	display : block;
}
#picmenuline_3{
	left: 635px;
	display : block;
}
#picmenuline_4{
	left: 808px;
	display : block;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#foo {
	width: 100%;
	height: 100%;
}

*html #foo {
    height: auto;
}

#main{
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#main2 {
	float:left;
	width:100%;
	height:100%;
	background: transparent url(../../cms/pics/sz_marvany.jpg) repeat left bottom;
}

#top{
	width: 100%;
	float: left;
	height: 239px;
	background-image: url('../pics/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#logo{
	height:46px;
	margin-left:331px;
	padding-top:28px;
	width:338px;
}
#logo_picture{
	background-image:url(../pics/logo.jpg);
	background-position:left 6px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:155px;
	width:338px;
}
#logo_line{
	background-image:url(../pics/header_red_line.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:8px;
	margin-left:78px;
	width: 196px;
}
#center{
	float: left;
	width: 100%;
	height: auto;
}



#bottom{
	background-image: url('../pics/black_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin-left:100px;
	height: 251px;
	width: 780px;
	margin-top:3px;
}
#footer{
	font-size: 16px;
	color: #2F5629;
	font-weight: bold;
	text-align: center;
	margin-top:35px;
}

/* 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;
}

