*{
	padding:0;
	margin:0;
	outline:none;
}


body{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	background-color:#8f0250;
	background-image:url(../images/bg_belepo.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

a{
	text-decoration:none;
}

a img{
	border:none;
	}



/* PAGE */

#page{
	width:744px;
	height:527px;
	margin:0 auto;
	background-image:url(../images/belepo_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
#belepo_box{
	padding-top:490px;
	width:100%;
	margin-left:50px;
	}
				
	.ok{
		background-image:url(../images/ok.jpg);
		width:27px;
		height:27px;
		background-position:left top;
		background-repeat:no-repeat;
		float:left;
		margin-right:10px;
		font-size:18px;
		font-weight:bold;
		}

	.link_ok,
	.link_nem_ok{
		float:left;
		height:27px;
		width:210px;
		}
				
		.link_ok a{
			color:#333333;
			}		
		
		.link_ok a:hover{
			color:#339F27;
			}		
	.nem_ok{
		background-image:url(../images/nem_ok.jpg);
		width:27px;
		height:27px;
		background-position:left top;
		background-repeat:no-repeat;
		float:left;
		margin-right:10px;
		font-weight:bold;
		}
		.link_nem_ok a{
			color:#333333;
			}		
		.link_nem_ok a:hover{
			color:#CF0003;
			}		

/* QS link */	
	#qs_link{
		color:#480002;
		font-size:11px;
		text-align:center;
		padding-top:5px;
	}
	#qs_link a{
		color:#480002;
	}
	#qs_link a:hover{
		color:#CCC;
	}
/* egyeb */
.clear{
	clear:both;
