/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	/*background:#fcfbe7 url(images1/img02.jpg) repeat-x left top;*/
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #504627;
}
#headerc {
	background: url(images1/img02_1.jpg) repeat-x left top;
}
#menuc {
	background: url(images1/img02_2.jpg) repeat-x left top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #713a7c;
}


a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images1/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images1/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 998px;
	margin: 0px auto;
	padding: 10px;
	height: 80px;
	color: #4a2256;
}

#header img {
	/*height: 80px;*/
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */
#menu {
	height:50px;
	padding:4px 0px;
	width: 998px;
	margin: 0px auto;
}

#menu ul{
	background:url('images1/sep_bg.jpg') no-repeat scroll top left;
	margin:0px;
	border:0px;
	padding:0px 0px 0px 2px ;
	float: left;
	height: 50px;
	
}

#menu li {
	margin:0px;
	background:url('images1/sep_bg.jpg') no-repeat scroll top right;
	display: block;
	list-style-type: none;
	float: left;
	padding:0px 2px 0px 0px;
}

#menu li a {
	margin:0px;
	color: #626100;
	font-weight: bold;
	padding:0px 8px 0px 8px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	float: left;
	text-decoration: none;
}
#menu li a:hover {
	background:url('images1/over.jpg') repeat-x scroll top center;
	padding:0px 8px 0px 8px;
	color: #fff;
}



#menu .over  a {
	color: #700060;
	font-weight: bold;
	background:url('images1/over.jpg') no-repeat scroll top center;
	padding:0px 8px 0px 8px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	padding-top: 0px;
	float: left;
	text-decoration: none;
}

/** CONTENT */

#content {
	width: 998px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 518px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
	border-left: 1px dashed #e2dec1;
	border-right:1px dashed #e2dec1;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #e2dec1;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #e2dec1;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

#columnC{
	float:right;
	width:200px;
}

#columnC h3 {
	height: 22px;
	border-bottom: 1px dashed #e2dec1;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images1/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #713a7c;
}

#footer a {
	color: #504627;
}

.anunt {
	border:1px solid #e2dec1;
	padding:5px;
	background-color: #e5fbff;
}
.imga {
	border:1px solid #e2dec1;
	padding:5px;
	float:left;
	margin:5px;
}
.selectii {
	background-color:#CCCCCC;
	color:#333333;
	cursor:pointer;
	display:inline;
	font-weight:bold;
	margin-right:1px;
	padding:1px 5px;
	position:relative;
}