
* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:url(images/body-bg.gif) 0 104px repeat-x #8e0202;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#f5c5c5;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}

table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
	
}

.wrapper ul, li { 
	
	list-style: none;
}


/*==== GLOBAL =====*/
#main, .container  {
	width:980px; 
	margin:0 auto;
	font-size:1.0625em;
	position:relative;
}


#main {
	padding-bottom:80px;
}

#header {
	height:104px;
	overflow:hidden;
	background:url(images/header-tail.gif) 0 0 repeat-x;
}

#header .language  {
top: 10px;
padding-top: 20px;
margin: 10px 20px 10px 880px;
font: normal 12px Arial, Verdana, Helvetica, sans-serif;
text-align: right;
color: #fff;
}

#content {
	padding:0 0 35px 0;
}
	#content .aside {
		float:left;
		background:#330101;
		width:255px;
		display:inline;
	}
	#content .aside.left {
		margin-right:20px;
	}
	#content .aside.right {
		margin-left:20px;
		margin-right:0;
	}
	
	#content .mainContent {
		float:left;
		width:705px;
	}
#footer {
	background:#4e0000;
	padding:6px 36px 6px 0;
	text-align:right;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#e91a1a; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
font-family: Arial, Verdana, Helvetica;
	font-size:36px;
	color:#fff;
	line-height:48px;
}
	h1 strong {
	
		color:#f30000;
		display:block;
		font-size:52px;
	}
	
h2 {
font-family: Arial;
	font-size:34px;
	color:#fff;
	line-height:38px;
	
}

h3 {
font-family: Arial;
	font-size:16px;
	color:#fff;
	line-height:1.2em;
	text-indent:18px;
	font-weight:normal;
	margin-bottom:12px;
}

h5 {
font-family: Arial;
	font-size:16px;
	color:#fff;
	line-height:1.2em;
	text-indent:18px;
	font-weight:normal;
	margin:20px 10px 12px 10px;
	border-bottom:2px solid #980807;
	
}


h6 {
font-family: Arial;
	font-size:14px;
	font-weight: bold;
	color:#ffa020;
	line-height:1.2em;
	text-indent:18px;
	margin-bottom:12px;
		
}


.txt1 {
}
.txt2 {
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-left.gif) no-repeat left top #2e0101;
	color:#fee7e7; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		line-height:40px;
		padding:0 20px;
		font-weight:normal; font-style:normal;
	}
	

.button { 
	background:url(images/button.gif) no-repeat 0 0;
	width:126px;
	line-height:43px;
	color: #fee7e7;
	font-size:17px;
	line-height:43px;
	position:absolute;
	left:461px;
	top:249px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	
}
.button:hover {
	text-decoration:underline;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	background:none;
	width:700px;
	font-size:14px;
	line-height:24px;
	
}
	.box .top {
		background:url(images/box-top.jpg) no-repeat 0 0;
	}
	.box .bot {
		background:url(images/box-bot.jpg) no-repeat 0 100%;
		width:100%;
	}
	
	.box .bot2 {
		background:url(images/box-bot_2.gif) no-repeat 0 100%;
		width:100%;
	}
	
	.box .inner { 
		padding:20px 41px 40px 37px;
		text-align: justify;
	}
	
	.inner img {
  margin: 5px;
  }
	
  .box .text {
		background:none;
		
	}
	
	.box .text p {
	
		text-indent: 5px;
		padding: 0  0 0 10px;
	}
	
	.box .text a {
		color: #fff;
		text-decoration: underline;
	}
	
	.box .text a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.box .text ul {
		padding: 0px 30px 5px 30px;
		
	}
	
		.box .text li {
		padding: 0px;
		list-style: square;
	}
	
	
		.box strong {
			font-size:14px;
		}
		
		.box h2 {
			font-size:28px;
			line-height:1em;
			color:#2d0101;
			position:relative;
			overflow:hidden;
			padding:0 0 13px 90px;
			background:url(images/line-hor.gif) 0 100% repeat-x;
			margin-bottom:24px;
		}
		
			.box h2 strong {
				color:#fff;
				display:block;
				font-size:44px;
			}
			.box h2 img {
				position:absolute;
				left:0;
				top:0;
			}
			
	.box h3 {
	 
	background: #990000 url(images/hbg.gif) repeat-x; 
  font-family: Arial;
	font-size:20px;
	line-height:1.2em;
	color:#fff080;
  font-weight:normal;
 text-align: right;
height:30px; 
padding: 5px 20px 0px 25px; 
margin: 10px 3px 20px 3px; 
	
}	

