@charset "utf-8";
body {
	background-image: url(bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
}
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #91b3cf;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.submeniu a:link {
	color: #666666;
}
.submeniu a:visited {
	color: #666666;
}
.contact {
	padding-right: 10px;
	font-size: 12px;
}
.formular {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
}
.buton_trimite {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-right: 21px;
	padding-bottom: 1px;
	padding-left: 21px;
}
