body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #89c50c url(images/body_bg.jpg) center top repeat-x;
	font-family: 'trebuchet ms';
	font-size: 13px;
	color: #1b3337;
	}
	
table, td, p {
	font-family: 'trebuchet ms';
	font-size: 13px;
	color: #1b3337;
	}


input, select, textarea {
	border: 1px solid #1b3337;
	color: #333333;
	font-size: 11px;
	font-family: trebuchet ms, arial, verdana, helvetica;
	background: #FFFBE3;
	}


a:link, a:visited {color: #1b3337;}	
a:hover, a:active {color: #5d7780;}	
		
		

.button, .cmd {background: #1b3337; COLOR:#ffffff; text-decoration: none; cursor: pointer;}
.option {background-color: #FF4800; COLOR:#ffffff;}
.option_on {background-color: #0FC018; COLOR:#ffffff; border: 1px solid #000000;}
.select {background-color: #0FC018; COLOR:#ffffff;}




	
/* HEADER */
.header {
	position: relative;
	margin: 0 auto;
	width: 930px;
	padding: 0 15px;
	height: 270px;
	}			
		
	a.logo:link, a.logo:visited {
		position: absolute;
		left: 16px;		
		top: 20px;
		width: 211px;
		height: 72px;
		text-indent: 700px;
		white-space: nowrap;
		overflow: hidden;
		font-weight: bold;
		background: transparent url(images/logo_bg.gif) top left no-repeat;
		}
		
	a.logo:link, a.logo:visited {

		}
		
	/* search box top */
	
	.search_top {
		position: absolute;
		top: 5px;
		left: 555px;
		width: 240px;
		font-size: 11px;
		color: #213142;
		text-align: left;
		}					
		
		.search_top .search_input {
			border: none;
			padding: 2px 3px;
			font-size: 11px;
			color: #8a8a8a;
			background: #ffffff;
			width: 145px;
			border-top: 1px solid #c2c2c2;
			border-left: 1px solid #c2c2c2;
			margin-bottom: 2px;
			}
			
		.search_top .search_submit {
			border: none;
			width: 26px;
			height: 26px;
			cursor: pointer;
			background: transparent url(images/ok_btn.jpg) top left no-repeat;
			}
		

	.lang {
		position: absolute;
		top: 8px;
		left: 820px;
		width: 120px;
		padding: 2px 8px;
		font-size: 13px;
		color: #000000;
		text-align: center;
		font-weight: bold;
		background: #ffffff;
		}
		
		.lang a:link, .lang a:visited {
			color: #ff6600;
			text-decoration: none;
			}
			
		.lang a:hover, .lang a:active, .lang a:focus {
			color: #7ebe08;
			text-decoration: underline;
			}
		
	.address {
		position: absolute;
		bottom: 50px;
		left: 0;
		font-size: 13px;
		color: #f1f1f1;
		text-align: left;
		}
		
		.address a:link, .address a:visited {
			color: #f1f1f1;
			text-decoration: none;
			}
			
		.address a:hover, .address a:active {
			color: #f1f1f1;
			text-decoration: underline;
			}
			
			
	/* menu_top */
	
	.menu_top {
		position: absolute;
		left: 0;		
		bottom: 6px;
		width: 960px;
		height: 38px;
		font-size: 14px;
		color: #eeffa0;
		line-height: 38px;
		text-align: left;
		font-weight: bold;
		}
		
		.menu_top a:link, .menu_top a:visited {
			text-decoration: none;
			padding: 0 22px;
			color: #eeffa0;
			}
			
		.menu_top a:hover, .menu_top a:active {
			text-decoration: underline;
			}
			
			a.linkon:link, a.linkon:visited {
				text-decoration: underline;
				}
	
	
	
/* HOME */	

.container_home {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
	
.home_box {
	position: relative;
	float: left;
	margin: 0 auto;
	height: 170px;
	width: 425px;
	padding: 26px;
	text-align: left;
	margin-top: 8px;
	}
	
	.home_box a.homeimg {
		position: relative;
		float: left;
		width: 150px;
		height: 150px;
		}
		
		.home_box a.homeimg img {
			width: 150px;
			height: 150px;
			border: 3px solid #a3d264;
			}
			
			.home_box a.homeimg img:hover {
				border: 3px solid #559904;
				}
		
		
	.home_box h3 {
		position: relative;
		display: block;
		float: right;
		width: 250px;
		color: #559904;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		margin: 0;
		padding: 0;
		padding-bottom: 8px;
		}
		
		.home_box h3 a:link, .home_box h3 a:visited {
			color: #559904;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			}
			
		.home_box h3 a:hover, .home_box h3 a:active {
			text-decoration: underline;
			color: #734600;
			}
		

		
	.home_box p {
		position: relative;
		float: right;
		width: 250px;
		height: 120px;
		color: #333333;
		font-size: 13px;
		margin: 0;
		padding: 0;
		}
		
	.home_box a.homemore:link, .home_box a.homemore:visited {
		position: absolute;
		right: 20px;
		bottom: 20px;
		display: block;
		width: 88px;
		height: 33px;
		padding: 0 10px;
		color: #96d018;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		background: transparent url(images/homemore.gif) left top no-repeat;
		line-height: 30px;
		}
		
	.home_box a.homemore:hover, .home_box a.homemore:active {	
		color: #734600;
		}




.home_box1 {
	width: 908px;
	background: transparent url(images/home_box1.jpg) left top no-repeat;
	}
	
	.home_box1 h3 {
		display: block;
		float: right;
		width: 732px;
		color: #ffffff;
		text-align: left;
		}
		
		.home_box1 a.homeimg img:hover {
				border: 3px solid #bbe428;
				} 
				
		.home_box1 h3 a:link, .home_box1 h3 a:visited {
			color: #bbe428;
			}
			
		.home_box1 h3 a:hover, .home_box1 h3 a:active {
			text-decoration: underline;
			}

	.home_box1 p {
		float: right;
		width: 732px;
		color: #f3ffc1;
		font-size: 14px;
		}
		

.home_box2 {

	background: transparent url(images/home_box2.jpg) left top no-repeat;
	}
	
.home_box3 {
	float: right;
	
	background: transparent url(images/home_box3.jpg) left top no-repeat;
	}
		
			

		

/* CONTAINER */

	
.container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 450px;
	_height: 450px;
	text-align: left;
	background: url(images/container_bg.png) left top repeat-y;
	}
	
.container_bottom {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 10px;
	background: transparent url(images/container_bottom_bg.png) left top no-repeat;
	}
				
	
	
/* LEFT */

	
.left {
	position: relative;
	float: left;
	width: 200px;
	padding: 15px;
	background: transparent url(images/left_bg.png) top left no-repeat;
	}
	

	
	/* left menu */
	
.left_menu {
	position: relative;
	top: 0;
	left: -25px;
	width: 229px;
	_width: 209px;
	display: block;
	background: #e7fe92 url(images/left_menu_bg.jpg) left bottom no-repeat;
	padding-bottom: 40px;
	border-right: 1px solid #839a15;
	min-height: 285px;
	_height: 285px;
	}

.left_menu_title {
	position: relative;
	height: 44px;
	line-height: 38px;
	margin-bottom: 10px;
	padding: 0 12px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(images/left_menu_title_bg.gif) right top repeat-x;
	color: #282828;
	}

a.left_menu_parent {
	position: relative;
	display: block;
	font-size: 13px;
	padding: 11px 12px;
	padding-right: 45px;
	}
	
	a.left_menu_parent:link, a.left_menu_parent:visited {
		color: #734600;
		text-decoration: none;
		background: url(images/left_menu_item_bg.gif) -28px bottom no-repeat;
		}
	
	a.left_menu_parent:hover, a.left_menu_parent:active {
		color: #51ad00;
		background: url(images/left_menu_item_bg.gif) right bottom no-repeat;
		}
		

a.left_menu_parent_on {
	position: relative;
	display: block;
	background: url(images/left_menu_item_bg.gif) right bottom no-repeat;
	font-size: 13px;
	padding: 11px 12px;
	padding-right: 45px;
	}
	
	a.left_menu_parent_on:link, a.left_menu_parent_on:visited {
		color: #51ad00;
		text-decoration: none;
		}
	
	a.left_menu_parent_on:hover, a.left_menu_parent_on:active {
		color: #51ad00;
		}
		
				
	
a.left_menu_cat {
	position: relative;
	display: block;
	padding: 5px 3px 7px 15px;
	margin-left: 12px;
	font-size: 12px;
	line-height: 16px;
	}
	
	a.left_menu_cat:link, a.left_menu_cat:visited {
		color: #213142;
		text-decoration: none;
		}
	
	a.left_menu_cat:hover, a.left_menu_cat:active {
		color: #429C0A;
		text-decoration: none;
		background: #ffffff;
		}
		
	a.left_menu_cat span {
		position: absolute;
		top: 5px;
		left: 8px;
		_left: -15px;
		font-family: verdana;
		font-weight: bold;
		font-size: 16px;
		margin-right: 8px;
		}
	
a.left_menu_cat_on {
	position: relative;
	display: block;
	padding: 5px 3px 7px 15px;
	margin-left: 12px;
	font-size: 12px;
	line-height: 16px;
	background: #ffffff;
	}
	
	a.left_menu_cat_on:link, a.left_menu_cat_on:visited {
		color: #429C0A;
		text-decoration: none;
		}
	
	a.left_menu_cat_on:hover, a.left_menu_cat_on:active {
		color: #429C0A;
		text-decoration: none;
		background: #ffffff;
		}
		
	a.left_menu_cat_on span {
		position: absolute;
		top: 5px;
		left: 8px;
		_left: -15px;
		font-family: verdana;
		font-weight: bold;
		font-size: 16px;
		margin-right: 8px;		
		}
	



a.left_menu_cat_link_prod {
	position: relative;
	display: block;
	padding: 5px 3px 7px 22px;
	font-size: 12px;
	line-height: 16px;
	}
	
	a.left_menu_cat_link_prod:link, a.left_menu_cat_link_prod:visited {
		color: #213142;
		text-decoration: none;
		}
	
	a.left_menu_cat_link_prod:hover, a.left_menu_cat_link_prod:active {
		color: #429C0A;
		text-decoration: none;
		background: #ffffff;
		}
		
	a.left_menu_cat_link_prod span {
		position: absolute;
		top: 5px;
		left: 8px;
		_left: -15px;
		font-family: verdana;
		font-weight: bold;
		font-size: 16px;
		margin-right: 8px;
		}
	
	
			
	
	
	/* login box */
	
	.login_box {	
		width: 200px;
		margin: 15px 0;
		font-size: 11px;
		}
	


	

/* RIGHT */

	
.right {
	position: relative;
	float: right;
	width: 678px;
	padding: 18px 18px 7px 18px;
	min-height: 500px;
	_height: 500px;
	background: transparent url(images/right_bg.png) right top no-repeat;
	z-index: 0;
	}

	
/* --- CONTENT --- */	


.content {
	position: relative;
	display: bock;
	padding: 15px;
	margin: 0 0 10px 0;
	background: #C1DDB1;
	}

	/* ierarhie categorii */	
	.breadcrumbs {
		position: relative;
		display: block;
		font-size: 14px;
		color: #5f6d63;
		}
		
		.breadcrumbs a:link, .breadcrumbs a:visited {
		color: #5f6d63;
		text-decoration: none;
		}
		
		.breadcrumbs a:hover, .breadcrumbs a:active {
		text-decoration: underline;
		}	

	
	/* DETALII CONTINUT */	
	.content_div {
		display: block;
		margin-top: 10px;
		color: #3c5259;
		line-height: 18px;
		}
		
	.content_div2 {
		display: block;
		color: #3c5259;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0;
		}
		
		.content_div h2 {
			display: block;
			font-size: 18px;
			font-weight: normal;
			padding: 0;
			margin: 0 0 10px 0;
			color: #172a2d;
			}
			
		.content_div p {
			
			}
			

	/* DETALII PENSIUNE */
	
		.tabel_camere {
			position: relative;
			display: block;						
			}
			
			.tabel_camere td {
				background: #f3f8cd;
				text-align: center;
				}
		
		.imagini_pensiune {
			position: relative;
			display: block;
			width: 655px;
			height: 171px;
			overflow: auto;			
			white-space: nowrap;
			}
			
			.imagini_pensiune a {
				display: inline;
				}
				
				.imagini_pensiune a img {					
					height: 150px;
					border: 0;
					}
		
					
	
	/* link related, download, etc content */
	
	a.rel_link:link, a.rel_link:visited {
		display: block;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		background: #ffffff url('images/ico_down.gif') 0 5px no-repeat;
		text-align: left;
		margin: 3px 0;
		padding: 6px 6px 4px 25px;
		font-family: 'Courier New', arial;
		border-bottom: 1px solid #e1e1e1;
		}
	
	a.rel_link:hover, a.rel_link:active {
		text-decoration: none;
		color: #429C0A;	
		border-bottom: 1px solid #429C0A;
		}
		
		
	/* toolbar content */
	
	.page_toolbar {
		display: block;
		font-size: 11px;
		color: #000000;
		line-height: 10px;
		font-family: 'Courier New', arial;
		text-align: right;
		margin-top: 20px;
		}
		
		.page_toolbar a:link, .page_toolbar a:visited {
			padding: 0;
			line-height: 10px;
			text-decoration: none;
			color: #000000;
			}
			
		.page_toolbar a:hover, .page_toolbar a:active {
			text-decoration: none;
			color: #5d7780;	
			}
			
		

			
			
	/* listare linkuri continuturi din aceeasi categorie in content detail view */
	
	.rel_list {
		display: block;
		margin-top: 15px;
		color: #000000;
		font-size: 12px;
		line-height: 18px;
		padding: 15px;
		background: #F5EFD5;
		max-height: 150px;
		_height: 150px;
		overflow: auto;
		}
	
	
	
	
		
		
	/* listare categorii */
		
	.cat_list_container {
		display: block;
		position: relative;
		margin-top: 15px;
		line-height: 16px;
		text-align: justify;
		color: #000000;
		}
		
		.cat_list_container a {
			font-weight: bold;			
			}
		

		
	.cat_list_container .cat_more {
		position: absolute;
		bottom: -1px;
		right: 0;
		height: 25px;
		background: url(images/cat_more_bg.gif) top left no-repeat;
		color: #333333;
		text-align: center;
		line-height: 22px;
		}
		
		a.cat_more:link, a.cat_more:visited {
			position: absolute;
			bottom: 15px;
			right: 12px;
			height: 25px;
			background: url(images/cat_more_bg.gif) top left no-repeat;
			color: #333333;
			text-align: center;
			line-height: 22px;
			color: #213142;
			font-weight: normal;
			text-decoration: underline;
			font-size: 11px;
			}
			
		a.cat_more:hover, a.cat_more:active {
			background: url(images/cat_more_bg.gif) bottom left no-repeat;
			color: #cc0033;
			font-weight: normal;
			text-decoration: underline;
			}
			
		
		/* listare categorii fara poza */ 
		.cat_list_div {
			position: relative;
			display: block;
			
			background: #dcf8fc url(images/cat_list_delimiter.gif) bottom left repeat-x;
			padding: 12px 12px 25px 12px;
			}
			
		.cat_list_div a {
			position: relative;	
			font-weight: bold;
			position: absolute;
			font-size: 13px;
			text-decoration: none;
			}
			
		/* listare categorii ca si banner */ 
		.cat_list_banner {
			position: relative;
			display: block;
			width: 486px;
			margin-top: 1px;
			background: #dcf8fc url(images/cat_list_delimiter.gif) bottom left repeat-x;
			padding: 12px 12px 25px 12px;
			}
			
				.cat_list_banner img {
					display: block;
					width: 460px;
					height: 80px;
					}
					
				.cat_list_banner a {
					}
					
					.cat_list_banner a img {
						background: #f3f0c6;
						border: 1px solid #f3f0c6;
						width: 484px;
						height: 80px;
						}
						
					.cat_list_banner a:hover img {
						background: #f3f0c6;
						border: 1px solid #f1f1f1;
						width: 484px;
						height: 80px;
						}
			
		/* listare categorii cu poza mare */ 
		.cat_list_div_cuimg {			
			position: relative;
			display: block;
			background: #dcf8fc url(images/cat_list_delimiter.gif) bottom left repeat-x;
			padding: 12px 12px 25px 177px;
			min-height: 150px;
			_height: 150px;
			}
			
		.cat_list_div_cuimg a {
			position: relative;	
			font-weight: bold;
			position: absolute;
			font-size: 13px;
			text-decoration: none;
			}
			
			.cat_list_div_cuimg a img {
				position: absolute;
				top: 0;
				left: -165px;
				width: 150px;
				height: 150px;
				padding: 3px;
				background: #ffffff;
				border: none;
				}
				
			.cat_list_div_cuimg a:hover img {
				position: absolute;
				top: 0;
				left: -165px;
				width: 150px;
				height: 150px;
				padding: 3px;
				background: #ffffff;
				border: none;
				}
				
			/* label produse hover */
			.cat_list_div_cuimg a span {
				position: absolute;
				top: 6px;
				left: -165px;
				z-index: 3;
				width: 27px;
				height: 21px;
				background: transparent url(images/link_hover_arrow.gif) -30px -30px no-repeat;
				}
				
			.cat_list_div_cuimg a:hover span {
				position: absolute;
				top: 6px;
				left: -165px;
				z-index: 3;
				width: 27px;
				height: 21px;
				background: transparent url(images/link_hover_arrow.gif) left top no-repeat;
				}
	
	
		/* listare categorii cu poza mica */ 
		.cat_list_div_cuimg_50px {			
			position: relative;
			display: block;
			background: #dcf8fc url(images/cat_list_delimiter.gif) bottom left repeat-x;
			padding: 12px 12px 25px 77px;
			min-height: 40px;
			_height: 40px;
			}
			
		.cat_list_div_cuimg_50px a {
			position: relative;
			font-weight: bold;
			position: absolute;
			font-size: 13px;
			}
			
			
			.cat_list_div_cuimg_50px a img {
				position: absolute;
				top: 0;
				left: -65px;
				background: #f3f0c6;
				border: 1px solid #f3f0c6;
				width: 50px;
				height: 50px;
				}
				
			.cat_list_div_cuimg_50px a:hover img {
				position: absolute;
				top: 0;
				left: -65px;
				background: #f3f0c6;
				border: 1px solid #f1f1f1;
				width: 50px;
				height: 50px;
				}
				

	/* tree view */					
	
	.tree_div_parent {
		display: block;		
		}
		
	.tree_div_child {
		display: block;
		font-size: 12px;
		text-align: left;
		padding: 15px 0 0 15px;
		}
		
	.tree_div_child hr {
		height: 1px;
		border: none;
		background: #ffffff;
		}
		
		.tree_title {
			display: block;
			font-weight: bold;
			}
			
		a.tree_title {
			display: block;
			font-weight: bold;
			}
			
		.tree_desc {
			display: block;
			}
			
		.tree_file_down {
			display: block;
			padding-top: 5px;
			}
			
			.tree_file_down span {
				display: block;
				color: #666666;
				}
			
			.tree_file_down a:link, .tree_file_down a:visited {
				font-weight: normal;
				text-decoration: none;
				color: #cc0033;
				padding: 0 0 0 22px;
				line-height: 22px;
				}
				
			.tree_file_down a:hover, .tree_file_down a:active {
				font-weight: normal;
				text-decoration: underline;
				color: #cc0033;
				}
				
				.tree_file_down .file_pdf {
					background: transparent url(../../RES_images/file_types/pdf.gif) left top no-repeat;
					}
					
				.tree_file_down .file_doc {
					background: transparent url(../../RES_images/file_types/doc.gif) top left no-repeat;
					}
					
				.tree_file_down .file_jpg, .tree_file_down .file_peg , .tree_file_down .file_gif {
					background: transparent url(../../RES_images/file_types/jpg.gif) top left no-repeat;
					}
	



		
	/* listare contenturi */
		
	.content_list_container {
		display: block;
		position: relative;
		line-height: 16px;
		color: #000000;
		}		
		
	.content_list_container .content_more {
		position: absolute;
		bottom: -1px;
		right: 0;
		width: 86px;
		height: 25px;
		background: url(images/cat_more_bg.gif) top left no-repeat;
		color: #333333;
		text-align: center;
		line-height: 22px;
		}
		
		a.content_more:link, a.content_more:visited {
			position: absolute;
			bottom: 0;
			right: 0;
			width: 86px;
			height: 25px;
			background: url(images/cat_more_bg.gif) top left no-repeat;
			color: #333333;
			text-align: center;
			line-height: 22px;
			color: #213142;
			font-weight: normal;
			text-decoration: underline;
			font-size: 11px;
			}
			
		a.content_more:hover, a.content_more:active {
			background: url(images/cat_more_bg.gif) bottom left no-repeat;
			color: #cc0033;
			font-weight: normal;
			text-decoration: underline;
			}
			
		
		/* listare contenturi fara poza */ 
		
		.content_list_div {
			position: relative;
			display: block;
			margin-top: 1px;
			background: #f3f0c6;
			padding: 12px 12px 25px 12px;
			}
			
			.content_list_div a:link, .content_list_div a:visited {
				font-weight: bold;
				}
				
			.content_list_div a:hover, .content_list_div a:active {
				font-weight: bold;
				}
			
			/* listare contenturi fara poza fara link */ 
			
			.content_list_div .title_nolink {
				position: relative;	
				font-weight: bold;
				}
				
		/* listare contenturi ca si banner */ 
		.content_list_banner {
			position: relative;
			display: block;
			width: 486px;
			margin-top: 1px;
			background: #f3f0c6;
			padding: 12px 12px 25px 12px;
			}
			
				.content_list_banner img {
					display: block;
					width: 460px;
					height: 80px;
					}
					
				.content_list_banner a {
					}
					
					.content_list_banner a img {
						background: #f3f0c6;
						border: 1px solid #f3f0c6;
						width: 484px;
						height: 80px;
						}
						
					.content_list_banner a:hover img {
						background: #f3f0c6;
						border: 1px solid #f1f1f1;
						width: 484px;
						height: 80px;
						}				
			
		/* listare contenturi cu poza mare */ 
		
		.content_list_div_cuimg {			
			position: relative;
			display: block;
			margin-top: 1px;
			background: #f3f0c6;
			padding: 12px 12px 25px 177px;
			min-height: 140px;
			_height: 140px;
			}
			
		.content_list_div_cuimg a {
			position: relative;	
			font-weight: bold;
			}
			
			.content_list_div_cuimg a img {
				position: absolute;
				top: 0;
				left: -165px;

				background: #f3f0c6;
				border: 1px solid #f3f0c6;
				width: 150px;
				}
				
			.content_list_div_cuimg a:hover img {
				position: absolute;
				top: 0;
				left: -165px;
				background: #f3f0c6;
				border: 1px solid #ffffff;
				width: 150px;
				}
				
			/* listare contenturi cu poza mare fara link */
			
			.content_list_div_cuimg .title_nolink {
				position: relative;	
				font-weight: bold;
				}
				
				.content_list_div_cuimg .title_nolink img {
					position: absolute;
					top: 0;
					left: -165px;
	
					background: #f3f0c6;
					border: 1px solid #f3f0c6;
					width: 150px;
					height: 150px;
					}
	
	
		/* listare contenturi cu poza mica */ 
		.content_list_div_cuimg_50px {			
			position: relative;
			display: block;
			width: 421px;
			margin-top: 1px;
			background: #f3f0c6;
			padding: 12px 12px 25px 77px;
			min-height: 40px;
			_height: 40px;
			}
			
		.content_list_div_cuimg_50px a {
			position: relative;
			font-weight: bold;
			}
			
			
			.content_list_div_cuimg_50px a img {
				position: absolute;
				top: 0;
				left: -65px;

				background: #f3f0c6;
				border: 1px solid #f3f0c6;
				width: 50px;
				height: 50px;
				}
				
			.content_list_div_cuimg_50px a:hover img {
				position: absolute;
				top: 0;
				left: -65px;
				background: #f3f0c6;
				border: 1px solid #f1f1f1;
				width: 50px;
				height: 50px;
				}
			
			/* listare contenturi cu poza mica fara link */ 
				
			.content_list_div_cuimg_50px .title_nolink {
				position: relative;	
				font-weight: bold;
				}
				
				.content_list_div_cuimg_50px .title_nolink img {
					position: absolute;
					top: 0;
					left: -65px;
	
					background: #f3f0c6;
					border: 1px solid #f3f0c6;
					width: 50px;
					height: 50px;
					}
			


/* FOOTER */
.footer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 50px;
	background: transparent url(images/footer_bg.png) top left repeat-x;
	text-align: right;
	margin-top: 13px;
	}
	
	.copy {
		position: absolute;
		top: 10px;
		left: 0;
		width: 200px;
		color: #000000;
		font-size: 13px;
		text-align: left;
		}
		
	.menu_bottom {
		padding: 10px 40px 0 0;
		}
		
		.menu_bottom a:link, .menu_bottom a:visited {
			color: #ffffff;
			font-size: 13px;
			text-decoration: none;
			padding: 0 5px;
			}
			
		.menu_bottom a:hover, .menu_bottom a:active {
			text-decoration: underline;
			}
		
	.entire {
		position: absolute;
		top: 10px;
		left: 150px;
		text-align: left;
		width: 200px;
		color: #333333;
		font-size: 13px;
		}
		
		.entire a:link, .entire a:visited {
			color: #000000;
			text-decoration: none;
			}
			
		.entire a:hover, .entire a:active {
			text-decoration: underline;
			}
	
	
a.uplink:link, a.uplink:visited {
	position: absolute;
	right: 0;
	top: 10px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	}
	
a.uplink:hover, a.uplink:active {
	text-decoration: underline;
	}

	
	
	#foto_gallery_div {
		display: block;
		
		height: 450px;
		margin: 0;
		padding: 0;
		text-align: center;
		}
		
	
	

/* light gallery */

		
	.light_gallery {
		display: block;
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.light_gallery ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	.light_gallery ul li {
		display: inline;
		float:  left;
		margin: 0;
		padding: 5px 10px;
		text-align: center;
		}
	.light_gallery ul img {
		border: 3px solid #ffffff;
		border-bottom: 15px solid #ffffff;
	}
	.light_gallery ul a:hover img {
		border: 3px solid #bbe428;
		border-bottom: 15px solid #bbe428;
	}
	.light_gallery ul a:hover { color: #000000; }
		
			


			
/* ------------ template-uri innova ------------------------------------------*/		

/* lightbox */		

.lightbox_innova {}
.lightbox_innova img {
	border: none;
	}



		
	
/* --- clear --- */	

.clear {
	clear: both;
	}
		
	



	
	
	
	
/* ENGINE */

.header_app {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	color: #860003;
	font-family: tahoma;
	}

	
.td_label {
	padding: 2px;
	color: #000000;
	}
	
.td_data {
	padding: 2px;
	color: #cc0033;
	}

	
	
	
/* system messages */
.err_div {
	display: block;
	color: red;
	}
	
.msg_div {
	display: block;
	color: green;
	}
	

	
	


/* bannere text */	
	
	.bannerdiv_text {
		display: block;
		text-align:center;
		margin: 2px 0;
		padding: 5px;
		border: 1px dashed #DA30A6;
		font-family: tahoma;
		line-height: 18px;
		}
		
		.bannerdiv_text:hover {
			border: 1px dashed #3A9200;
			}
			
		.bannerdiv_text a:link, .bannerdiv_text a:visited {
			display: block;
			text-align: center;
			text-decoration: none;
			color: #DA30A6;
			text-transform: lowercase;
			font-size: 11px;
			}
			
		.bannerdiv_text a:hover, .bannerdiv_text a:active {
			color: #3A9200;
			}
			
		.bannerdiv_text span {
			display: block;
			border: none;
			font-size: 9px;
			text-transform: uppercase;
			color: #cccccc;
			font-family: tahoma;
			line-height: 18px;
			}
		
	/* bannere imagine */	
	
	.bannerdiv_img {
		display: block;
		text-align:center;
		padding: 15px 0;
		}
		
		.bannerdiv_img img {
			display: block;
			border: none;
			}
			
		.bannerdiv_img span {
			display: block;
			border: none;
			font-size: 9px;
			text-transform: uppercase;
			color: #cccccc;
			font-family: tahoma;
			line-height: 18px;
			}
			
	
	



	