@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/back.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
}

.meniu {
	width:100%;
	border-bottom:solid 1px #FFF;
	border-top:solid 1px #FFF;
	height:25px;
}

.butt {
	float:left;
	font-size:16px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
}

.butt a {
	text-decoration:none;
	color:#FFF;
}

.butt a:hover {
	text-decoration:underline;
	color:#90F;
}

.butt1 {
	float:left;
	font-size:16px;
	padding-left:220px;
	padding-right:15px;
	font-weight:bold;
}

.butt1 a {
	text-decoration:none;
	color:#FFF;
}

.butt1 a:hover {
	text-decoration:underline;
	color:#90F;
}

.footer {
	font-weight:bold;
	color:#FFF;
}

.footer a {
	text-decoration:none;
	color:#FFF;
}

.footer a:hover {
	text-decoration:underline;
	color:#90F;
}

.prod {
	background:url(../images/back_prod.png) no-repeat;
	width:162px;
	height:244px;
	float:left;
	margin-top:10px;
	margin-right:3px;
}
