﻿/*
 * written by Rivendel Kft
 * http://www.rivndel.hu
 * EBP
 */
 
html,body{margin:0;padding:0}

body{font: 76% arial,sans-serif;text-align: center}

:-moz-any-link:focus {
	outline: none;
}

a, 
span.email {
	color: #e7880a;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

h1 {
 font-size: 140%;
 font-weight: bold;
 color: #79b30b;
 margin-top: 0.4em;
 margin-bottom: 0.6em;
 letter-spacing: 0.2em;
 text-transform: none;
 text-align: left;
 padding:0;
}
h2 {
 font-size: 125%;
 font-weight: bold;
 color: #79b30b;
 margin-top: 0.4em;
 margin-bottom: 0.5em;
 letter-spacing: 0.1em;
  text-align: left;
 padding:0;
}
h3 {
 font-size: 100%;
 font-weight: bold;
 color: #79b30b;
 margin-top: 0.4em;
 margin-bottom: 0.5em;
  text-align: left;
 padding:0;
}
h4, h5, h6 {
 font-size: 100%;
 font-weight: bold;
 color: #000000;
 margin-top: 0.4em;
 margin-bottom: 0.5em;
  text-align: left;
 padding:0;
}
p {
 font-size: 100%;
 line-height: 120%;
 margin-bottom: 0.8em;;
}
td, th {
 padding: 4px 0 4px 0;
}

ul{
	margin-left: 20px;
	padding-left: 0;
	text-align: left;
}
ul li ul{
	padding-left: 10px;
}

div#container{
	width:728px;
	margin:0 auto;
	background-color: white;
		}

div#top{
	float: left;
	width:722px;
	height: 60px;
	margin:0;
	padding: 0;
	background: url(../images/bcg_container.jpg) repeat-x;
	background-color: white;
		}

div#head{
	float: left;
	height:242px;
	width: 534px;
	padding: 0;
	margin:0;
	color: #79B30B;
	border-bottom: #9e9e9e solid 1px;
   background: url(../images/bcg_head.jpg) repeat-x bottom left;
  }

div#lang{
	width: 534px;
	padding: 0;
	margin:0;
	background: white;
	border-bottom: #9e9e9e solid 1px;
	text-align: left;
  }

div#lang a{
	padding: 0;
	margin: 0;
	padding-left: 5px;
	font-weight: bold;
	color: #79B30B;
	text-decoration: none;
  }
div#header{
	height: 202px;
	width: 534px;
	padding: 0;
	margin:0;
	margin-top: 4px;
   background: url(../images/head_img.jpg) no-repeat top left;
  }

div#logo{
	float: left;
	height: 176px;
	width: 195px;
	padding: 6px 0 0 0;
	margin: 9px -7px 0 0;
	background: url(../images/bcg_left.png) no-repeat top left;
  }

div#logopic{
	float: left;
	height: 174px;
	width: 186px;
	padding: 0;
	margin: 0;
	border-top: 2px solid white;
	border-right: 2px solid white;
	background-color: #e2eeee ;
  }

div#logo img{
  	margin: 0;
  	padding: 8px 0 0 0;
  }

/********************************************************
* Search
********************************************************/

div#search_box{
	float:left;
	width: 186px;
	height: 32px;
	text-align: left;
   margin: 0;
   padding: 0;
   border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
   background: #e2eeee url(../images/bcg_searchbox.gif) repeat-x bottom left;
  }

form.search {
   display: block;
   width: 186px;
   margin: 0px;
   padding: 0px;
}

form.search .submit {
	float: left;
   margin: 0;
   padding: 0;
   margin: 8px 2px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8dc73f;
	font-weight: bold;
	border: 1px solid #98cb00;
	background-color: white;
	width: 22px;
	height: 17px;
}

form.search #search_text {
	float: left;
   margin: 0;
   padding: 0;
   margin: 8px 2px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414549;
	border: 1px solid #98cb00;
	width: 140px;
}

div#textset{
	float: left;
	height: 16px;
	width: 185px;
	padding: 2px 3px 0 0;
	background-color: #8dc73f;
	text-align: right;
}

div#textset img{
	border: none;
}

/********************************************************
* Content
********************************************************/

div#title{
   margin: 0 0 20px 0;
   padding: 12px 0 0 10px;
   font-family: arial, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #e7880a;
	text-transform: none;
	text-align: left;
	border-bottom: 1px solid #e7880a;
  }

