/* BG energy by Danish */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0px;
	margin: 0px auto;
	background: #FFFFFF;
	color: #959595;
}
img {
	border-width:0px; 
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	text-decoration:none;
	font-size:11px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#B72D2A;
	text-decoration:none;
	font-size:11px;
}
p {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	text-decoration:none;
	font-size:11px;
}

#all {
	width:1000px;
	margin:0px auto;
	padding:0px 0 0px 0;
	color: #959595;
	border-right:1px solid #DEDCDD;
	border-top:1px solid #DEDCDD;
	border-bottom:1px solid #DEDCDD;
	border-left:1px solid #FFFFFF;
}
h1 {
	color: #B72D2A;
	font-weight:normal;
	font-size:16px;
	margin:0px;
	padding:0px;
}
h2 {
	color: #B72D2A;
	font-weight:normal;
	font-size:15px;
	margin:0px;
	padding:0px;
}
h3 {
	color: #B72D2A;
	font-weight:normal;
	font-size:14px;
	margin:0px;
	padding:0px;
}
h4 {
	color: #B72D2A;
	font-weight:normal;
	font-size:13px;
	margin:0px;
	padding:0px;
}
h5 {
	color: #B72D2A;
	font-weight:normal;
	font-size:12px;
	margin:0px;
	padding:0px;
}	

/*--------------- header -----------------------------*/

*html #header {
	width:1000px;
	height:139px;
	margin:0px;
	background:#FFFFFF;
	float:left;
}
	*html #logo {
		width:139px;
		height:137px;
		float:left;
		background:#B72D2A;
		border-right:1px solid #F2DADA;
	}
	*html #right_head {
		width:860px;
		height:138px;
		float:left;
		background:url(top_border.jpg) repeat-x bottom;
	}
		*html #right_head_top {
			width:860px;
			height:105px;
		}
		*html #right_head_menu {
			width:860px;
			height:31px;
			line-height:29px;
			float: left;
			background:url(menu_bg.jpg) repeat-x;
		}
		
		
#header {
	width:1000px;
	height:137px;
	margin:0px;
	background:#FFFFFF;
	float:left;
}
	#logo {
		width:139px;
		height:137px;
		float:left;
		background:#B72D2A;
		border-right:1px solid #F2DADA;
	}
	#right_head {
		width:860px;
		height:137px;
		float:left;
		background:url(top_border.jpg) repeat-x bottom;
	}
		#right_head_top {
			width:860px;
			height:104px;
		}
		#right_head_menu {
			width:860px;
			height:29px;
			line-height:29px;
			float: left;
			background:url(menu_bg.jpg) repeat-x;
		}
		
			#right_head_menu ul {
				list-style:none;
				padding:0px;
				margin:0px;
				float:left;
			}	
				#right_head_menu li {
					padding:0 0px 0 0px;
					list-style:none;
					margin:0px 0 0px 0px;
					display:inline;
				}
				#right_head_menu  a {	
					padding:6px 16px 6px 16px;
					margin:0px;
					background:url(li_bg.jpg) no-repeat left;
					color:#3D3D3D;
				}	
				#right_head_menu a:hover {	
					padding:6px 15px 5px 15px;
					background:url(menu_hover.jpg) left;
					color:#FFFFFF;
					border:1px solid #979696;
				}
				#search {
					text-align:right;
					color:#4A4A4A;
					font-size:10px;
					font-weight:bold;
					height:28px;
					line-height:28px;
					margin:0 20px 0 0;
					padding:0px;
				}
					#search table {
						float: right;
					}	
					#search input {
						width:80px;
						height:12px;
						border-top:2px solid #606060;
						border-right:2px solid #E8E8E8;	
						border-left:2px solid #696969;	
						border-bottom:2px solid #D7D7D7;
						margin:3px 0 0 0;
					}
					#search a.tursene {
						color:#4A4A4A;
						font-size:10px;
						font-weight:bold;
						text-transform:uppercase;
						background:none;
						border:none;
					}
					#search a:hover.tursene {
						color:#FFFFFF;
						font-size:10px;
						font-weight:bold;
						background:none;
						border:none;
					}			
		/*#right_head_bottom {
			width:862px;
			height:4px;
			background:#7F0F0C;
		}*/
/*		*html #right_head_bottom {
			height:2px;
			padding:0px;
			margin:0px;
		}*/							
/*--------------- header end -----------------------------*/

/*--------------- content -----------------------------*/

