@charset "utf-8";
/* CSS Document */

body { background:#000;
	}

	
a{
	color:#CCCCCC;
	text-decoration:none;

	}
	
a:hover{
	color:#FFF;
	text-decoration:none;
	}
#tarto {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	position: relative;
	}
	
.teteje{
	background-image:url(images/teteje.png);
	height:12px;
	}
	
.alja{
	background-image:url(images/alja.png);
	height:12px;
	}
	
#fejlec {
		height:100px;
		background-color:#333333;}
		
#tartalom{
	background-color:rgb(51,51,51);
	padding:20px 40px 20px 40px;
	text-align:justify;
	}
	
#oszlopok{
	width:792px;
	height:170px;
	background-color:#333333;
	padding-left:28px;
	
	}
	
#oszlopok li{
		list-style-type:square;
		}
		
#oszlopok img{
	margin-left:20px;}
	
#o1{
	float:left;
	width:160px;
	background-color:#333333;
	}
	
#o2{
	float:left;
	width:160px;
	background-color:#333333;
	text-align:justify;
	}
	

	

#o3{
	float:left;
	width:160px;
	background-color:#333333;
	}
	

#o4{
	float:left;
	width:160px;
	background-color:#333333;
	
	
	}
	
.vonal{
	float:left;
	margin-right:18px;
	}
	
#tovabb{
	text-align:right;
	}
	
#lablecszoveg{
	background-color:#333;
	color:#000;
	padding-right:15px;
	text-align:right;
	font-size:11px;
	
	}