body {
	font-family:Verdana,Arial,Helvetica, sans-serif;
	background: #000000;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-image:url(images/bg.gif);
	background-repeat:repeat-y;*/
	background-position:center;
	
	background-image:url(images/hatter.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-image:url(images/lablecdesign.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:230px;
	border-left:1px solid #494948;
	border-right:1px solid #494948;
}

.text{color:#CCC;padding:0px 20px 0px 20px;
}

.text h1{
	font-size:18px;
	color: #F03;
	border-bottom:1px solid #990000;
	padding-bottom:3px;}
	
.text h2{
	font-size:16px;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-top:2em;}
	
.text h3{
	font-size:14px;
	}
	
.text A{color:#FFF;}
	
.premium{
	float:right;
	width:340px;
	padding-left:10px;
	margin-left:10px;
	margin-bottom:100px;
	border-left:1px dotted #990000;}
	
.vagyonvedelem td{vertical-align:top;
padding-right:6px;
padding-top:6px;
padding-bottom:16px;}	

.vagyonvedelem td img{
	border:2px solid #990000;}	

.vagyonvedelem td.cell_title{
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid red;
	padding-top:0px;
	padding-bottom:0px;
}
	
.premium table td{
	padding-bottom:10px;
	vertical-align:top;}
	
.premium img{border:2px solid #990000;
margin-right:10px;float:none;}

.text img{float:left;
margin-right:10px;
margin-bottom:7px;
border:1px solid white;}

.text img.rimage{float:right;
margin-left:10px;
margin-bottom:7px;
border:1px solid white;}

.kiemelt_box{padding:6px;
    background-color:#999;
    border:2px solid #C00;
    color:black;}
	
li{margin-bottom:10px;}

input, textarea{
	background-color:black;
	border:1px solid #990000;
	height:18px;
	margin-bottom:5px;
	margin-top:2px;
	width:200px;
	color:white;}
	
input.ajanlatker{
	background-color:#990000;}
	
textarea{ width:200px;
height:100px;}
	
.footer{
	border-top:1px solid #990000;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
	color:#ccc;border-left:1px solid #494948;
	border-right:1px solid #494948;
	border-bottom:1px solid #494948;}