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

/* --------------------------Main------------------------------ */
body
{
	color:#000000;
	background-color:#b1936f;
	font-family: Arial;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-image:url(pictures/background.jpg);
	background-repeat:repeat-x;
}

#center
{
	margin:0 auto;
	width:960px;
	overflow:hidden;
}

#header
{
	
	width:960px; 
	height:297px;
	overflow:hidden;
}

#header2
{
	background-image:url(pictures/header2.jpg);
	background-repeat:no-repeat;
	width:960px; 
	height:297px;
	overflow:hidden;
}

#menu
{
	background-image:url(pictures/menu_back.jpg);
	background-repeat:repeat-x;
	width:960px; 
	height:28px;
	overflow:hidden;
	padding-top:12px;
}

#content
{
	background-color:#FFF;
	width:930px;
	height:auto;
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	padding-top:50px;
	padding-bottom:25px;
}

#footer
{
	background-image:url(pictures/footer.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:25px;
	overflow:hidden;
	font-size:11px;
	color:#000000;
	padding-top:7px;
}

.submenu
{
	 background-color:#85b45e; 
	 width:120px; 
	 height:auto; 
	 padding:5px; 
	 border-style:solid; 
	 border-width:1px; 
	 border-color:#ffffff;
	 font-size:11px;
}

.submenu ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.submenu li
{
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#caedad;
	padding-bottom:5px;
	padding-top:5px;
}

.gyermek_keretek
{
	float:left; 
	margin-right:25px; 
	margin-bottom:25px;
	width:150px; 
	text-align:center;
	height:150px; 
	overflow:hidden;
}

img
{
	border:none;
}

a, a:visited, a:active
{
	color:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

h1
{
	font-size:18px;
	color:#5e952e;
	padding-bottom:10px;
	margin:0px;
}

h2
{
	font-size:16px;
	color:#5e952e;
	padding-bottom:5px;
	margin:0px;
	font-weight:normal;
}