/* main design piec
es */

body
{		
	background-image : url('../pictures/bg.png');
	background-repeat: repeat-x;
	
	background-color : #999999;
	
	color : #666666;
	
	font-family : arial, verdana, helvetica, sans-serif;

	font-size : 13px;
	
	line-height: 16px;
	
	padding : 0px;
	
	margin : auto auto;

	width : 900px;
	
	height : 100%;	
	
}

div.clearSpace
{

//	background-color:#F4EBCF;
	clear : both;
	font-size : 0px;
	margin : 0px;
	padding : 0px;
}

h2,h3,h4,h5, img, ul, li, p {
    margin:0px;
	padding:0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}


/* head design */

div#header_box
{	
	background-image : url('../pictures/bg_main.png');
	background-repeat: repeat-y;
	background-position : center top;
	
	clear : both; 

	width : 900px;
	
	height: 206px;

}


ul#head_menu
{	
	background-image : url('../pictures/bg_menu.png');
	background-repeat: no-repeat;
	background-position : center center;
	
	height : 46px;
	width: 740px;
	
	text-align: center;
	
	padding: 0 80px 0 80px


}

ul#head_menu li
{
	list-style-type: none;
	text-align:center;
	
	float: left;
	
	color: #FFFFFF;
	
	margin: 0 25px 0 25px;
	
	height: 40px;
}

ul#head_menu li a
{
	display: block;
	
	margin:0px;
	
	height: 40px;
	
	text-decoration: none;

}

ul#head_menu li a#fooldal
{
	background-image : url('../pictures/menu/menu_fooldal_off.png');
	width: 70px;
}

ul#head_menu li a#fooldal:hover
{
	background-image : url('../pictures/menu/menu_fooldal_hover.png');
}

ul#head_menu li a#cegunkrol
{
	background-image : url('../pictures/menu/menu_cegunkrol_off.png');
	width: 94px;
}

ul#head_menu li a#cegunkrol:hover
{
	background-image : url('../pictures/menu/menu_cegunkrol_hover.png');
}

ul#head_menu li a#szolgaltatasok
{
	background-image : url('../pictures/menu/menu_szolgaltatasok_off.png');
	width: 132px;
}

ul#head_menu li a#szolgaltatasok:hover
{
	background-image : url('../pictures/menu/menu_szolgaltatasok_hover.png');
}

ul#head_menu li a#referenciak
{
	background-image : url('../pictures/menu/menu_referenciak_off.png');
	width: 106px;
}

ul#head_menu li a#referenciak:hover
{
	background-image : url('../pictures/menu/menu_referenciak_hover.png');
}

ul#head_menu li a#arak
{
	background-image : url('../pictures/menu/menu_arak_off.png');
	width: 50px;
}

ul#head_menu li a#arak:hover
{
	background-image : url('../pictures/menu/menu_arak_hover.png');
}

ul#head_menu li a#partnerek
{
	background-image : url('../pictures/menu/menu_partnerek_off.png');
	width: 106px;
}

ul#head_menu li a#partnerek:hover
{
	background-image : url('../pictures/menu/menu_partnerek_hover.png');
}


img.img_header
{
	margin:0px 36px 0 36px;
	padding:0px;
	border-width: 0px;
}

/* body design */

div#body_box
{	
	background-image : url('../pictures/bg_main.png');
	background-repeat: repeat-y;
	background-position : center top;
	
	clear : both; 

	padding-top : 15px;
	
	margin: 0px 25px 0 25px;
	
	width : 850px;

}


div#content
{

}

div.oszlop
{
	float: left;
	width: 200px;
	
	background-image : url('../pictures/bg_blue_top.png');
	background-repeat: no-repeat;
	background-position : center top;
	background-color: #D4DAFD;
	
}

div.oszlop_bottom
{
	width: 200px;
	height: 10px;
	
	background-image : url('../pictures/bg_blue_bottom.png');
	background-repeat: no-repeat;
	background-position : center bottom;
	background-color: #D4DAFD;

}

div.oszlop_szeles
{
	float: left;
	width: 600px;
	
	background-image : url('../pictures/bg_grey_top.png');
	background-repeat: no-repeat;
	background-position : center top;
	background-color: #E0E0E0;
	
	margin: 0 11px 0 11px;

}

div.oszlop_szeles_bottom
{
	width: 600px;
	height: 10px;
	
	background-image : url('../pictures/bg_grey_bottom.png');
	background-repeat: no-repeat;
	background-position : center bottom;
	
	background-color: #E0E0E0;

}

h2
{
	font-size: 18px;
	
	font-weight: normal;
	
	margin: 20px 40px 20px 20px;
	
	padding-bottom: 20px;
	
	border-bottom: #FFFFFF solid 2px ;
}

div.oszlop p
{
	margin: 10px 20px 10px 20px;
}

div.oszlop_szeles p
{
	margin: 10px 40px 10px 20px;
	text-align:justify;
}

h3
{
	font-size: 14px;
	
	margin: 20px 20px 20px 20px;
}

div.oszlop span
{
	display:block;
	margin: 0px 10px 0px 20px;
	
	font-size: 14px;
}

div.oszlop span.email
{
	
	margin: 10px 10px 0px 20px;

}

div#foot_div
{
	text-align: center;
	padding-top: 20px;
}

/* foot design */

div#foot_bottom_box
{
	background-image : url('../pictures/bg_main_bottom.png');
	background-repeat: no-repeat;
	background-position : center top;
	
	width: 850px;
	height: 40px;
	padding: 30px 0 30px 0;
	
	text-align: center;
	
	margin: 0 25px 50px 25px;
	
}

div#foot_bottom_box img
{
	border:none;
}

/*egyeb*/

.dolt
{
	font-style: italic;
}

.nemvastag
{
	font-weight:normal;
}

.margin_top_10
{
	margin-top: 10px;
	display:block;
}

.alahuzott
{
	text-decoration:underline;
}

ul.szolg
{
	font-weight: bold;
	line-height: 18px;
	
	margin: 20px 40px 0 10px;
	padding:0 0 0 30px;
	list-style-type:none;
}

ul.szolg li
{
	margin: 8px 0 8px 0;

}

ul.szolg a
{
	text-decoration: none;
	color: #666666;
}

ul.szolg a:hover
{
	text-decoration: underline;
}

a.vissza
{
	color: #666666;
}





