/*--CSS Document | Izonil fooldal--*/

/*- LAYOUT - Alaptábla és Főtábla deklarációk -*/

#termekek A:link {text-decoration: none ; color: White; }
#termekek A:visited {text-decoration: none; color: White; }
#termekek A:active {text-decoration: none; color: White; }
#termekek A:hover {text-decoration: underline; color: White; }

#products_doboz A:link {text-decoration: none ; color: Black; }
#products_doboz A:visited {text-decoration: none; color: Black; }
#products_doboz A:active {text-decoration: none; color: Black; }
#products_doboz A:hover {text-decoration: underline; color: Black; }

body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(layout/main_background.gif);
}

#alaptabla{
	width: 100%;
	background-image: url(layout/top_background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#fotabla{
	margin-top: 0px;
}

#baloldal{
	width: 810px;
	height: 100%;
	margin-top: 0px;
}

#bal_fej{
	width: 100%;
	height: 33px;
	background-image: url(layout/bal_fej_back_about.gif);
	background-repeat: no-repeat;
}

#bal_test{
	width: 100%;
	height: 100px;
	background-image: url(layout/bal_kozep_back_about.gif);
	background-repeat: repeat-y;
}

#bal_lab{
	width: 100%;
	height: 16px;
	background-image: url(layout/bal_lab_back_about.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footer{
	width: 100%;
	height: 36px;
	margin-top: 10px;
	background-image: url(layout/footer_back.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*- TARTALOM -*/

.header{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #013A65;
	padding-left: 20px;
	padding-top: 5px;
	font-variant: small-caps;
	letter-spacing: 3px;
}

#termekek{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	font-variant: small-caps;
	color: White;
}

.termek{
	padding-top: 15px;
	padding-left: 20px;
}

.nyil{
	padding-left: 40px;
}

#zsak_es_szoveg{
	width: 220px;
	padding-top: 17px;
	padding-bottom: 25px;
	font-size: 12px;
	color: White;
	font-variant: normal;
}

#zsak_es_szoveg img{
	border: 0px;
}

#flakon_es_szoveg{
	width: 220px;
	padding-top: 6px;
	padding-bottom: 20px;
	font-size: 12px;
	color: White;
	font-variant: normal;
}

#flakon_es_szoveg img{
	border: 0px;
}

/* HIRDETÉSEK - jobboldal */

#jobb_test{
	padding-left: 30px;
	padding-top: 12px;
}

#komment{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 5px;
	position: relative;
	left: -16px;
}

/* ABOUT US - szövegdoboz, háterek*/

#about_doboz{
	width: 500px;
	height: 2600px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	padding-left: 4px;
	padding-top: 0px;
}

.kiemeles{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.nagy_cim{
	width: 494px;
	height: 26px;
	margin-bottom: 10px;
	padding-left: 5px;
	background-image: url(images/plaster_big_cim.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
}

.szigno{
	font-size: 14px;
	font-variant: small-caps;
}

#kep_doboz{
	padding-top: 50px;
	padding-left: 25px;
}

#world_logo{
	padding-left: 68px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* DRYMAIN - képek elhelyezése */

#dry_main{
	margin-left: 30px;
	margin-top: 30px;
	font-size: 16px;
}

#how_to{
	margin-left: 30px;
	margin-top: 30px;
	font-size: 16px;
}

#dry_main img{
	padding: 5px;
	padding-right: 30px;
}

#how_to img{
	margin-bottom: 30px;
	margin-right: 22px;
	margin-left: 22px;
	border: 1px;
	border-color: #E1E1E1;
	border-style: solid;
}

hr{
	border-color: White;
	border-width: 1px;
}

#how_to_msds{
	margin-left: 30px;
	font-size: 16px;
}

.MSDS{
	padding-top: 14px;
	padding-left: 495px;
}

.MSDS img{
	border: none;
}

a img{
	border: none;
}



