.innerleft{
    float:left;
    width: 250px;
}
.innerleft2{
    float:left;
    width: 280px;
   
}

.innerleft3{
    float:left;
    width: 700px;
   
}

.media{
    float:right;
    margin-left: 5px;
    margin-bottom:5px;
   
    z-index:-1;
}

.innerright{
    float:left;
    width: 200px;
   
}

.innerright2{
    float:left;
   
    width: 280px;
}

.innerright3{
    float:left; 
    margin-left: 10px;  
    width: 280px;
}



span.cim{
    float:left;
    display: block;
    width: 50px;
    font-weight: bold;
}
span.cim2{
    
    display: block;
    
    font-weight: bold;
}

span.value{
    display: block;
    width: 230px;
    float:left;
    
}

#gmap{
    width: 280px;
    margin-top:5px;
    height: 150px;
}
form.kapcsolat{
    
    margin-left: 10px;
    width: 235px;
    float:left;
}
form.kapcsolat .input{
    background: #e1896a;
    width: 230px;
    margin-bottom:5px;
    height: 24px;
    
    border: 1px solid #e1896a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


form.kapcsolat #captcha{
    margin-top:3px;
    width: 100px;
    display: block;
    float:left;
}

form.kapcsolat .captcha{
    margin-top:3px;
    background: #e1896a;
    width: 130px;
    margin-bottom:5px;
    height: 24px;
    
    border: 1px solid #e1896a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.kapcsolat .textarea{
    background: #e1896a;
    height: 100px;
    width: 230px;
    border: 1px solid #e1896a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


form.kapcsolat .submit{
	font-weight: bold;
	display: block;
	width: 102px;
	height: 24px;
	background-color: #000000;
	border: 1px solid black;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	margin-right: 3px;
	color: #fff;
	margin-left:0px;

	
}
p.error{
    margin-left: 10px;
    margin-bottom:3px;
    color: #fff;
}

span.halvany{
    color: #b79e76;
}
.bordered{
    border-bottom: 1px solid #c2a87e;
}

.popupholder{
	width: 100%;
	height: 100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99999999;
    display: none;
}

.popupholder2{
	width: 100%;
	height: 100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99999999;
    display: none;
}

.popup{

	position:absolute;
	left:0;
	top:-30px;
	width: 474px;

	background-color: transparent;

	padding: 20px;

}

td.ar{
    
}

.tabless td{
    height: 20px;
}


.tabless tbody {
    height:311px;
    overflow-x:hidden;
    overflow-y:auto;
}