@charset "iso-8859-2";

/* alap */

* {
	margin: 0;
	padding: 0;
}

/* link alap */

a:link {
	text-decoration: none;
	color: #336699;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #111;
}
a:active {
	text-decoration: none;
	color: #336699;
}

/* body */

body {
	padding: 0px;
	background-image: url(../images/element/bodybg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* az oldal */

#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #222;
	background-image: url(../images/element/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}

/* header */

#wrap #headertop {
	background-image: url(../images/element/headertop.jpg);
	height: 10px;
	width: 800px;

}
#wrap #header {
	height: 90px;
	background: #fff url(../images/element/header.jpg) no-repeat;

}
#wrap #header h1 { 
	font-size: 25px;
	letter-spacing: -1px;
	padding: 25px 0 0 20px;
	color: #fff;
}
#wrap #header h1 a:link { 
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#wrap #header h1 a:visited { 
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#wrap #header h1 a:hover {
	color: #111;
}
#wrap #header h1 a:active { 
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#wrap #header h2 {
	font-size: 18px;
	color: #336699;
	padding: 3px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

/* menu */

#wrap #menu {
	height: 30px;
	line-height: 30px;
	background: #fff url(../images/element/menu.jpg) no-repeat;
}
#wrap #menu ul {
	list-style-type: none;
	padding-left: 30px;
}
#wrap #menu ul li {
	display: block;
	float: left;
}
#wrap #menu ul li a:link {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}
#wrap #menu ul li a:visited {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}
#wrap #menu ul li a:hover {
	color: #336699;
	text-decoration: none;
}
#wrap #menu ul li a:active {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}
#wrap #menu .right_menu ul {
	list-style-type: none;
	padding-right: 17px;
}
#wrap #menu .right_menu ul li {
	display: block;
	float: right;
}
#wrap #menu .right_menu ul li a:link {
	padding: 0 10px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}
#wrap #menu .right_menu ul li a:visited {
	padding: 0 10px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}
#wrap #menu .right_menu ul li a:hover {
	color: #336699;
	text-decoration: none;
}
#wrap #menu .right_menu ul li a:active {
	padding: 0 10px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}
#wrap #menubottom { 
	background: #fff url(../images/element/menubottom.jpg) no-repeat;
	padding: 5px 0;
}

/* content */

#wrap #content {
	padding: 0 20px;
}

/* tenyleges tartalom */

#wrap #content .right {
	float: right;
	width: 570px;
	text-align: justify;
	padding-top: 20px;
}
#wrap #content .right h2 {
	font-size: 18px;
	font-weight: 100;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background: #B9B9B9;
	color: #FFFFFF;
	text-decoration: none;
}
#wrap #content .right h2:hover {
	color: #111;
}
#wrap  #content  .right .articles {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#wrap #content .right .articles #mikor_h3 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
}
#wrap #content .right .articles #mikor_ul {
	margin-right: 30px;
	margin-left: 30px;
}
#wrap #content .right .articles #mikor_ul li {
	margin-bottom: 3px;
}



/* sub menu */

#wrap #content .left {
	float: left;
	width: 180px;
	padding-top: 10px;
}
#wrap #content .left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background: #B9B9B9;
	color: #fff;
	font-size: 13px;
}
#wrap #content .left ul {
	padding: 10px 0 15px 20px;
	color: #336699;
}
#wrap #content .left ul li a:link {
	text-decoration: none;
	font-weight: 600;
}
#wrap #content .left ul li a:visited {
	text-decoration: none;
	font-weight: 600;
}
#wrap #content .left ul li a:hover {
}
#wrap #content .left ul li a:active {
	text-decoration: none;
	font-weight: 600;
}

/* footer */

#wrap .footer {
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #aaa;
	border-top: 1px dotted #aaa;
	margin-right: 15px;
	margin-left: 15px;
}
#wrap .footer a:link { 
	color: #aaa; 
}
#wrap .footer a:visited { 
	color: #aaa; 
}
#wrap .footer a:hover { 
	color: #111; 
}
#wrap .footer a:active { 
	color: #aaa; 
}
#wrap #footerdown {
	background-image: url(../images/element/footerdown.jpg);
	height: 10px;
	width: 800px;
}
