﻿* {
	margin: 0;
	padding: 0;
}

body {
	background-position: #FFFFFF url(images/bg.gif) repeat-x;
	background: #FFFFFF url(images/bg.gif) repeat-x;
	font-family: 'Times New Roman' , Times, serif;
	min-width: 975px;
	text-align: justify;
	font-size: 10pt;
	line-height: 17px;
	color: #333333;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {color: #008000; font-weight: bold;}

h1 {
	margin: 0 0 0 0;
	font-size: 2.0em;
}
h2 {
	clear: both;
	margin: 0em 0em 0em 0em;
	font-size: 1.7em;
}
h3 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.4em;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

/* Az odal hasznos területének alapja */
#FullContent
{
	margin: 0 auto;
	width: 800px;
}

#HeaderRow
{
	height: 80px;
}

#HeaderRow h1 { 
	font-size: 28px;
	letter-spacing: 1px;
	padding: 23px 0 0 20px;
	color: #008000;
	font-weight: bold;
	font-variant: small-caps;
}

#HeaderRow h1 a { 
	color: #008000;
	font-weight: bold;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 1px;
}

#HeaderRow h1 a:hover {
	color: #FFFFFF;
}

#HeaderRow h2 {
	font-size: 19px;
	color: #FFFFFF;
	padding: 5px 0 0 20px;
	letter-spacing: 1px;
	font-weight: 100;
}

#MenuRow
{
	height: 70px;
	line-height: 70px;
	background: #fff url(images/menu.gif) no-repeat;
}

#MenuRow ul {
	list-style-type: none;
	padding-left: 40px;
}

#MenuRow ul li {
	display: block;
	float: left;
}

#MenuRow ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
	color: #008000;
}

#MenuRow ul li a:hover {
	color: #37AB96;
	text-decoration: none;
}

#ContentRow {
	background: #FFFFFF url(images/content.gif) repeat-y;
	padding: 0 20px 20px 20px;
}

#LeftInfo {
	width: 160px;
	height: 160px;
	color: #008000; 
	font-size: 11pt; 
	font-weight: bold;
	padding-left: 20px;
}

#LeftMenu {
	width: 160px;
	padding-top: 2px;
	padding-left: 20px;
}

#LeftMenu h2 {
	margin: 10px 0 0 0px;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #111111;
	color: #FFFFFF;
	font-size: 13px;
}

#LeftMenu ul {
	padding: 10px 0 15px 10px;
	list-style-type: none;
}

#LeftMenu ul li a {
	color: #157D6A;
	text-decoration: none;
	font-weight: 100;
}

#LeftMenu ul li a:hover {
	color: #37AB96;
}

#ContentHeader {
	text-align: center;
}

#ContentBox {
	width: 580px;
	text-align: justify;
	font-size: 11pt;
	padding-left: 20px;
	padding-right: 25px;
}

#ContentBox h2 {
	font-size: 14pt;
	font-weight: 100;
	color: #157D6A;
	padding: 15px 0 15px 0;
}

#ContentBox h2 a {
	text-decoration: none;
}

#ContentBox h2 a:hover {
	color: #37AB96;
}

#ContentBox ul {
	padding: 4px 0px 16px 40px;
}

#ContentBox a {
	text-decoration: none;
	color: #157D6A;
}

#ContentBox a:hover {
	text-decoration: underline;
	color: #37AB96;
}

#BottomRow {
	background: #FFFFFF url(images/bottom.gif) no-repeat;
	height: 20px;
	padding: 10px 0;
}

#FooterRow {
	text-align: center;
	font-size: 9pt;
	color: #333333;
}

#FooterRow a {
	text-decoration: none;
	color: #157D6A;
}

#FooterRow a:hover {
	text-decoration: underline;
	color: #37AB96;
}

