@charset "utf-8";
/* (c) resist.hu 2008 */
body {
	background: #ffffff;
	background-color: #ffffff;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px; }

#wrap {
	width: 800px;
    left: 50%;
    border: 0;
    margin-left: -475px;   /* nyomorúságos IE */
	margin: 10px auto;
	text-align: left; }
	
#content {
	float: left;
	margin: 0;
	width: 660px; }
	
#ad {
	float:left; width: 130px; margin-top:150px}
	

#prefooter {
	width: 100%;
	clear: left;
	height: 50px;
	border-bottom: 1px dotted #ccc; }	
	
#footer {
	width: 100%;
	clear: left;
	font-size: 10px;}
	
#footerlogo {
	height: 62px;
	width: 125px;
	float: left;
	background-image: url(http://resist.hu/lib/resist.png);
	background-position: top left;
	background-repeat:no-repeat; }
	
#footertext {
	height: 62px;
	margin-left: 125px;
	padding: 10px; } 
		
a {
	color: #0066cc;
	text-decoration:underline;}
	
a:hover {
	color: #fff;
	background-color: #0066cc;
	text-decoration:none;}
	
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0066cc; }

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555; }
	
h3 {
	font-size: 14px;
	color: #ccc; }

	
.pici {
	font-size:9px; color: #aaa;}
	
	
.maininput {
	width: 150px;
	color:#333;
	background-color: #fff; 
	border: 1px solid #333;
	padding: 2px;}
	
.maininput_red {
	width: 150px;
	color: #800000;
	background-color: #fff; 
	border: 1px solid #800000;
	padding: 2px;}
	
#mehet{ 
		clear:both;
		border: 0;
		width:125px;
		height:31px;
		background:#666666 url(button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		cursor: pointer; }

