
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 border: 1px outset #000000;
}
img.imageleft { 
float: left; margin: 10px; 
}
img.imageright { 
float: right; margin: 10px; 
} 
#header {
 width: 800px;
 height: 150px;
 background-image: url(images/top.jpg);
}
#navigation {
 width: 780px;
 color: #333;
 border-top: 1px solid #336600;
 padding: 5px 10px 0px 10px;
 background:#FFFFFF; 
 color: #000000;
 font-weight: bold;
 margin: 4px 0px 0px 0px;
 height: 21px;
}
#navigation img{
	width:18px;
	height:9px;
}
#navigation ul li.szoveg {
 font-size: 9pt;
 display: block;
 list-style-type:none;
 float:left;
}
#navigation ul li.kepes {
 width:18px;
 height:9px;
 display: block;
 list-style-type:none;
 float:left;
 margin-bottom: 2px;
 margin-top: 8px;
 margin-left: 170px;
 background:url(images/uk.gif) 0 0 no-repeat;
}
#navigation ul li.kepes a {
 width:18px;
 height:9px;
 display: block;
 background:url(images/uk.gif) 0 0 no-repeat;
 text-indent:-1500px;
 overflow:hidden;
}
#navigation ul li.kepes a:hover {
 background:url(images/uk.gif) 0 0 no-repeat;
}
#navigation ul li.szoveg a {
 color: #000000;
 text-decoration: none;
 font-weight: bold;
 margin-left: 20px;
 margin-top: 6px;
 margin-bottom: 4px;
 display: block;
}
#navigation ul li.szoveg a:visited {
 color: #000000;
 text-decoration: none;
}
#navigation ul li.szoveg a:hover {
 color: #336600;
 text-decoration: none;
}
#content { 
 width: 720px;
 color: #000000;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px 40px 20px 40px;
}
#content p {
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 10px;
}
#content ul li {
	font-size: 9pt;
	display: list-item;
	list-style-type: square;
}
#content h1 {
	font-size: 130%;
	margin-bottom: 20px;
	margin-top: 20px;	
	padding: 0px;
	color: #608C2F;
	font-style: normal;
	font-weight: bold;
}
#content h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 8pt;
	font-weight: normal;
	color: #20465D;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-variant: normal;
}
#content a:link {
 color: #000000;
 text-decoration: none;
}
#content a:visited {
 color: #000000;
 text-decoration: none;
}
#content a:hover {
 color: #336600;
 text-decoration: underline;
}
#supporter {
 width: 720px;
 border-top: 1px solid #336600;
 padding: 5px 40px 0px 40px;
 /*background-image: url(images/supporter.jpg);*/
}
#footer { 
 width: 800px;
 color: #000000;
 background-color: #608C2F;
 text-align: center;
 padding: 5px 0px 5px 0px;
 }
 #footer p {
	font-size: 7pt;
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: lighter;
}
