@charset "utf-8";

body {
	background-color: #efecca;
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-top: 0px;
}
.felsorolas {
	list-style-type: disc;
	padding-left: 25px;
}
.img {
	float: right;
	position: relative;
}
/* CSS Document */

h1 {
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
}


h2 {
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
	}

p {
	width: 300px;
	text-indent: 10px;
	padding-left: 10px;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#wrapper #header img {
	position: relative;
	top: 60px;
	left: 100px;
}
#wrapper #header #head_logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #right ul {
	list-style-type: none;
	padding-left: 20px;
}
#wrapper #right a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #right a:hover {
	color: #FFFFFF;
}
#wrapper #right #blog {
	background-color: #7D8A2E;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}




#main {
	width: 600px;
	margin-left:180px;
	margin-right:200px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
}



#wrapper #header {
	background-image: url(images/header_bg.jpg);
	width: 1000px;
	height: 321px;
	position: relative;
}

#wrapper #menu {
	width: 180px;
	float: left;
}
#wrapper #menu ul {
	font-style: normal;
	text-decoration: none;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #menu li {
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#wrapper #menu li a {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #72830d;
	height: 25px;
	display: block;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#wrapper #menu li a:hover {
	background:url(images/button_bg.jpg);
	background-repeat:repeat-x;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #fff;
	display: block;
	height: 25px;
}

#wrapper #right {
	width:150px;
	float: right;
	margin-right: 20px;
	margin-top: 45px;
}



#wrapper #footer {
	background-image: url(images/footer-gradient.jpg);
	background-repeat: repeat-x;
	height: 135px;
	clear: both;
}

/*IE6 PNG tamogatas*/
img, #logo { behavior: url(iepngfix/iepngfix.htc); }

a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

