/* CSS Document */
body
{	font-family:Arial Narrow; font-size:16px; /*alapértelmezett betű típus, szín, méret beállítása */
	margin:0 0 0 0; padding: 0 0 0 0; 
	background:#888888;
	text-align: center; /* Az összes elem középre */ 
	color:#666666;
		
  height:100%;; 


}  

.menu_egysor li
{	list-style-type:none;
	display: inline; 
}

#keret
{	position:relative;
	background : #cccccc;
	width:1000px;
	top:0px;

	/*height:100%;*/
}
#belepes
{	position:absolute;
	background : #CC6600;
	width:150px;
	top:0px;	
	right:0px;
	/*height:100%;*/
}


#balsav
{	background : #CC6600;
	width: 200px;
	position:absolute;
	top: 127px;
	left: 0px;
	text-align:left;
	background-color: #CC6600;
	height: 850px;
}

#kozepsosav
{	position:absolute;
	left: 200px;
	top: 127px;
	width:600px;
	background: #cccccc;
		height: 850px;	
}

#jobbsav
{
	background : #CC6600;
	width: 200px;
	position:absolute;
	top: 127px;
	right: 0px;
	height: 850px;

}

.menu_cim
{	font-size:20px;
	color: #CC6600;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
}

#doboz
{	background: #990000; /*bordó*/
	position:relative;
	left:0px; 
	width:100%;
	height:35px;
	top:0px;
}
	
.ikon
{	width:50px;
	height:50px;
}
	
.menu_elem
{	font-size:16px;
	color: #cccccc;
	text-indent:-20px;
}

.menu_elem li
{	list-style-type:none;	
}

.kis_szoveg
{	font-size:10px;
	color: #990000;
	text-align:center;
}

.szoveg
{	font-size:14px;
	color: #990000;
}

.dobozszoveg_nagy
{	font-size:16px;
	color: #666666;
}
.dobozszoveg
{	font-size:14px;
	color: #666666;
}

.dobozszoveg_kicsi
{	font-size:12px;
	color: #666666;
}

.dobozszoveg_kicsi_dolt
{	font-size:12px;
	color: #cccccc;
	font-style:italic;
}

.bordo
{	color: #990000;
}


.szoveg p
{	text-align:center;
}

#ajanlat
{	position: relative;
	background: #bbbbbb;
	color:#ffffff;
	border-style :solid;
	border-color:black;
	border-width: 1px;
	width:580px;
	height: auto;
	left: 0px;
	top: 11px;
	text-align:left;
}

#lista
{	position: absolute;
	background: #cccccc;
	float:left;
	width:580px;
	left: 10px;
	top: 10px;
	text-align:left;
	text-indent:0px;
	height:100%;
}

#belso
{
	position: absolute;
	background: #cccccc;
	float:left;
	width:600px;
	left: 0px;
	top: 0px;
	text-align:left;
	text-indent:0px;
	background-color: #cccccc;

/*	height: 668px;*/

}

#lablec
{	background: yellow;
	left:0px;
	text-align:left;
	float:left;
}

.verticalalign
{	position: absolute;
	bottom: 0px;
	height: 20px;
}
	
#fenykepdoboz
{ 	position: relative;
	float:left;
	left: 20px;
	width:150px;
	top: 0px;
	margin:0px;
	padding: 0px;
}

#tartalomdoboz
{	position: relative;
	float:left;
	width:400px;
	left: 20px;
	right: 20px;
	top: -5px;
	text-align:left;
	text-indent:0px;
}

#ajanlat_szoveg
{ 	position: absolute;
	left: 410px;
	top:0px;
	width:170px;
	text-align:left;
	font-size:10px;
}

.ajanlati_kepmeret
{	width: 400px;
	height: auto;
}

a:link{
font-family : "arial narrow";
FONT-SIZE: 16px; COLOR: #cccccc; text-decoration: none;
}

a:visited{
   font-family : "arial narrow";
FONT-SIZE: 16px; COLOR: #cccccc; text-decoration: none;
}

a:hover{
   font-family : "arial narrow";
   /*font-weight : "bold";*/
FONT-SIZE: 16px; COLOR: #990000; text-decoration: none;
}

a:active{
   font-family : "arial narrow";
FONT-SIZE: 16px; FONT-WEIGHT: normal; COLOR: #cccccc; text-decoration: none;
}

