@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(img/back.jpg);
	}
	
p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	line-height:24px;
	padding:0 20px 20px 20px;
	}
	
a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#09C;
	}
a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	}

	
#wrapper{
	margin:0 auto;
	width:1034px;
	height:755px;
	margin-top:50px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	
	}
	
#header {
	width:1034px;
	height:250px;
	background-image:url(img/header_tavasz.jpg);
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	}
	
#content {
	width:1034px;
	height:377px;
	background-color:#fff;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	
	}

.egy {
	margin-top:30px;
	width:345px;
	height:350px;
	float:left;
	border-right:dotted 1px
	}

.img1 {margin-left:20px;float:left;}
.img2 {margin-left:23px; float:left;}
	
.ketto {
	margin-top:30px;
	width:344px;
	height:350px;
	float:left;
	border-right:dotted 1px
	}
	
.img3 {margin-left:20px;float:left;}
.img4 {margin-left:23px; float:left;}

.harom {
	margin-top:30px;
	width:343px;
	height:300px;
	float:left;
	}
	
.img5 {margin-left:20px;float:left;}
.img6 {margin-left:23px; float:left;}

#footer {
	width:1034px;
	height:128px;
	background-image:url(img/footer.jpg);
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	}