body  {
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	background-image: url(pic/bg_celek.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #ffffff;
	margin: 60px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(pic/obsah_bg.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid red;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding:0px;
	height: 110px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header .claim {
	margin: 18px 0px 0px 330px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 226px; 
	padding: 0px 0px 0px 0px;
	margin-top:0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 20px 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 445px;

}

.twoColFixLtHdr #novinky { 
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0px 0px 50px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width: 186px;
}
.rightbox{
	background-image: url(pic/rightbox_rep.png);
	background-repeat:repeat-y;
	padding-bottom:18px;
}  
.twoColFixLtHdr #mainContent p { 
	color:#6e6e6e;
	font-size: 12px;
	margin: 0px;
	padding-left:5px;
	padding-bottom:8px;
	}
.twoColFixLtHdr #novinky p { 
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding:0px 10px 0px 15px;

	}
.twoColFixLtHdr #novinky a:link{ 
	color:#fff;
	font-size: 12px;
	text-decoration:underline;
	}

.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent_index a:link, .twoColFixLtHdr #mainContent a:visited, .twoColFixLtHdr #mainContent_index a:visited { 
	color:#d52e1b;
	font-size: 12px;
	text-decoration:underline;
	font-weight:bold;
	}
.twoColFixLtHdr #mainContent a:hover, .twoColFixLtHdr #mainContent_index a:hover { 
	color:#000000;
	font-size: 12px;
	text-decoration:underline;
	}
.twoColFixLtHdr #mainContent table, .twoColFixLtHdr #mainContent_index table { 
	color:#6e6e6e;
	font-size: 12px;
	padding-bottom:8px;
	padding-left:5px;
	}	
	
.twoColFixLtHdr #mainContent li, .twoColFixLtHdr #mainContent_index li { 
	color:#6e6e6e;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
.twoColFixLtHdr #mainContent ul { 
	color:#6e6e6e;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	list-style-position:inside;
	}
.twoColFixLtHdr #mainContent_index ul { 
	color:#6e6e6e;
	font-size: 12px;
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 0px;
	list-style-position:outside;
	}
.twoColFixLtHdr #footer { 
	background-image: url(pic/footer_bg.png);
	background-repeat: no-repeat;
	height: 200px;
	margin: 13px 0px 0px 0px;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColFixLtHdr #footer2 { 
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0 0px;
	width:100%; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.galfoto{
margin: 0px 4px 0px 4px;
}
.galfoto2{
margin: 0px 4px 0px 6px;
}
.galfoto3{
margin: 0px 4px 0px 9px;
}
.twoColFixLtHdr #footer p.right {
text-align:right;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 14px 20px 0px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	font-style:normal;
	color:#6e6e6e;
	vertical-align: middle;
}
.twoColFixLtHdr #footer p.left {
text-align:left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 14px 20px 0px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	font-style:normal;
	color:#6e6e6e;
	vertical-align: middle;
}
.twoColFixLtHdr #footer .znak {
	margin: 0px 0px -3px 0px;

}
.twoColFixLtHdr #footer a {
	font-size: 12px;
	font-style:normal;
	color:#6e6e6e;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:hover {
	font-size: 12px;
	font-style:normal;
 color:#d52e1b;
 text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.left{float: left;}
img.right{float: right;}
/*///////////// Navigace ///////////*/
#menu{
width: 226px;
margin-top: 0px;
margin-right: 0px;
}
#menu .links{
	color: Black;
}
#menu .links a{
	text-indent:-8000px;
	display:block;
	width:226px;
	background-position:-230px 0px;
	background-repeat:no-repeat;
	text-decoration: none;
}
#menu .links a:hover{
	background-position:0px 0px;
	text-indent:-8000px;
	color: #5b9901;
	font-weight: bold;
}
#menu .links a.uvod{
	background-image:url(pic/uvod_bt.png);
	height:42px;
	line-height:42px;
}
#menu .links a.uvod2{
	background-image:url(pic/uvod_bt.png);
	background-position:0px 0px;
	height:42px;
	line-height:42px;
}

