/* ----------------------------------------------------
   C O M M O N
------------------------------------------------------*/

* {
	margin: 0;          /* top, right, bottom, left */
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

ul, ol, li {
	list-style: none;
}	

img {
	border: none;
}

/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/


html, body {
	background: url(../images/body.png) #d0e4e4 top center repeat-x;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


/* ----------------------------------------------------
   C O N T A I N E R
------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 980px;
}

#container {
	display: inline;
	float: left;
	width: 980px;
}


/* ----------------------------------------------------
   H E A D E R
------------------------------------------------------*/

#header {
	background: url(../images/header.jpg) #ffffff top left no-repeat;
	float: left;
	height: 305px;
	position: relative;
	width: 100%;
}

#header .logo {
	position: absolute;
	top: 30px;
	left: 610px;	
}

#header .logo a {
	display: block;
	height: 40px;
	width: 300px;
}

#header #search_box {top: 277px; left: 76px; position: absolute;} 
#header #search_box input#searcher{ width: 115px;} 

#header #flags {top: 82px; left: 497px; position:absolute; width: 45px; height: 100px;}

#header #header_box {
	position: absolute;
	left: 558px;
	top: 83px;
	width: 355px;
	height: 216px;
	overflow: hidden;
	font-size: 75%;
}

#ceg_div {
	display: none;
}

#header #header_box h2 {
	font-family: verdana;
	padding: 8px 0 7px 0;
	color: #10717a;
}

/* ----------------------------------------------------
   T O P B A R
------------------------------------------------------*/

#topbar {
	background: url(../images/menu.png) top left no-repeat;
	float: left;
	height: 60px;
	width: 100%;
}

/* --- TOPMENU --- */

#topbar ul.topmenu {
	display: inline;
	margin-left: 68px;
	margin-top: 10px;
	float: left;
	font: bold 12,5px Arial, Helvetica, sans-serif;
}

#topbar ul.topmenu li {
	display: inline;
	float: left;
	position: relative;
	text-align: center;
}


#topbar ul.topmenu li a {
	background: url(../images/topmenu.png) 0 0 no-repeat;
	color: #ffffff;
	display: block;
	height: 30px;
	width: 132px;
	margin-top: 7px;
	margin-right: 12px;
    line-height: 30px;
	white-space: nowrap;
}

#topbar ul.topmenu li a:hover {
	background: url(../images/topmenu_a.png) 0 0 no-repeat;
}

#topbar ul.topmenu ul {
	display: none;
	background-color: #d9eaea;
	padding: 4px 8px 8px 7px;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	position: absolute; left: -7px; top: 38px;
	width: 132px;
	z-index: 1000;
}

#topbar ul.topmenu ul li {
	border: none;
	text-align: left;
}

#topbar ul.topmenu ul li a {
	background: url('../images/almenu.png') 0 0 no-repeat;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	margin-top: 1px;
	margin-right: 0px;
	padding: 0 4px 0 6px;
	width: 122px; 
	white-space: nowrap;
}

#topbar ul.topmenu ul li a:hover {
	background: url('../images/almenu_a.png') 0 0 no-repeat;
}

#topbar li:hover ul,
#topbar li.over ul {
	display: block;
}



/* ----------------------------------------------------
   H E A D L I N E
------------------------------------------------------*/

#headline {
	background: url(../images/headline.png) #2e5aad top left no-repeat;
	float: left;
	height: 235px;
	width: 100%;
}

#headline-image {
	height: 180px;
	margin-left: 564px;
	margin-top: 23px;
	width: 300px;
}


/* ----------------------------------------------------
   M A I N
------------------------------------------------------*/

#main {
	background: url(../images/main_background.png) top left repeat-y;
	float: left;
	margin-left: 64px;
	margin-top: 0px;
	width: 100%;
}

#main #laura {
	float: left;
	background: url(../images/laura_box.png) top left no-repeat;
	height: 195px;
	width: 287px;
	margin: 0px 0px 0px 5px;
}

#main #laura p {
	color: white;
	font-family: verdana, ariel, tahoma;
	margin: 70px 90px 10px 10px;
}

#main #laura p#kiemelt {
	margin-top: 20px;
	font-weight: bold;
}

#main #laura p#kiemelt a {
	color: white;
}

#main #laura p#kiemelt a:hover {
	color: #c6e5e5;
}

#main #webshop {
	float: left;
	background: url(../images/webshop_box.png) top left no-repeat;
	height: 195px;
	width: 287px;
	margin: 0px;
}

#main #webshop p#kiemelt {
	color: white;
	font-family: verdana, ariel, tahoma;
	margin: 120px 50px 10px 10px;
	font-weight: bold;
}

#main #webshop p#kiemelt a {
	color: #095757;
}

#main #webshop p#kiemelt a:hover {
	color: #489595;
}

#main #szakerto {
	float: left;
	background: url(../images/szakerto_box.png) top left no-repeat;
	height: 195px;
	width: 277px;
	margin: 0px;
}

#main #szakerto p {
	color: white;
	font-family: verdana, ariel, tahoma;
	margin: 20px 10px 10px 10px;
}

#main #szakerto p#kiemelt {
	margin: 70px 10px 10px 10px;
	font-weight: bold;
}

#main #szakerto p#kiemelt a {
	color: white;
}

#main #szakerto p#kiemelt a:hover {
	color: #c6e5e5;
}

/* ----------------------------------------------------
   C O N T E N T 2
------------------------------------------------------*/
#content_products {
	position: relative;
	float: left;
	margin-left: 5px;
}

