/*Compass Design layout.css CSS file*/
body {
	text-align:center;
	margin:0;
	padding:0;
	background-color: #111111;
	background-image: url(../images/hatter.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}




div {
font-size: 12px;
}
#clr
 {
	clear: both;
}
.clr
 {
	clear: both;
}
#wrap {
	width:910px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	
}
div#res {
	width: 10px;
	height: 10px;
	float: left;
	display: block;
}
div#resfine {
	width: 50px;
	height: 10px;
	float: left;
	display: block;
}

#nyelv {
	width:890px;
	text-align:center;
	font-weight: bold;
	height: 20px;
	
}


#leiras {
	width:910px;
	text-align:left;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	display: block;
	
	
}



div#lajos_tart {
	text-align:center;
	background-repeat: repeat-x;
	width: 290px;
	height: 50px;
	display: block;
	float: left;
	background-color: #272727;
	padding-top: 5px;
	background-image: url(../images/hatter_tartalom.gif);
	background-position: bottom right;
}

div#fineart_tart {
	text-align:center;
	background-repeat: repeat-x;
	width: 290px;
	height: 50px;
	display: block;
	float: left;
	background-color: #272727;
	padding-top: 5px;
	background-image: url(../images/hatter_tartalom.gif);
	background-position: bottom right;
}

div#laszlo_tart {
	text-align:center;
	background-repeat: repeat-x;
	width: 290px;
	height: 50px;
	display: block;
	float: left;
	background-color: #272727;
	padding-top: 5px;
	background-image: url(../images/hatter_tartalom.gif);
	background-position: bottom right;
}

/*Fineart stilus*/

#fineart {
	text-align:center;
	width: 290px;
	height: 465px;
	float: left;
 }

.fineart {
	text-align:center;
	background-repeat: no-repeat;
	background-image: url(../images/fineart_b_nobg.gif);
	width: 290px;
	height: 465px;
	display: block;
	
}

a.fineart:link, a.fineart:visited{
	text-align:center;
/*	cursor: crosshair;*/
	background-repeat: no-repeat;
	width: 290px;
	height: 465px;																		
	display: block;
	background-image: url(../images/fineart_b_nobg.gif);
	float: left;
	background-position: center top;
}

a.fineart:hover{
	text-align:center;
/*	cursor: crosshair;*/
	background-repeat: no-repeat;
	width: 290px;
	height: 465px;																		
	display: block;
		/* offline background-image: url(../images/fineart_f_nobg.gif);*/
	background-image: url(../images/fineart_f_nobg.gif);
	float: left;
	background-position: center top;
}

/*Fineart stilus vege*/

/*Filep Lajos stilus*/

#lajos {
	text-align:center;
	width: 290px;
	height: 465px;
	float: left;
 }

.lajos {
	text-align:center;
	background-repeat: no-repeat;
	background-image: url(../images/lajos_b_de_nobg.gif);
	width: 290px;
	height: 465px;
	display: block;
}

a.lajos:link, a.lajos:visited{
	text-align:center;
/*	cursor: crosshair;*/
	background-repeat: no-repeat;
	width: 290px;
	height: 465px;																		
	display: block;
	background-image: url(../images/lajos_b_de_nobg.gif);
	float: left;	
}

a.lajos:hover{
	text-align:center;
/*	cursor: crosshair;*/
	background-repeat: no-repeat;
	width: 290px;
	height: 465px;																		
	display: block;
	background-image: url(../images/lajos_f_de_nobg.gif);
	float: left;	
}

/*Filep Lajos vege*/

/*Filep Laszlo stilus*/

#laszlo {
	text-align:center;
	width: 290px;
	height: 465px;
	display: block;
	float: left;

}

.laszlo {
	text-align:center;
	background-repeat: no-repeat;
	background-image: url(../images/laszlo_b_de_nobg.gif);
	width: 290px;
	height: 465px;
	display: block;

}


a.laszlo:link, a.laszlo:visited{
	text-align:center;
/*	cursor: crosshair;*/
	background-repeat: no-repeat;
	width: 290px;
	height: 465px;																		
	display: block;
	background-image: url(../images/laszlo_b_de_nobg.gif);
	float: left;	
}

a.laszlo:hover{
	text-align:center;
/*	cursor: crosshair;*/
	background-repeat: no-repeat;
	width: 290px;
	height: 465px;																		
	display: block;
	background-image: url(../images/laszlo_f_de_nobg.gif);
	float: left;	
}

/*Filep Laszlo stilus vege*/

/*Compass Design Customize.css file */

* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}
li,dd {
margin-left:1em;
}

a:link, a:visited  {
	color            : #FFFFFF;
	text-decoration  : none;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a:hover {
  color            : #CCCCCC;
  text-decoration  : none;
  text-decoration  : underline;
}