#menu .links a.strategie{
	background-image:url(pic/strategie_bt.png);
	height:42px;
	line-height:42px;
}
#menu .links a.strategie2{
	background-image:url(pic/strategie_bt.png);
	background-position:0px 0px;
	height:42px;
	line-height:42px;
}
#menu .links a.reference{
	background-image:url(pic/reference_bt.png);
	height:42px;
	line-height:42px;
}
#menu .links a.reference2{
	background-image:url(pic/reference_bt.png);	
	height:42px;
	line-height:42px;
	background-position:-0px 0px;
}

#menu .links a.razitka{
	background-image:url(pic/razitka_bt.png);	
	height:42px;
	line-height:42px;
}
#menu .links a.razitka2{
	background-image:url(pic/razitka_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}

#menu .links a.kopirovani{
	background-image:url(pic/kopirovani_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.kopirovani2{
	background-image:url(pic/kopirovani_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}

#menu .links a.tricka{
	background-image:url(pic/tricka_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.tricka2{
	background-image:url(pic/tricka_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}
#menu .links a.foliova_reklama{
	background-image:url(pic/foliova_reklama_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.foliova_reklama2{
	background-image:url(pic/foliova_reklama_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}
#menu .links a.tisk{
	background-image:url(pic/tisk_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.tisk2{
	background-image:url(pic/tisk_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}
#menu .links a.reklamni_predmety{
	background-image:url(pic/reklamni_predmety_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.reklamni_predmety2{
	background-image:url(pic/reklamni_predmety_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}
#menu .links a.kontakt{
	background-image:url(pic/kontakt_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.kontakt2{
	background-image:url(pic/kontakt_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}
#menu .links a.{
	background-image:url(pic/_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.2{
	background-image:url(pic/_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}
#menu .links a.{
	background-image:url(pic/_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.2{
	background-image:url(pic/_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}
#menu .links a.{
	background-image:url(pic/_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.2{
	background-image:url(pic/_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}
#menu .links a.{
	background-image:url(pic/_bt.png);	height:42px;
	line-height:42px;
}
#menu .links a.2{
	background-image:url(pic/_bt.png);	height:42px;
	line-height:42px;
	background-position:0px 0px;
}

h1{
	color:#3e5c57;
	font-size: 22px;
	margin:0px 0px 0px 0px;
}
h2{
	color:#3e5c57;
	font-size: 18px;
	margin:0px 0px 3px 0px;
}
h3{
	color:#3e5c57;
	font-size: 14px;
	margin:0px 0px 3px 0px;
}
.left{float: left;}
img {
border:0}
a:link, a:visited{
	color:#3e5c57;
	font-size: 12px;}
a:hover{
		color:#bede00;
	font-size: 12px;
	text-decoration:underline;}

img.a_pic{
float:left;
margin-right:5px;}

.uvod h1{
	background-image:url(pic/uvod.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.strategie h1{
	background-image:url(pic/strategie.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.reference h1{
	background-image:url(pic/reference.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.razitka h1{
	background-image:url(pic/razitka.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.kopirovani h1{
	background-image:url(pic/kopirovani.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.tricka h1{
	background-image:url(pic/tricka.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.foliova_reklama h1{
	background-image:url(pic/foliova_reklama.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}

.tisk h1{
	background-image:url(pic/tisk.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.reklamni_predmety h1{
	background-image:url(pic/reklamni_predmety.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.kontakt h1{
	background-image:url(pic/kontakt.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.provozni_doba h1{
	background-image:url(pic/provozni_doba.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.adresa h1{
	background-image:url(pic/adresa.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.technologie h1{
	background-image:url(pic/technologie.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.malovana h1{
	background-image:url(pic/malovana.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.plochy h1{
	background-image:url(pic/rek_plochy.png);
	text-indent:-8000px;
	display:block;
	width:300px;
	background-repeat:no-repeat;}
.sitemapLink
{
    position:relative;
    bottom:83px;
    left:100px;
    font-size:12px;
}
.sitemapLink:hover
{
    color:#000000;
}
	