#content {
	width:1000px;
	background:url(content_bg.jpg) repeat-y left;
	float:left;
}
	
	#left {
		width:139px;
		float:left;
		background:url(left_bg.jpg) repeat-y;
		border-right:1px solid #C4C4C4;
	}
		#left ul {
			margin:0px;
			padding:0px;
		}
			#left li {
				list-style:none;
				margin:0px;
				padding:0px 0 0px 0px;
				border-top:1px solid #FFFFFF;
				border-bottom:1px solid #C3C3C3;
				border-right:1px solid #FBFBFB;
			}
			#left a {
				background:url(strike_li.jpg) no-repeat left;	
				padding:8px 0 8px 18px;
				color:#373737;
				text-transform:lowercase;
				display:block;
				margin:0 0 0 6px;
			}	
			#left a:hover {
				background:url(strike_li.jpg) no-repeat left;	
				color:#B72D2A;
				display:block;
			}	
			ul .sub_ul {
					background:#DAD8D8;
					border-top:1px solid #FFFFFF;
					border-bottom:1px solid #FFFFFF;
					border-right:1px solid #FBFBFB;
					margin:0px;
					padding:10px 0 10px 0;
				}	
					.sub_ul li.bez_border {
						color:#5A5A5A;
						list-style:none;
						border:none;
						list-style-image:none !important;
						padding:0px;
						/*padding:0px;*/
					}
					.sub_ul a.bez_strelka {
						font-size:10px;
						padding:3px 0 3px 5px !important;
						color:#5A5A5A;
						background:none !important;
					}
					*html .sub_ul a.bez_strelka  {
						padding:2px 0 2px 9px;
					}	
					.sub_ul a:hover.bez_strelka {
						font-size:10px;
						color:#7F0F0C;
						background:none !important;
					}
					ul.pod_menu {
						margin:0px !important;
						padding:0px !important;
						list-style:none;
					}
					li.sub_li {
						margin:0px !important;
						padding:0px !important;
					}	
					a.sub_sub {
						padding:1px 2px 1px 2px !important;
						background:none !important;
					}	
	#lang {
		width:802px;
		float:left;
		text-align:right;
		margin:0px;
		padding:0px;
		font-size:7px;
		color:#4A4A4A;
	}
		#lang a {
			font-size:10px;
			color:#4A4A4A;
		}
		#lang a:hover {
			font-size:10px;
			background:#4A4A4A;
			color:#FFFFFF;
		}		
	#center {
		width:802px;
		float:left;
		padding:5px 32px 0 23px;
	}
		#center_left {
			width:563px;
			margin:0 26px 0 0;
			float:left;
		}	
		#center_right {
			width:213px;
			float:left;
		}
		#center_right .news {
			margin:10px 0 20px 0;
		}
			.news img {
				border:1px solid #C5C5C5;
				padding:1px;
				margin:0 10px 0 0;
			}
			a.news_title {
				color:#B72D2A;
				margin:0 0 10px;
			}
			a:hover.news_title {
				color:#3D3D3D;
				margin:0 0 10px;
			}	
			.news p {
				font-size:10px;
			}
		.produkti {
			margin:10px 0 20px 0;
			float:left;
			width:270px;
			height:150px;
		}
			.produkti img {
				border:1px solid #C5C5C5;
				padding:1px;
				float:left;
				margin:0 10px 0 0;
			}
			a.produkti_title {
				color:#B72D2A;
				margin:0 0 10px;
			}
			a:hover.produkti_title {
				color:#3D3D3D;
				margin:0 0 10px;
			}
			a.produkti_more{
				color:#B72D2A;
				margin:0 0 10px;
				font-size:10px;
			}
			a:hover.produkti_more {
				color:#3D3D3D;
				margin:0 0 10px;
				font-size:10px;
			}	
			.produkti p {
				font-size:10px;
			}
			.razdelitel {
				width:10px;
				height:100px;
				background:#FFFFFF;
				float:left;
			}			
		#center .title {
			font-size:12px;
			color:#B72D2A;
			background:url(strike.jpg) no-repeat left;
			text-transform:uppercase;
			padding:0px 0 6px 20px;
			margin:30px 0 10px 0;
			border-bottom:1px solid #AFAFAF;
		}	
			.red_letters {
				font-size:11px;
				color:#B72D2A;
				text-transform:uppercase;
			}	

/*--------------- content end -----------------------------*/							

/*--------------- footer -----------------------------*/

#footer {
	width:1000px;	
	background:url(content_bg.jpg) repeat-y left;
	padding:15px 0 0 0;
	clear: both;
	float: center;
}
	#footer_left {
		width:139px;
		margin:150px 0 0 0;
		padding:0px 0 0 0px;
		background:url(border.jpg) repeat-x top;
		border-right:1px solid #C4C4C4;
	}
	.div_s_adres {
		background:url(border.jpg) repeat-x bottom;
		padding:0 0 0 6px;
	}	
		.adres {
			background:url(strike_li.jpg) no-repeat left;	
			padding:11px 0 11px 0px;
			color:#B72D2A;
			margin:0px;
			height:10px;
			text-indent:18px;
			line-height:10px;
			text-transform:lowercase;
		}
			#footer_left p {
				color:#6B6969;
				font-size:10px !important;
				margin:7px 7px 7px 6px;
			}
			#footer_left a {
				color:#6B6969;
				font-size:10px !important;
			}
			#footer_left a:hover {
				color: #B72D2A;
				font-size:10px !important;
			}
	/*	#footer_right {
			width:862px;
			float:left;
		}*/		
/*	#foot1 {
			width:1002px;
			height:1px;
			background:#7F0F0C;
			border-bottom:1px solid #7F0F0C;
			border-top:2px solid #7F0F0C;
			float:left;
			clear:both;
		}*/
/*		*html #foot1 {
			height:2px;
			margin:0px;
			padding:0px;
		}*/	
	#foot2 {
		background: url(footer_bg.jpg) repeat-x top;
		width:1000px;
		height:27px;
		line-height:22px;
		/*border-top:1px solid #FFFFFF;*/
	}
	
	#foot_left {
		height:22px;
		line-height:22px;
		padding:0px 0px 0 0 ;
		margin:0px;
		float:left;
		text-align: right;
		color:#FFFFFF;
		font-size:10px;
		text-indent:50px;
	}

	#foot_right {	
		height:22px;
		line-height:22px;
		padding:0px 20px 0 0 ;
		float: right;
		text-align:right;
		color:#FFFFFF;
		font-size:10px;
	}		
		#foot_right table {
			text-align:right;
			float:left;
		}							