body{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
}
.kepkeret{
	margin: 10px 10px 5px 0;
	padding:5px;
	border: solid 1px #DDD;
	background-color: #F3F3F3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*Slide show*/
#slideshow {
	margin: auto;
	margin-bottom: 8px;
    position:relative;
    height:464px;
    width: 784px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*Slide show end*/
.menu{
	background-image: url('../pics/menubg.png');
	background-repeat: repeat-y;
	height: 58px;
	width: 922px;
	margin: auto;
	text-align: center;
	font-family: arial;
	font-size: 19px;
}
.menu b{
	color: #555555;
	background-color: white;
	font-weight: normal;
	padding-left: 10px;
	display: inline-block;
	line-height: 58px;
	padding-right: 10px;
}
.menu a{
	color: white;
	display: inline-block;
	line-height: 58px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.menu a:hover{
	color: #555555;
	background-color: white;
	display: inline-block;
	line-height: 58px;
	text-decoration: none;
}
.menu img{
	background-color: transparent;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.footer{
	background-image: url('../pics/footerbg.png');
	background-repeat: repeat-y;
	height: 22px;
	width: 922px;
	margin: auto;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: white;
	line-height: 22px;
}
.footer a{
	color: white;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.alaptartalom{
	position: relative;
	width: 784px;
	height: 105px;
	margin: auto;
	padding: 9px 0px 9px 0px;
}
.rendido{
	position: absolute;
	left: 0px;
	width: 170px;
	padding-left: 15px;
	border-right: 2px solid #a7a7a7;
	font-family: arial;
	font-size: 14px;
	color: #2a2929;
}
.rendido b{
	font-weight: bold;
	font-size: 21px;
}
.palyazat{
	position: absolute;
	left: 187px;
	padding-left: 323px;
	width: 274px;
	padding-top: 20px;
	height: 85px;
	background-image: url('../pics/ujmagyar.jpg');
	background-repeat: no-repeat;
	background-position: left;
	font-family: arial;
	font-size: 14px;
	color: #2a2929;
}
.palyazat a{
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: right;
	color: #2a2929;
	text-decoration: none;
}
.palyazat a:hover{
	text-decoration: underline;
}
.content{
	background-image: url('../pics/tartbg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 784px;
	min-height: 355px;
	padding-top: 115px;
	margin: auto;
}