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

body
{
	margin: 0;
	padding: 0;
	background: #33483f url(../imagini/page.png) repeat-y center top;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
}

.page
{
	width: 800px;
	height: auto;
	margin: 0 auto;
}

form
{
	margin: 0;
	padding: 0;
}

input
{
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}

.antet
{
	font-size: x-small;
	color: #666666;
}

.items
{
	width: 100%;
	height: 26px;
	background: #FFF;
	font-weight: bold;
}

	.items ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.items li
	{
		float: left;
		width: 114px;
		height: 22px;
		background: #FFF url(../imagini/itemMeniu.png) no-repeat;
		text-align: center;
		color: #FFF;
		padding: 4px 0 0 0;
	}
	
	.items li a
	{
		color: #FFF;
		text-decoration: none;
	}

.baraMeniu
{
	width: 100%;
	height: 26px;
	background: #FFF url(../imagini/baraMeniu.png) repeat-x;
	border-bottom: 2px solid #cc9215;
	margin: 0;
	padding: 2px 0 0 0;
	color: #FFF;
}

	.baraMeniu ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.baraMeniu li
	{
		float: left;
		color: #FFF;
		padding: 2px 0 0 0;
		margin: 0 0 0 1em;
	}
	
	.baraMeniu li a
	{
		color: #FFF;
		text-decoration: none;
	}

	.baraMeniu li a:hover
	{
		border-bottom: 2px solid #FFF;
	}

.continut
{
	width: 100%;
	height: auto;
}

.linkuri
{
	width: 100%;
	height: auto;
	border-top: 2px solid #f9ab03;
	background: #EEEEEE;
}

.linkuri a
{
	text-decoration: none;
}

.linkuri img
{
	border: none;
}

p
{
	margin: 1em;
}

img
{
	border: 2px solid #f8c24f;
}

img.noframe
{
	border: none;
}