div#content{
	text-align: left;
	margin: 0;
	padding: 0 10px 10px 20px;
	margin-right: 6px;
	min-height: 100%;
	float:right;
	width:499px;
	min-height: 500px;
	border-right: 1px solid #e2eeee;
	background-color: white;
	}

		div#content img.center, 
		div#content img.right, 
		div#content img.left{
			border: 1px solid #fc7d00;
			background-color: white;
			}
		div#content img.left, 
		div#content img.left_nb{
			margin: 8px;
		  	margin-left: 0px;
		  	padding: 3px;
			float: left;
		 	}
		div#content img.right,
		div#content img.right_nb{
			margin: 8px;
			margin-right: 0px;
		 	padding: 3px;
		 	float: right;
		  	}
		div#content img.center, 
		div#content img.center_nb{
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			padding: 3px;
			}
		div#content .quotecenter {
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			padding: 10px;
			background-color: #f6f6f6;
			quotes: "\201C" "\201D";
			}
			div#content .quotecenter:before {
				content: open-quote; 
				font-weight: bold;
				}
			div#content .quotecenter:after {
				content: close-quote; 
				font-weight: bold;
				}
		div#content .quoteleft {
			width: 250px;
			float: left;
			margin: 8px;
			margin-left: 0px;
			display: block;
			padding: 10px;
			background-color: #f6f6f6;
			quotes: "\201C" "\201D";
			}
			div#content .quoteleft:before {
				content: open-quote; 
				font-weight: bold;
				}
			div#content .quoteleft:after {
				content: close-quote; 
				font-weight: bold;
				}
		div#content .quoteright {
			width: 250px;
			float: right;
			margin: 8px;
			margin-right: 0px;
			display: block;
			padding: 10px;
			background-color: #f6f6f6;
			quotes: "\201C" "\201D";
			}
			div#content .quoteright:before {
				content: open-quote; 
				font-weight: bold;
				}
			div#content .quoteright:after {
				content: close-quote; 
				font-weight: bold;
				}
		div#content .importantcenter {
			color: white;
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			padding: 10px;
			background-color: #ff1919;
			}
		div#content .importantleft {
			color: white;
			width: 250px;
			float: left;
			margin: 8px;
			margin-left: 0px;
			display: block;
			padding: 10px;
			background-color: #ff1919;
			}
		div#content .importantright {
			color: white;
			width: 250px;
			float: right;
			margin: 8px;
			margin-right: 0px;
			display: block;
			padding: 10px;
			background-color: #ff1919;
			}
		div#content img.content_img{
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			padding: 2px;
			}
div#content p{
	font-family: arial, sans-serif;
   font-weight: normal;
   text-align: justify;
   color:#333333;
	}

/********************************************************
* Left
********************************************************/
div#left{
	float: left;
	position: relative;
	top: -16px;
   margin: 0;
   padding: 0;
   width: 192px;
}

.leftbox {
	padding: 0;
	margin: 0;
	padding-top: 6px;
	width: 192px;
	background: url(../images/bcg_left.png) no-repeat top left;
}

.leftbox .leftcontent {
	width: 183px;
	margin: 0;
	padding: 0;
	margin-right: 3px;
	padding-bottom: 16px;
	border: 0;
	border-right: 3px solid white;
	border-top: 3px solid white;
	background: #e2eeee url(../images/bcg_left_bottom.gif) repeat-x bottom left;;
}

/********************************************************
* Menu
********************************************************/

div#navigation{
	margin: 0;
	float:left;
  }

div#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menu ul li {
	height: 100%;
	background: #fff url(../images/button_default.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menu ul li a {
	color: #fff;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	display: block;
	border: 0 none;
	height: 27px;
	margin: 0;
	padding: 13px 0px 0px 20px;
}

div#menu li a:hover {
}

div#menu ul li ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menu ul li ul li {
	background: #fff url(../images/sbutton_default.jpg) no-repeat;
	border-bottom: solid 1px #cfcfcf;
	padding: 0;
	margin: 0;
	height: 40px;
}

div#menu ul li ul li a {
	color: #e7880a;
	text-decoration: none;
	display: block;
	text-align: left;
}

/********************************************************
* Newsletter
********************************************************/

div#newsletter{
	margin: 0;
	float:left;
}

.news_title{
	height: 29px;
	width: 162px;
	padding:	0;
	margin: 0;
	background: #e2eeee url(../images/bcg_left_tittle.gif) no-repeat;
	text-align: left;
	color: #e7880a;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
}

