@import url(clearfix.css);

/*	GLOBAL HTML STYLES  */

html, body		{
	padding: 0;
	margin: 0;
	height: 100%;
}

body		{
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #393939;
	background: #e5e5e5 url(../images/body-bg.png) repeat-x;
}

p			{
	margin: 8px 0;
	line-height: 18px;
}

a			{
	color: #1a7d3a;
	text-decoration: none;
}

a:hover		{
	text-decoration: underline;
}

h1			{
	font-size: 16px;
	color: #00a450;
	font-weight: normal;
	margin: 30px 0 10px 0;
}

h2			{
	font-size: 14px;
	color: #ffb000;
	font-weight: normal;
	margin: 15px 0 8px 0;
}

h3			{
	font-size: 12px;
	color: #007d30;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

hr			{
	font-size: 0;
	line-height: 0;
	border: 0;
	background-color: white;
	border-top: 1px solid #ffd300;
	margin: 15px 0;
}

ul			{
	list-style-type: square;
}

img			{
	border: none;
}

form		{
	padding: 0;
	margin: 0;
}




/*	LAYOUT STYLES  */

#headline	{
	width: 950px;
	height: 55px;
	margin: 0 auto;
	padding-top: 130px;
	background: url(../images/headline.jpg) no-repeat;
	position: relative;
}

#headline img.home {
	width: 180px;
	height: 85px;
	position: absolute;
	top: 24px;
	left: 0;
	border: none;
}

#loginbox	{
	background: url(../images/icons/18x18/lock.png) -2px 0 no-repeat;
	padding-left: 15px;
}

#loginbox label {
	display: inline-block;
	margin-left: 8px;
	color: #248242;
}

#loginbox input[type=text], #loginbox input[type=password] {
	width: 120px;
	height: 18px;
	border: 1px solid #93d17d;
	background-color: #f3fff7;
	margin-left: 3px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#loginbox input[type=submit] {
	width: 38px;
	height: 22px;
	border: none;
	background: url(../images/input-submit-bg-headline.png) no-repeat;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 3px;
	cursor: pointer;
}

#loginbox p	{
	margin: 5px 0 0 -15px;
	line-height: auto;
}

#menu		{
	height: 33px;
	padding-top: 2px;
}

#main		{
	width: 888px;
	padding: 0 31px 30px 31px;
	margin: 0 auto;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 4px solid #00a651;
	background: white url(../images/menushadow.png) repeat-x;
}

#partners	{
	list-style-type: none;
	width: 946px;
	height: 76px;
	border: 2px solid #00a651;
	margin: 20px auto 0 auto;
	padding: 0;
	background-color: white;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#partners li {
	display: inline-block;
	margin: 12px 14px;
}

#partners li:first-child {
	margin-left: 25px;
}

#footer		{
	margin: 20px auto 0 auto;
	width: 950px;
	padding-bottom: 20px;
}

#footer p	{
	float: left;
}

#footer input[type=button] {
	padding-left: 35px;
	height: 22px;
	border: 1px solid #00a651;
	color: #474747;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	float: right;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

#footer input[type=button].lngswitch-eng {
	background: white url(../images/icons/16x16/en.png) 10px 4px no-repeat;
}

#footer input[type=button].lngswitch-hun {
	background: white url(../images/icons/16x16/hu.png) 10px 4px no-repeat;
}

#sidebar	{
	width: 220px;
	float: left;
	margin-top: -5px;
}

.sideblock 	{
	margin-top: 20px;
}

.sideblock h1 {
	font-size: 14px;
	color: #007d30;
	font-weight: bold;
	padding: 4px 0 4px 5px;
	border-bottom: 2px solid #59c971;
	position: relative;
}

.sideblock h1 span {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
}

.sideblock h1 span.ico-search {
	background: transparent url(../images/icons/25x25/search.png) no-repeat;
}

.sideblock h1 span.ico-documents {
	background: transparent url(../images/icons/25x25/documentforward.png) no-repeat;
}

.sideblock h1 span.ico-archives {
	background: transparent url(../images/icons/25x25/archives.png) no-repeat;
}

.sideblock h1 span.ico-events {
	background: transparent url(../images/icons/25x25/events.png) no-repeat;
}

.sideblock ul {
	list-style-type: square;
	margin: 5px 0;
	padding: 0 0 0 15px;
	font-size: 12px;
}

