* {
    padding: 0;
    margin: 0;
} 

body{
	padding: 0 20px;
	background: #fff url("../images/bg.jpg") repeat-y center;
	/*color: #436644;*/
	font: 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0px;
	line-height: 17px;
}

a  {
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrap {
	width: 1000px;
	margin: 0px auto;
	background: url("../images/bg_w.jpg") repeat-y center;
}

img { border: none; }
/*a { color: #436644; }
a:hover { text-decoration: none; color : #999; } */
h3 { border-bottom: 1px dotted #aaa; padding-bottom: 4px; margin: 5px 0 7px 0; font: 22px Calibri; font-weight: bold; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }

h1 {
	font: 200% Calibri;
	padding-bottom: 20px;
}

h2 { 
	padding: 0px 20px 0px 20px;
	text-align:left;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Verdana, Arial;
}

#menu {
	float: left;
	font: 18px Calibri, Verdana, sans-serif;
	color: white;
	width: 270px;
	line-height: 60px;
	margin: 0px 0px 0px 30px;
	background: #009970;
}

#menu a {
	padding: 0px 10px 0px 40px;
	display: block;
	width: 220px;
	text-decoration:none;
	color: white;
	background: url("../images/bullet2.gif") no-repeat;
	background-position: 0px 10px 0px 0px;
	/*color: #436644;*/
}

#menu a.almenu  {
	padding: 0px 10px 0px 60px;
	display: block;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-decoration:none;
	background: url("../images/bullet3.gif") no-repeat;
	background-position: 35px;
	color: white;
}

#menu a.almenu:hover {
	text-decoration:underline;
	width: 200px;
	background: #00664b url("../images/bullet3.gif") no-repeat;
	background-position: 35px;
	/*background: url("../images/menuover.jpg") repeat-x;*/
}

#menu a:hover {
	text-decoration:underline;
	width: 220px;
	background: #00664b url("../images/bullet1.gif") no-repeat;
	/*background: url("../images/menuover.jpg") repeat-x;*/
}

#content {
	float: right;
	width: 630px;
	padding: 20px;
	margin: 0px 30px 0px 0px;
	background: #f2f2f2;
}

#footer {
	font-size: 12px;
	/* color: #436644;*/ 
	color: white;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin: 0 30px 0 30px;
	background: #fff url("../images/bg_f.jpg") repeat-x center;
	/* background: yellow; 
	border-top: 1px solid #436644;*/ 
}

#footer a { 
	/* color: #436644;*/ 
	color: white;
	text-decoration: none;
}
#footer a:hover {
	/* color: #86cc88;*/ 
	color: white; 
	text-decoration: underline; 
}

.thumbs img{
	border: solid 5px white;
	padding: 0px;
/*	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;*/
	margin: 10px;
}

.thumbs:hover img{
/*	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;	*/
	margin: 10px;
}

.kepa {
	padding: 0px 40px 0px 40px;
	float: left;
}

.kepf {
	padding: 0px;
	float: left;
}

p.szoveg{
    margin: 20px;
    font-size: 90%;
    text-align: justify;
    line-height: 1.5em;
}

p.szoveg-altalanos{
    margin: 20px;
    font-size: 90%;
    text-align: justify;
    line-height: 1.8em;
}

p.dev {
	padding: 20px;
	color: red;
	border: solid 1px red;
	margin: 30px 30px 30px 30px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

p.figyelem {
	background: #ff2626; 
	color: white;
	font-weight: bold; 
	display: block; 
	text-decoration: none; 
	font-size: 12px;
	border: 1px dotted;
	padding: 5px;
	margin: 0px 20px 0px 20px;
}

p.kiemelt {
	color: red;
	font: 20px 'Verdana';
	font-weight: bold;
	text-align: center;
}

p.alairas {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

ul.felsorolas {
	padding: 0px 20px 0px 20px;
	font-size: 90%;
	margin: 10px 20px 20px 20px;
	line-height: 150%;
}