form.newsletterform {
   margin: 0;
   padding: 0;
   padding-left: 8px;
   padding-top: 3px;
   padding-bottom: 26px;
}

form.newsletterform #newsletter_text {
	float: left;
   margin: 0;
   padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414549;
	border: 1px solid #98cb00;
	width: 106px;
}

form.newsletterform .submit {
	float: left;
   margin: 0;
   padding: 0;
   margin-right: 2px;
   margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e7880a;
	font-weight: bold;
	border: 1px solid #98cb00;
	background-color: #e2eeee;
	width: 82px;
}

form.newsletterform span {
	float: left;
   margin: 0;
   padding: 0;
   padding-left: 2px;
   padding-right: 2px;
   margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e7880a;
	font-weight: bold;
	border: 1px solid #98cb00;
	background-color: #e2eeee;
	width: 50px;
}
/********************************************************
* News
********************************************************/

div#news{
	margin: 0;
	float:left;
  }

div#news ul{
   margin:0;
   padding: 0;
   padding-left: 10px;
   padding-right: 6px;
   padding-top: 5px;
   padding-bottom: 5px;
  }

div#news ul li{
	margin:0;
	padding: 0;
   list-style-type:none;
   border-bottom: 1px solid #c2cece;
   padding-top: 5px;
   padding-bottom: 5px;
  }


div#news h4{
	margin: 0;
	padding: 0;
   font-family: arial, sans-serif;
   font-size:12px;
   font-weight: bold;
   color:#e7880a;
   margin: 0px;
   padding: 0px;
   padding-top: 0px;
	text-align: left;
  }

div#news span{
   display: block;
   text-align: left;
   font-family: arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color:#8dc63f;
   margin: 0;
   padding: 0;
   padding-top: 2px;
   padding-bottom: 2px;
  }

div#news span:before {
  content: "// "
}

div#news p{
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align: justify;
   color:#666666;
   margin: 0px;
   padding: 0px;
   padding-left:0px;
   padding-right:0px;
   padding-top: 2px;
   padding-bottom: 2px;
   line-height:15px;
   letter-spacing:1px;
  }
div#news a{
	font-weight: bold;
	color: #e7880a;
	text-decoration: none;
  }
/********************************************************
* Footer
********************************************************/

div#footer{
	clear:both;
	width:721px;
	background: #333;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #26272b;
	margin: 0;
	padding: 0;
	margin-right: 6px;
  }

div#footer p{
	font-size: 11px;
	text-align: right;
	color: #adaeb0;
	margin:0;
	padding:0;
	padding-right: 5px;
  }

div#licence{
	text-align: left;
}
div#licence{
	text-align: left;
	line-height: 15px;
	width:721px;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 8px;
  border-top: 1px solid #969799;
	color: #555555;
}
div#licence a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
div#licence a:hover {
	text-decoration: underline;
	font-weight: bold;
}
div#licence a img {
	float: left;
	border-width: 0;
	margin-right: 4px;
}
div#browser{
	float: right;
	text-align: right;
  margin: 0;
  margin-right: 6px;
  padding: 0;
}
div#browser img{
	border: 0;
   margin: 0;
   padding: 0;
   padding-right: 5px;
}
/********************************************************
* sendmail
********************************************************/
div#sendmail_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000000;
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 999;
	}
div#sendmail {
	display: none;
	position: absolute;
	top: 210px;
	left: 103px;
	width: 600px;
	height: 360px;
	background-color: #434343;
	color: #ffffff;
	border: 2px solid #ffffff;
	z-index: 1000;
	padding: 0;
	}
	div#sendmail a {
		color: #666666;
		}		
		div#sendmail a:hover {
			color: #000000;
			}
	span#showemail {
			display: block;
			margin: 0;
			padding: 0;
			padding-top: 6px;
		}
	#sendmailheader {
		width: 600px;
		height:27px;
		margin: 0 0 6px 0;
		background-color:#e8e8e8;
		font: 12px Arial, Helvetica, sans-serif;
		color: #333333;
		border: none;
		}
		#sendmailtitle{
			float:left;
			padding:7px 0 5px 10px;
			margin-bottom:1px;
			}
		#sendmailclose {
			padding:5px 10px 7px 0;
			margin-bottom:1px;
			text-align:right;
			float:right;
			}
	
a, 
span.email {
	color: #79b30b;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
