body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body{
	color:#555555;
	font-size:13px;
/*	background: #333333 url(logo.png) top center repeat-y; ezt inkabb beszurjuk*/
	background: #333333;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

h3{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px

}

#stuck{
	color:#555555;
	font-size:13px;
/*	background: #333333 url(logo.png) top center repeat-y; ezt inkabb beszurjuk*/
	background: #333333;
	font-family:Arial, Helvetica, sans-serif;
	width: 60%;
	margin:2px auto;
}

.unstuck{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#00bbff;	
	margin-top:-40px; /* elso menu a logo-tol horizontalisan, CSAK ATTETSZO KEPHEZ! IE nem tamogatja! */
	background:#FFFFDD;
	border:1px solid #E0E0E0;
	padding:10px;
	
	/* Rounded corners */
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;

}


#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:770px;
	/* Centering it in the middle of the page */
	margin:2px auto;
}

.container{
	margin-top:20px;
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:10px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.kismenu{
	margin-top:-20px; /* elso menu a logo-tol horizontalisan, CSAK ATTETSZO KEPHEZ! IE nem tamogatja! */
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:10px;
	
	/* Rounded corners */
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

.hirek{
	margin-top:20px;
	
	background:#FFFFFF;
	border:3px solid #E0E0E0;
	padding:11px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}


.err{
	color:red;
}

.success{
	color:#00CC00;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.footer{
	margin-top: 30px;
	text-align:center;
	font-size:9px;
	border:3px solid #333333;
	padding:11px;
}