body{
  font: 12px Verdana;
  margin: auto;
  color: #666666;
/*  background: url(http://www.infocentrum.hu/images/giraffe.gif) no-repeat left center; */
  background-color: #eee;
}
#medium_font{
  font-size: 12px;
  line-height: 135%;
  }
#small_font{
  font-size: 10px;
}
a{
	color: #666;
}
h2{
  font-size: 18px;
}

h3{
  font-size: 15px;
  background-color: #eee;
  padding: 2px;
}
hr {
  background-color:#E0E0E0;
  color: #E0E0E0;
  height: 1px;
  border: none;
  width: 80%;
}
#pagecontainer{
	width: 900px;
	margin: auto;
	background-color: white;
	/* border: 1px solid red; */
}
#header{
	height: 105px;
	background: url(images/header_bg.png) repeat-x;
}
#sitename{
	padding: 20px 0 0 15px;
}
#sitemenu{
	margin-top: 69px;
  padding-right: 15px;
  text-align: right;
}
#page{
  background: url(images/content_bg.png) repeat-x;
  padding-top: 30px;
}
#footer{
	padding-top: 8px;
	padding-left: 15px;
	height: 28px;
  background: url(images/footer_bg.png) repeat-x;
  margin-bottom: 10px;
  text-align: left;
}
#sidebar-left{
	margin-left: 15px;
	width: 210px;
	padding-right: 20px;
}
#content{
	width: 620px;
	padding: 0 15px 0 20px;
}
#content-fullwidth{
  width: 860px;
  padding: 0 15px 0 20px;
}
.primary-links{
	float: right;
}
.primary-links li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.primary-links li a{
	display:block;
	font-size: small;
	font-weight:bold;
	line-height:14px;
	margin:0 0px;
	padding:7px 2px 14px;
	text-decoration:none;
	color: #ffba3b;
}
.primary-links li .active {
	background-image:url(images/menu_active.png);
	background-position:center bottom;
	background-repeat:repeat-x;
}
.primary-links li a:hover{
	background-image:url(images/menu_hover.png);
	background-position:center bottom;
	background-repeat:repeat-x;
}
.title{
  color: #ffa40b;
  font-weight: normal;
  border-bottom: 1px solid #ffa40b;
  font-size: 24px;
}
.block h2{
	color: #777777;
  font-weight: normal;
}
blockquote{
	margin: 0px;
	background-image: url(images/bq_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #EEEEEE;
  padding: 5px 35px 5px 5px;
}
div #content p{
 line-height: 125%;
}
div #content a{
	color: #ffa40b;
	text-decoration: none;
	/* border-bottom: 1px solid #aaaaaa; */
}
div #content a:hover {
  background-color: #eee;
}
div #kiemelt {
  line-height: 135%;
  background-color: #eee;
  padding: 10px;
  }

div #kiemelt1, #kiemelt2 {
  background-color: #fcfcfc;
  padding: 5px;
  margin: 2px;
  }

div #kiemelt2 {
  background-color: #f8f8f8;
  }


#kiemelt1:hover, #kiemelt2:hover {
  background: #eee;
}

.block {
	background: #fafafa;
	border: 1px solid #eee;
  margin-bottom: 15px;
  font-weight: normal;
}
#header-blocks .block {
    border: 0px;
    margin: 0px;
}
.block p, li{
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}	

.block h2{
	color: #777777;
	margin: 0px;
    padding: 3px;
  background-color: #f4f4f4;
  font-weight: normal;
}

.block li{
  list-style-type: square;
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
.form-textarea {
  font: 11px Verdana;
background: #fefefe;
color: #555;
  line-height: 125%;
}
.help-note{
    border: 1px solid #666;
    background-color: #fff6d8;
    padding: 5px;
    margin: 0 50px auto;
}
.help-image{
    margin-top: 5px;
}
div.help-code{
    border: 1px solid #666;
    padding: 3px;
}