#content_products h1 {
	background: url(../images/main_h1.png) top left no-repeat;
	width: 851px;
	color: #ffffff;
	font: normal 17px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 9px 10px;
}

#content_products #products {
	background: url(../images/products_footer.png) #e4f0f0 left bottom no-repeat;
	margin: 0px;
	padding: 0px;
	width: 851px;
	height: 511px;
	padding-bottom: 18px;
}

#content_products #products a {
	background: left top no-repeat;
	float: left;
	padding: 50px 105px 10px 10px;
	height: 101px;
	width: 157px;
	margin: 9px 0 0 9px;
	color: #ffffff;
	font-size: 11px;
	font-family: verdana, tahoma;
}

#content_products #products a:hover {
	color: #dee9e9;
}

#content_products #products #genio {
	background: url(../images/genio.png);
}

#content_products #products #kineto {
	background: url(../images/kineto.png);
}

#content_products #products #kineto_plus {
	background: url(../images/kineto_plus.png);
}

#content_products #products #green_gold_lunar {
	background: url(../images/green_gold_lunar.png);
	padding-top: 70px;
	height: 81px;
}

#content_products #products #green_gold_solar {
	background: url(../images/green_gold_solar.png);
	padding-top: 70px;
	height: 81px;
}

#content_products #products #forever_young_pur {
	background: url(../images/forever_young_pur.png);
	padding-top: 70px;
	height: 81px;
}

#content_products #products #forever_young_mint {
	background: url(../images/forever_young_mint.png);
	padding-top: 70px;
	height: 81px;
}

#content_products #products #viewty_caps {
	background: url(../images/viewty_caps.png);
	padding-right: 75px;
	width: 187px;
	color: #193a5f;
}

#content_products #products #viewty_caps:hover {
	color: #7193b8;
}

#content_products #products #viewty_lc {
	background: url(../images/viewty_lc.png);
	color: #193a5f;
	padding-right: 85px;
	width: 177px;
}

#content_products #products #viewty_lc:hover {
	color: #7193b8;
}

/* ----------------------------------------------------
   S I D E B A R S
------------------------------------------------------*/

#sidebar-left {
	display: inline;
	float: left;
	width: 277px;
	margin: 0px 0px 0px 5px;
}

#sidebar-left #laura-left-box {
	height: 104px;
	width: 187px;
	background: url(../images/laura_left_box.png) left top no-repeat;
	color: #fff;
	float: left;
	font-size: 11px;
	font-family: verdana, tahoma;
	padding: 80px 80px 10px 10px;
	margin-top: 3px;
}

#sidebar-left #laura-left-box:hover {
	color: #c6e5e5;
}

#sidebar-left #order-left-box {
	height: 104px;
	width: 187px;
	background: url(../images/webshop_box.png) left top no-repeat;
	color: #203C3E;
	float: left;
	font-size: 11px;
	font-family: verdana, tahoma;
	padding: 80px 80px 10px 10px;
	margin-top: 3px;
}

#sidebar-left #order-left-box:hover {
	color: #black;
}

#sidebar-left #szakerto-left-box {
	height: 104px;
	width: 237px;
	background: url(../images/szakerto_box.png) left top no-repeat;
	color: #fff;
	float: left;
	font-size: 11px;
	font-family: verdana, tahoma;
	padding: 70px 30px 20px 10px;
	margin-top: 3px;
}

#sidebar-left #laura-left-box:hover {
	color: #c6e5e5;
}

#sidebar-left h2 {
	background: url(../images/sidebar_h2.png) left top no-repeat;
	color: #203c3e;
	font: bold 15px Arial, Helvetica, sans-serif;
	float: left;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 22px 0px 8px 10px;
	width: 277px;
	/*text-transform: uppercase;*/
}


/* --- SIDEBOX --- */

div.sidebox {
	background: url(../images/box_footer.png) #eff7f7 left bottom no-repeat;
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 16px;
	width: 277px;
}

div.sidebox_inner {
	background: url(../images/sidebox_inner.png) right bottom no-repeat;
	display: inline;
	float: left;
	padding: 5px;
	width: 180px;
}

div.sidebox p {
	color: #363636;
	margin: 5px;
}

div.sidebox a {
	color: #3e5c88;
}

div.sidebox p a {
	font-weight: normal;
	text-decoration: underline;
}

div.sidebox p a:hover {
	color: #a46435;
	text-decoration: underline;
}

/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

#contents {
	display: inline;
	float: left;
	text-align: justify;
	overflow: visible;
	margin-left: 10px;
	width: 564px; /* 580 */
}


/* ----------------------------------------------------
   F O O T E R
------------------------------------------------------*/

#footer {
	background: url(../images/footer.png) #cfe4e4 left top no-repeat;
	display: inline;
	float: left;
	height: 50px;
	margin-top: 0px;
	margin-left: 65px;
	width: 100%;
}

#footer_inner {
	margin-left: 10px;
	width: 840px;
}

#footer p.info {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 18px;
	text-align: center;
}

#footer p img {
	vertical-align: middle;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span.highlight {
	font-weight: bold;
	color: #ffffff;
}

#footer span.bull {
	color: #ffffff;
	margin: 0 6px 0 6px;
}

div#phone_contact {
	font-size: 16px;
	margin: 10px;
	padding-top: 10px;
}

div#phone_contact p.phonen {
	color: darkgreen;
	text-align: right;
}
