@charset "utf-8";
/* CSS Document */


body {
	background: #5b7ba4 url(images/bg.gif) repeat-x;
	margin:0px;
	font: normal 12px tahoma;
	color:#3d4c63;
}


img{
	border: 0px;
}

p{
	margin: 0px;
	margin-bottom: 20px;
}

img.keretes{
	border: 2px solid #c5ddf4;
}

a{
	color: #3d4c63;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*-----------------------------------------konténerek------------------------------------------*/

#page{
	width: 980px;
	margin: 0 auto;
}


#top{
	width: 960px;
	height: 62px;
	padding: 0px 10px 0px 10px;
	background: url(images/head/top.gif) no-repeat;	
}


#content{
	width: 980px;
	background: url(images/content/bg.gif) repeat-y;
}

#subcontent{
	width: 920px;
	padding: 0px 30px 40px 30px;
	background: url(images/content/subbg.jpg) no-repeat;
}


#foot{
	width: 920px;
	height: 57px;	
	padding: 25px 30px 0px 30px;
	background: url(images/foot/bg.gif) no-repeat;	
	font-size: 11px;
	color: #d1dbe6;
}
#foot a{
	color: #ffffff;
	text-decoration: none;
}

div.whitebox{
	background: #ffffff;
	padding: 20px;
}
/*-----------------------------------------konténerek------------------------------------------*/





/*-----------------------------------------h------------------------------------------*/

h1{
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

/*-----------------------------------------h------------------------------------------*/