.box h3 span { background: url(images/h-art.png) no-repeat left; padding: 10px 5px 10px 33px;  line-height: 22px; margin: 0}

 .box h3 img {
  border: 1px #ff6000;
}	
	

/*box - ostatní stránky*/

 .box1 {
	background:none;
	width:700px;
	font-size:14px;
	line-height:24px;
	border: solid 1px #960807;
}
	.box1 .top {
		background:url(images/box-top.jpg) no-repeat 0 0;
	}
	.box1 .bot {
		background:url(images/box-bot.jpg) no-repeat 0 100%;
		width:100%;
	}
	
	.box1 .bot2 {
		background:url(images/box-bot_2.gif) no-repeat 0 100%;
		width:100%;
	}
	
	.box1 .inner { 
		padding:20px 41px 40px 37px;
		text-align: justify;
	}
	
  .box1 .text {
		background:none;
		
	}
	
	.box1 .text p {
	
		text-indent: 5px;
		padding: 0  0 0 10px;
	}
	
	.box1 .text a {
		color: #fff;
		text-decoration: underline;
	}
	
	.box1 .text a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.box .text ul {
		padding: 0px 30px 5px 30px;
		
	}
	
		.box .text li {
		padding: 0px;
		list-style: square;
	}
	
	
		.box1 strong {
			font-size:14px;
		}
		
		.box1 h2 {
			font-size:28px;
			line-height:1em;
			color:#2d0101;
			position:relative;
			overflow:hidden;
			padding:0 0 13px 90px;
			background:url(images/line-hor.gif) 0 100% repeat-x;
			margin-bottom:24px;
		}
		
			.box1 h2 strong {
				color:#fff;
				display:block;
				font-size:44px;
			}
			.box1 h2 img {
				position:absolute;
				left:0;
				top:0;
			}
			
	.box1 h3 {
	 
	background: #990000 url(images/hbg.gif) repeat-x; 
  font-family: Arial;
	font-size:20px;
	line-height:1.2em;
	color:#fff080;
  font-weight:normal;
 text-align: right;
height:30px; 
padding: 5px 20px 0px 25px; 
margin: 10px 3px 20px 3px; 
	
}	

.box h3 span { background: url(images/h-art.png) no-repeat left; padding: 10px 5px 10px 33px;  line-height: 22px; margin: 0}

 .box h3 img {
  border: 1px #ff6000;
}	
	



.address { 
	float:left;
}
	.address dt {
		margin-bottom:20px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			padding-right:5px;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:0;
	top:15px;
}




#header .nav {
	position:absolute;
	right:10px;
	top:61px;
}
	#header .nav li {
		float:left;
		background:url(images/divider.gif) no-repeat 0 0;
		padding:0 10px 0 10px;
	}
	#header .nav li.first {
		background:none;
		padding-left:0;
	}
		#header .nav li a {
			float:left;
			font-size:12px;
			text-decoration:none;
			color:#f2f6ed;
			font-weight:bold;
			background:url(images/nav-left.gif) no-repeat 0 0;
		}
			#header .nav li a span {
				float:left;
				background:url(images/nav-right.gif) no-repeat 100% 0;
				padding:0 21px 0 21px;
				line-height:30px;
				cursor:pointer;
			}
		
		#header .nav li a:hover, #header .nav li a.current {
			background:url(images/nav-left-act.gif) no-repeat 0 0;
		}
			#header .nav li a:hover span, #header .nav li a.current span {
				background:url(images/nav-right-act.gif) no-repeat 100% 0;
			}

/*===== content =====*/
#content .aside .inside {
	padding:15px 9px 10px 9px;
}



	
	#content .indent {
		padding:0 0 0 36px;
	}
	#content .section {
		padding:0 0 20px 0;
	}
	#content .section1 {
		padding:0 0 60px 0;
	}
	#content .indent1 {
		padding:14px 0 0 0;
	}
	#content .indent2 {
		padding:14px 0 0 60px;
	}
	
	
	.mainBanner {
		background:url(images/banner-bg_2.jpg) no-repeat 0 0;
		height:293px;
		margin-bottom:30px;
	}
		.mainBanner .indent {
			padding:126px 0 0 60px !important;
		}

.indent p { 
		padding:5px 20px 10px 10px;
		text-align: justify;
		font-size: 13px;
	}