.sideblock li {
	color: #9d9d9d;
	padding: 5px 0 0 0;
	padding-left: 0px;
}

.sideblock li a {
	font-size: 11px;
	color: #00a450;
}

#searchbox div, #archivebox div, #eventsbox div {
	width: 190px;
	padding: 10px 14px;
	margin-top: -10px;
	background-color: #f8f8f8;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#eventsbox div {
	height: 53px;
}

#searchbox label, #archivebox label, #eventsbox label {
	font-size: 11px;
	color: #007d30;
	display: block;
	margin: 0 0 8px 0;
}

#searchbox input[type=text], #eventsbox input[type=text] {
	width: 142px;
	height: 18px;
	border: 1px solid #93d17d;
	background-color: #f3fff7;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#searchbox input[type=submit], #eventsbox input[type=submit] {
	width: 38px;
	height: 22px;
	border: none;
	background: url(../images/input-submit-bg-headline.png) no-repeat;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 2px;
	cursor: pointer;
}

#eventsbox input[type=submit] {
	margin-left: 5px;
}

#searchbox p	{
	line-height: 16px;
	margin: 10px 0 0 0;
	padding-left: 35px;
	background: url(../images/icons/25x25/book.png) 0 2px no-repeat;
	font-weight: bold;
}

#archivebox select {
	width: 190px;
}

#pagecontent	{
	width: 640px;
	float: right;
	font-size: 12px;
}

h2.newstitle	{
	color: #007d30;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 2px solid #00a651;
	padding-right: 80px;
}

h2 span {
	font-size: 12px;
	font-weight: normal;
	color: #828282;
	position: absolute;
	top: 2px;
	right: 0;
}

/*	Registration, search  */

.red 	{
	color: red;
	font-weight: bold;
}

#pagecontent fieldset {
	width: 618px;
	margin: 0 0 25px 0;
	padding: 15px;
	border: 1px solid #ffd300;
}

#pagecontent legend {
	padding: 0 15px;
	font-size: 14px;
	font-weight: normal;
	color: #00a450;
}

#pagecontent label {
	color: #007d30;
	display: inline-block;
	width: 200px;
	margin-top: 5px;
}

#pagecontent label.longlabel {
	width: 600px;
	margin-bottom: 10px;
}

#pagecontent label.checkboxlabel {
	width: 550px;
}

#pagecontent input[type=text], #pagecontent input[type=password] {
	height: 18px;
	border: 1px solid #93d17d;
	background-color: #f3fff7;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
}

#pagecontent input[type=text] {
	width: 200px;
}

#pagecontent fieldset hr {
	line-height: 0;
	font-size: 0;
	height: 0;
	border: none;
	border-top: 1px solid #bdbdbd;
	margin: 15px 0;
}

#pagecontent fieldset p {
	display: inline;
	margin: 0 0 0 5px;
	font-size: 11px;
	color: #696969;
}

#pagecontent fieldset select {
	width: 200px;
}

#pagecontent input[type=submit] {
	height: 22px;
	border: none;
	background: url(../images/input-button-bg.png) center center repeat-x;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 2px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 20px;
}

.companyresults {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 14px;
}

.companyresults li {
	border-bottom: 1px solid #ffd300;
	padding-bottom: 10px;
}

.companyresults h3, .companyresults h3 a {
	font-size: 14px;
	font-weight: bold;
}

.companyresults p {
	font-size: 11px;
	margin: 1px 0;
	color: #616161;
}

.companyresults p span {
	font-weight: bold;
	color: black;
}

p.copy	{
	padding-left: 25px;
	background: url(../images/icons/18x18/copy.png) no-repeat;
	margin-bottom: 20px;
}

.column-left	{
	width: 300px;
	float: left;
	margin-top: -25px;
}

.column-right	{
	width: 300px;
	float: right;
	margin-top: -25px;
}

#pagecontent img {
	margin-right: 20px;
	margin-bottom: 10px;
}

.articlebox		{
	width: 198px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
}

.articlebox h2	{
	font-size: 12px;
	font-weight: bold;
	color: #007d30;
	margin: 0 0 10px 0;
	border: none;
}

.articlebox img	{ margin: 0 10px 5px 0; }

.articlebox p	{
	margin: 8px 0;
	line-height: 14px;
	font-size: 11px;
	color: #606060;
}




