/*Designed by SC ARTFLOW GRUP*/
/*==========================================================*/
/*headerul*/
#content{margin:0px auto;width:1009px;height:128px;background:red}
/*==========================================================*/

body{
	margin:			0;
	padding:		0;
	line-height: 	1.5em;
	background:		#4c4c4c
}
b{
font-size: 			110%;}
em{
	color: 			#D3241C;
	text-decoration:none;
	font: 			bold 13px tahoma
}
#all_content{
	width: 			928px;
	margin: 		0 auto;
}
#contentwrapper{
	float: 			left;
	width:			100%;
}
#right_content{
	margin-top:		25px;
	margin-left: 	192px;
	background: 	#FFFFFF;
	height:			540px;
	text-align:		center;
}
#right_content_long{
	margin-top:		25px;
	margin-left: 	192px;
	background: 	#FFFFFF;
	text-align:		center;
}
#left_content{
	float: 			left;
	width: 			192px;
	margin-left: 	-928px;
}
#footer{
	position:		relative;
	top:			-60px;
	#top:			-55px;
	_top:			-55px;
	clear: 			left;
	width: 			100%;
	color: 			#b2b2b2;
	text-align: 	center;
	font:			normal 12px tahoma
}
#footer_long{
	position:		relative;
	top:			-30px;
	#top:			-25px;
	_top:			-25px;
	clear: 			left;
	width: 			100%;
	color:			#b2b2b2;
	text-align: 	center;
	font:			normal 12px tahoma
}
#footer a, #footer_long a{
	text-decoration:none;
	color:			#b2b2b2
}
#footer a:hover, #footer_long  a:hover{
	text-decoration:none;
	color: 			#D3241C;
}
.colt_drjos{
	position:		relative;
	left:			883px;
	top:			-27px;
	width:			45px;
	height:			35px;
	background-image:url(images/corner.gif);
}
.colt_drjos_long{
	position:		relative;
	left:			883px;
	width:			45px;
	height:			35px;
	top:			-5px;
	background-image:url(images/corner.gif);
}
.colt_drjos_longn{
	position:		relative;
	left:			883px;
	width:			45px;
	height:			35px;
	top:			-18px;
	background-image:url(images/corner.gif);
}
.curs_valutar{
	width:			192px;
	height:			142px;
	background-image:url(images/top_left.gif);
}
.meniu{
	width:			192px;
	height:			465px;
	background-image:url(images/meniu.gif);
	font:			bold 16px/40px tahoma;
	text-align:		center;
	color:			#FFFFFF;
	text-decoration:none;
}
.meniu a{
	text-decoration:none;
	color:			#FFFFFF
}
.meniu a:hover{
	text-decoration:none;
	color:			#D3241C
}
.curs_valutar p{
	position:		relative;
	left:			50px;
	top:			40px;
	#top:			50px;
	_top:			50px;
	font:			normal 10px/16px tahoma;
	color:			#4c4c4c
}
.language{
	float:			right;
	margin-right:	30px;
	margin-top:		30px;
	color:			#D3241C;
	font:			bold 13px tahoma;
	text-decoration:none
}
.language a{
	text-decoration:none;
	color:			#6f6f6f;
}
.language a:hover{
	text-decoration:none;
	color:			#D3241C;
}
.logo {
	width:			403px;
	height:			141px;
	background-image:url(images/logo.gif);
	margin-left:	300px;
}
.title_page{
	color:			#DD231E;
	text-align:		left;
	padding-left:	50px;
	font:			bold 16px tahoma;
	border-bottom:	1px solid #969593;
	width:			400px;
	margin-left:	20px;
	_margin-left:	-230px;
	#margin-left:	-230px;
}
.content_text_page{
	color:			#343434;
	text-align:		justify;
	font:			normal 13px/25px tahoma;
	width:			700px;
	margin-left:	20px;
	text-decoration:none
}
.content_text_accordion{
	color:			#343434;
	text-align:		justify;
	font:			normal 13px/25px tahoma;
	margin-left:	20px;
	text-decoration:none
}
.lista{
	text-align:		justify;
	padding-right:	40px;
	color:			#343434;
	font:			normal 13px/25px tahoma;
}
.content_text_page a, .lista a, .content_text_accordion a{
	color:			#343434;
	text-decoration:none;
	font:			bold 13px/25px tahoma;
}
.content_text_page a:hover, .lista a:hover, .content_text_accordion a:hover{
	color:			#DD231E;
	text-decoration:none;
}

.title_page a {
	color:			#DD231E;
	text-decoration:none;
}
.title_page a :hover{
	color:			#343434;
	text-decoration:none;
}

/*acordeonul*/

		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			/*background: url(images/accordion_toggle.jpg) no-repeat top right #FFFFFF;*/
			padding: 0 40px 0 40px;
			line-height: 30px;
			color: #343434;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 14px;
			border-bottom: 1px solid #c5c5c5;
			text-align:left;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #FFFFFF;*/
			color: #343434;
			border-bottom: 1px solid #c5c5c5;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: #FFFFFF;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #c5c5c5;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			color: #ffffff;
			border-bottom: 1px solid #c5c5c5;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #FFFFFF;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #c5c5c5;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #FFFFFF;
			border-right: 1px solid #c5c5c5;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 0px auto 0px auto;
      width: 1px;   
      height: 1px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
	.bgband{
background-color: black; 
			z-index:2;
			-moz-opacity: 0.7;
			opacity:.70;
			filter: alpha(opacity=70);
            color:#FFFFFF;
			font-size:13px;
			font-weight:bold;
			}
					.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height:1400px;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
			
		}
		.white_content {
			display: none;
			position: absolute;
			top: -20%;
			left: -15%;
			width: 70%;
			height: 55%;
			padding: 16px;
			border: 16px solid grey;
			background-color: white;
			z-index:1002;
			overflow: auto;
			margin: 20% 25%; 
				}