.indent h2 {
  font-family: Arial;
	font-size:16px;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	font-style:italic;
	background: none;
	padding:0 0 5px 13px;
	margin-bottom:18px;
	border-bottom:2px solid #980807;
}

	
.indent h3 {
  font-family: Arial;
	font-size:20px;
	line-height:1.2em;
	color:#fff;
  font-weight:normal;
	font-style:italic;
	background: none;
	padding:0 0 5px 13px;
	margin-bottom:10px; 
	
}


.indent h4 {
  font-family: Arial;
	font-size:16px;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	font-style:italic;
	background: none;
	padding:0 0 5px 13px;
	margin-bottom:18px;

}		

.znacky h3 {
  font-family: Arial;
	font-size:20px;
	line-height:1.2em;
	color:#fff;
  font-weight:normal;
  	font-style:normal;
	background: none;
	padding:0 0 5px 13px;
	margin-bottom:10px; 
	border-bottom:2px solid #980807;
	
}

	
	.list1 {
		padding-bottom:10px;
	}
	.list1 li {
		background:url(images/list-bg.gif) 0 0 repeat-x #610404;
		padding:10px 5px 5px 5px;
		font-size:13px;
		line-height:18px;
		margin-bottom:5px;
		text-align: right;
	}
		.list1 li a {
			color:#f5c5c5;
		}
		.list1 li h6 {
			font-size:12px;
			color:#e51717;
			font-weight:normal;
			width:100%;
			overflow:hidden;
			padding-bottom:4px;
		}
			.list1 li h6 a {
				display: block;
				background:#fff url(images/bg_h6_list.gif);
				color:#CD1007;
				text-align:right;
				padding:2px 10px 2px 10px;
				margin: 5px;
				text-decoration:none;
				text-transform: uppercase;
			
			}
			.list1 li h6 a:hover {
				text-decoration: underline;
				color: #fff;
			}
	
	.list1 span {
display:block;
float:left;
color:#FF8400;
font-weight:bold;
text-align:right;
width:45px;

margin: 0 3px 0 0px;

}
	

	
	.list2 li {
		text-transform:uppercase;
		color:#f24725;
		font-size:11px;
		line-height:24px;
	}
		.list2 li a {color:#f24725; text-decoration:none;}
		.list2 li a:hover {color:#fff;}
	


.list3 {
		padding-bottom:10px;
	}
	.list3 li a {
		background: #610404;
		padding:3px 5px 5px 10px;
		font-size:12px;
		margin-bottom:5px;
		text-align: left;
		color:#f5c5c5;
		text-decoration: none;
		border-left: 3px solid #7f0000;
		display: block;
		}
		
		.list3 li a:hover {
			color:#fff;
			text-decoration: underline;
			background: #7f0000;
	
		border-left: 3px solid #AA0400;
		
			
			
			
		}
		
	
	 	.list4 li {
		text-transform:uppercase;
		color:#fff;
		font-size:14px;
		font-weight: bold;
		line-height:24px;
		padding: 10px 10px 10px 20px;
		margin: 5px 0 0 0;
		border: 1px solid #990000;
	}
		.list4 li a {color:#f24725; text-decoration:none;}
		.list4 li a:hover {color:#fff;}
	
  .list5 ul {
	margin: 10px 0 10px 0;
	}
	
 .list5 li {
	list-style: square;
	margin-left: 15px;
	}



	
	.img-list ul{
  margin: 10px 0 20px 0;
  }
	
	.img-list li {
		width:100%;
		overflow:hidden;
		padding: 5px 5px 10px 5px;

		margin: 3px;
	}
		.img-list li img {
			float:left;
			margin-right:10px;
			border: 1px solid  #ff6000;
		}
		.img-list li a {
			color:#f24725;
			font-size:11px;
			line-height:18px;
			text-decoration:none;
			text-transform:uppercase;
		}
		.img-list li a:hover {
			color:#fff;
		}
	

/*===== footer =====*/
#footer {
	color:#e51717;
	font-size:14px;

}
	#footer a {
		color:#f5c5c5;
	}

  #footer img {
  	vertical-align: middle;
  	text-align: right;
  }

/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	font-size:12px;
	color:#f5c5c5;
}
	#contacts-form label {
		display:block;
		height:51px;
	}
	#contacts-form input {
		width:245px;
		background:none;
		border:1px solid #e91a1a;
		padding:2px 0 2px 5px;
		color:#fff;
	}
	#contacts-form textarea {
		width:275px;
		background:none;
		border:1px solid #e91a1a;
		overflow:auto;
		height:120px;
		padding:1px 0 1px 5px;
		margin-bottom:14px;
		color:#fff;
	}

	#contacts-form .col-1 {
		width:348px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:282px !important;
		margin:0 !important;
	}
	#contacts-form .link1 {
		float:right;
		margin-left:16px;
		font-size:17px;
	}
.inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px}

#reklama {
font-size: 11px;
color:  rgb(255,48,0);

}



.adresa {
		padding-bottom:10px;
		text-align: left;
	}
	.adresa li {
		background:url(images/list-bg.gif) 0 0 repeat-x #610404;
		padding:10px 5px 10px 10px;
		font-size:13px;
		line-height:18px;
		margin-bottom:5px;
		text-align: left;
	}
		.adresa li a {
			color:#f5c5c5;
		}
		.adresa li h6 {
			font-size:12px;
			color:#e51717;
			font-weight:normal;
			width:100%;
			overflow:hidden;
			padding-bottom:4px;
		}
			.adresa li h6 a {
				display: block;
				background:#fff url(images/bg_h6_list.gif);
				color:#CD1007;
				text-align:left;
				padding:2px 10px 2px 10px;
				margin: 5px;
				text-decoration:none;
				text-transform: uppercase;
			  height: 55px;
			}
			.adresa li h6 a:hover {
				text-decoration: underline;
			}
	
	.adresa span {
display:block;
float:left;
color:#FF8400;
font-weight:bold;
text-align:left;
width:45px;
height: 55px;
margin: 0 3px 0 0px;

}
	
.adresa p {

}




.produkt {
	background: #fff;
	width:100%;
	font-size:14px;
	line-height:24px;
	font-family: Arial;
}
	
	.produkt .inner { 
		padding:20px 41px 40px 37px;
		text-align: justify;
	}
	
  .produkt .text {
		background:#fff;
		color: #202020; 
		font-size: 12px;
	}
	
	 .produkt .text table {
		border: 1px solid #ff4000;
		width: 610px;
		padding: 10px;
		margin: 5px;
		
	}
	
	 .produkt .text td {
		 	border: 1px solid #ff4000;
		padding: 3px 5px 3px 10px;                 
		margin: 5px;
		vertical-align: middle;
		
	}
	
	
	
	
	.produkt .text p {
	
		text-indent: 5px;
		padding: 5px  0 0 10px;
	}
	
	.produkt .text a {
		color: #202020;
		text-decoration: underline;
	}
	
	.produkt .text a:hover {
		color: #202020;
		text-decoration: none;
	}
	
	.produkt .text ul {
		padding: 10px 30px 5px 30px;
		
	}
	
		.produkt .text li {
		padding: 0px;
		margin: 0px;
		list-style: square;
	}
	
	
		
		
		
.produkt h3 {
	 
	background: #990000 ; 
  font-family: Arial;
	font-size:18px;
	line-height:1.2em;
	color:#fff;
  font-weight:normal;
 text-align: right;
height:25px; 
padding: 5px 20px 2px 25px; 
margin: 10px 3px 20px 3px; 
	
}				
	

 .produkt h3 img {
  border: 1px #ff6000;
  }	

.produkt h4 {
	 
	background: #ff4000; 
  font-family: Arial;
	font-size:14px;
	line-height:1.1em;
	color:#fff;
  font-weight:bold;
 text-align: left;
height:18px; 
padding: 5px 20px 0px 25px; 
margin: 10px 3px 20px 3px; 
	
}				

.produkt h6 {
	 

  font-family: Arial;
	font-size:12px;
	line-height:1.1em;
	color:#000;
  font-weight:bold;
 text-align: left;
height:18px; 
padding: 5px 20px 0px 25px; 
margin: 10px 3px 10px 3px; 
	
}		

	
 .produkt .text img {
  text-align: right;
  }	

 #box_lightbox {
text-align: center;
padding:15px 18px 10px 20px;
}

#box_lightbox img {
text-align:  center;
margin: 0px 5px 0px 5px;
vertical-align: bottom;
}


#odkaz p {
margin: 5px 5px 3px 10px;
font-size: 12px;

}

#facebook {
text-align: center;
margin-left: 15px;
}


.retro img {
text-align: center;
margin-left: 300px;

}


/*==========================================*/

