/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {padding-bottom:10px; background:url("../bg/bgr.jpg") 0 0 repeat-x; font:0.8em/1.5 "arial",sans-serif; text-align:left;}

/*h1, h2,*/ h3, h4, h5, h6 {margin:20px 0 10px 0; color: #529203;}
h2 {
	margin:-1px 0 10px 0;
	/*text-indent:45px;*/
	background-image:url(../bg/bgr_h2a.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:1px dotted   #529203 /*#71c705*/;
	color: #529203;
}

h2 a {
  text-align: right;
  font-size: 70%;
  padding-left: 55px;
  text-decoration: none;
}

h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; /*border-spacing:0;*/ font-size:100%;}
th {text-align:left; font-weight:bold;}
/*tr, td {text-align:left;}*/
th, td {padding:3px 7px;}

ul, ol {margin-left:25px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.more-right {float:right; padding-right:10px;}
/*.more-right-news {float:right; padding-bottom:100px;}*/
sup.more-news{font-weight:bold;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

table.table-style01 {width:85%;}
table.table-style01 th {text-align:center;}
table.table-style01 td {text-align:left; vertical-align:middle;}

table.tz {width:100%;}
table.tz td {text-align:left; vertical-align:middle;}

table.table-style02 {width:100%;}
table.table-style02 th, tr, td {text-align:center; vertical-align:middle;}


ul.ul-style01 {margin:10px 0 10px 0px; padding:0; list-style:none;}
ul.ul-style01 li {margin:0; padding:0; padding-left:15px; background:url("../bg/ul-style01.gif") 0 6px no-repeat;} 
ul.ul-style01 ul {margin:0; padding:0; list-style:none;}
ul.ul-style01 ul li {background:url("../bg/ul-style01-sub.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:912px; margin:0 auto; text-align:left;}

    #header {position:relative; height:148px; background:url("../bg/header.jpg") 0 0 no-repeat; overflow:hidden;}
    
        #logo {position:absolute; top:30px; left:80px; margin:0; font-size:200%; letter-spacing:-1px; font-weight:normal;}
        #logo span {font-weight:bold;}
        #logo a {text-decoration:none;}
        
        #slogan {
	position:absolute;
	top:24px;
	right:35px;
	font-size:120%;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	
}

    #nav {padding:0 15px 4px 6px; background:url("../bg/nav.jpg") 0 100% no-repeat;} /* padding:0 15px 9px 6px;*/
    
        #nav ul {margin:0; padding:0; list-style:none;}
        #nav ul li {display:inline; margin:0; padding:0;}
        #nav ul li a {
	display:block;
	float:left;
	padding:8px 15px 10px 14px;
	text-decoration:none;
	background-image: url(../bg/nav-link.gif);
	background-repeat: no-repeat;
	background-position: right top;
} /*border-right:1px solid #BEBCBF; padding:12px 15px 12px 14px;*/

#nav ul li#nav-active a {font-weight:bold; text-decoration:none;}
#cols {background:url("../bg/cols.jpg") 0 0 repeat-y;}

#content {float:left; width:661px; overflow:hidden;}
        
#content #content-title {margin:0; padding:13px 15px 10px 20px; background:url("../bg/content-title.jpg") 0 0 no-repeat; font-size:100%; font-weight:normal;} /* padding:15px 15px 10px 20px; */
#content #content-in {padding:15px 15px 10px 20px; }
        
#content #content-in p{text-align:justify;}
#aside {float:right; width:251px; overflow:hidden;}
        
#aside #aside-title {margin:0; padding:10px 15px 5px 15px; background:url("../bg/aside-title1.jpg") 0 0 no-repeat; font-size:140%; font-weight:normal;}
 #aside .aside-in {padding:10px 10px 15px 7px;}
#aside .aside-box {padding:10px; background:url("../bg/aside-box.jpg") 0 0 no-repeat; }
 #aside .title {margin:0 5px 0 0; padding:10px 15px; background:url("../bg/aside-title-02.jpg") 0 0 repeat-x; font-size:100%;}    

    #cols-bottom {width:912px; height:22px; background:url("../bg/cols-bottom.jpg") 0 0 no-repeat; font-size:0;}
    
    #footer {width:912px; height:52px; padding:0; background:url("../bg/footer.jpg") 0 0 no-repeat;}
    #footer p {margin:0; padding:15px 20px 0 20px;}/*padding:25px 20px 0 20px;*/
 
/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

/*#perex {margin-left:5px; padding:15px; background:url("../bg/perex.gif") 0 100% no-repeat;}
#perex p {margin:0;}*/

#center-box{margin-left:3px; } /* zarovnani  boxu na titulni strane*/
#sections {background:url("../bg/sections.gif") 0 0 repeat-y;}
#sections-bottom {width:620px; height:7px; background:url("../bg/sections-bottom.gif") 0 0 no-repeat; font-size:0;  margin-bottom:25px;}

    .section {float:left; width:200px;}
    .section p {margin:0;}
    .section.margin {margin:0 10px;}
    .section h3 {margin:0; padding:10px; background:url("../bg/section-title.jpg") 0 0 no-repeat; font-size:100%;}
    .section-in {margin-bottom:0px; padding:7px 10px 0px 10px;}
	#content #content-in .section-in p{text-align:left;} 

dl#news, dl#news dd {margin:0;}
dl#news dt {clear:both; padding-left:18px; background:url("../bg/ico-list.gif") 0 4px no-repeat;}
dl#news dd {margin:7px 0 10px 0; padding-bottom:10px;}
dl#news dd span.date {padding-right:10px; background:url("../bg/date.gif") 100% 50% no-repeat; font-size:85%; font-weight:bold;}

/* ze stranek atty  */
/* block quote */

blockquote

{ margin: 20px 0px 20px 0px; 
  padding: 0px 15px 0px 15px;
  border-left: 8px solid;
  font-style:italic;
  text-align:justify;
}

 blockquote.citat

{ margin: 20px 0px 20px 0px; 
  padding: 15px 15px 15px 15px;
 border-left: none;
  font-style:italic;
  text-align:justify;
  background-color:#F7F7F7;
  border:1px solid #E9E9E9;
}

blockquote.citat p

{ margin:0px; 
  padding: 0px;
 
}

.vizitka {

    float: left;
	text-align:left;
   	height: 100px;
	width: 300px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9D9D9;
	font-size: 90%;
	/*color: #000000;*/
	margin-right:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	
}

.vizitka p{

    text-align:left !important;
	margin:0;
	padding:5px 10px 0 0;
    
}
 .vizitka a {

	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

 .vizitka img {
	margin: 5px 5px 5px 0;
	/*margin-left:0px;*/
	padding:0px;
	float: left;
	border: 1px solid #999999;
}

 .vizitka .name {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*float: left;*/
	font-size: 102%;
	text-align:left;
}
 
pre {font-size:105% !important; color:#529203;}

textarea{
 background-color:#E2FDAC;
 font-size:90%;
 font-family:"Courier New", Courier, monospace;
 border:1px solid #999999;
 padding:10px;
 width:500px;
 height:50px;
 }
 
 hr {
	width:100%;
	height:1px;
	border-bottom: 1px solid #529203;
	text-align:center;
	border-left:none;
	border-top:none;
	border-right:none;
	margin:5px 0 5px 0;
}

/*   nova galerie */

.clear {clear: both; margin:0px;}

.thumbnailgal {		/* nahledy pro galerii */

	float: left;
	width: 100px;
	height: 80px;
	border-top: 1px solid #ccc; 
	border-right: 2px solid #529203;
	border-bottom: 2px solid #529203; /*a3a3a3*/
	border-left: 1px solid #ccc;
	background-color: #fff;
	margin: 5px 10px 5px 0;
	padding: 5px;
}


.thumbnailgal:hover {		/* nahledy pro galerii */

	background-color:#FFEA97;
	
	
}


img {
	border: 0;
	vertical-align: middle;
}


/*a.gallery, a.gallery:visited {

	position:relative; 

	z-index:1;

}*/

/* konec galerie */

.obal {			/* obaluje rozcestnik portfolia, i rozcestnik grafika - portfolio*/
	width:500px;
	height:auto;
	text-align:center;
	margin-top:20px;
}




/* boxy - rozcestnk pro graficke reference  */

#gra-box1{
width:350px;
height:100px;
background-image: url(../bg/p-gra-01.jpg);
background-position:left center;
background-repeat:no-repeat;
float:left;
text-decoration:none;
margin:0;
padding:0;
}


#gra-box2{
width:350px;
height:100px;
background-image: url(../bg/p-gra-02.jpg);
background-position:left center;
background-repeat:no-repeat;
float:left;
text-decoration:none;
margin:0;
margin-left:50px;
padding:0;
}


#gra-box3{
width:350px;
height:100px;
background-image: url(../bg/p-gra-03.jpg);
background-position:left center;
background-repeat:no-repeat;
float:left;
text-decoration:none;
margin:0;
margin-left:100px;
padding:0;
}


#gra-box1 p, #gra-box2 p, #gra-box3 p{
    text-align:left !important;
	/*margin-left:105px;*/
	margin:0 0 0 105px;
	padding:0px 10px 2px 0;
	font-size:120%;
	font-weight:bold;
 }

#gra-box1 p a, #gra-box2 p a, #gra-box3 p a{text-decoration:none !important;}

/* KONEC BOXY */


 /*.portfolio-img {margin:2px 2px 2px 0; border:1px solid #666666;} 		pro obr. v portf- grafika star pokus*/


.thumbnailport {		/* nahledy pro portfolio -grafika */

	/*float: left;*/
	width: auto;
	height: auto;
	border-top: 1px solid #ccc; 
	border-right: 2px solid #529203;
	border-bottom: 2px solid #529203; 
	border-left: 1px solid #ccc;
	background-color: #fff;
	margin: 10px 10px 10px 0;
	padding: 5px;
}

.thumbnailport:hover {		/* nahledy pro portfolio -grafika */

	background-color:#FFEA97;
}


/****************/
/* adds by Pepa */
/****************/
.red{
  color: red;
}

.noU {
  text-decoration: none;
  font-weight: bold;
/*  cursor: help;*/  
}

.border1{
  border: solid black 1px;
  text-align: center;
}

.nabidky {
  background: #529203;
}

.nabidky_selected {
  background: white;
  color: black;
  font-weight: bold;
}

a.nabidky {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

a:hover.nabidky {
  text-decoration: none;
  font-weight: bold;
  color: #EC7600;
}
