/* Start of CMSMS style sheet 'kaz-arcolor' */
/*colors*/

/* 
body{background-color: #f2f2f2}
div#mainblock, div#block2, div#newsblock,div#newsblock2{background-color:#fff} 
div#footer{color: #333}
*/

/* Image Gallery - Small Thumbnail Images */
.thumb {
margin: 1.4em 1.4em 1.0em 0; /* Space between images */
padding: 0;
float: left;
text-decoration: none;
line-height: normal;
text-align: left;
}

.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
width: 100px; /* Image width*/
height: 70px; /* Image height*/
display: inline;
padding: 9px; /* Image padding to form photo frame */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
margin: 0;
background-color: #7EB07B; /*Background of photo */ 
border-top: 1px solid #7EB07B; /* Borders of photo frame */
border-right: 2px solid #7EB07B;
border-bottom: 2px solid #7EB07B;
border-left: 1px solid #7EB07B;
text-decoration: none;
}

.thumb a:visited img {
background-color: #597F57; /*Background of photo on hover - sort of a light grey */
}

.thumb a:hover img {
background-color: #FFA07A; /*Background of photo on hover - sort of light blue/green */
}

.thumbPicCaption {
text-align: center;
font-size: smaller;
margin: 0 1px 0 0;
padding: 0;
width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
/* display: none;  if you do not want to display this text */
}

/* Image Gallery - Big Images */
.bigPic {
margin: 10px 0 5px 0;
padding: 0;
line-height: normal;
}

.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
text-align: left;
font-weight: bold;
font-variant: small-caps;
font-weight: bold;
margin: 0 1px 0 0;
font-size: 1.5em;
padding: 1em;
}

.bigPic img{ /* Big Image settings */
width: auto; /* Width of Big Image */
height: auto;
display: inline;
padding: 0; /* Image padding to form photo frame. */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
margin: 0;
background-color: #555; /* Background of photo */ 
border: 1px solid #7EB07B; /* Borders of photo frame */
text-decoration: none; 
text-align: left;
}

bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
margin: 0;
padding: 0;
color: #eee;
font-size: smaller;
line-height: normal;
text-align: center;
/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
}

/* End of 'kaz-arcolor' */

/* Start of CMSMS style sheet 'kaz-artypo' */
h1,h2,h3 {font-family: "Trebuchet MS",arial,sans-serif;color:#FFA07A;}

a, p, div.breadcrumbs {color:#eee;}

address{padding: 3px 15px;font-style:normal}
body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75%;
                line-height: 1em;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
        a,
	a:link 
	a:active, a:visited {
        color: #7EB07B;
	text-decoration: none;
	}
         a:hover{
         color:#FFA07A;text-decoration:underline;
         }	
        #menu_horiz
        a,
	a:link 
	a:active, a:visited {color: #eee;
	text-decoration: none;
	}
	#menu_horiz
         a:hover{color: #FFA07A;
	text-decoration: underline;
        }
        #content	
        a,
	a:link 
	a:active, a:visited {
         color: #7EB07B;
	text-decoration: underline;
	}
        #content a:hover{
        color:#FFA07A;text-decoration:blink;
        }
	#main
 	a,
	a:link 
	a:active, a:visited {
        color: #7EB07B; /* #587A9C */
	text-decoration: underline;
	}
        #main a:hover{
        color:#FFA07A;
        text-decoration:none;
        }
        #content2
        a,
	a:link 
	a:active, a:visited {
        color: #587A9C;
	text-decoration: underline;
	}
        #content2 a:hover{
        color:#FFA07A;
        text-decoration:none;
        }
       #news  
        a,
	a:link 
	a:active, a:visited {
        color: #7EB07B;
	text-decoration: underline;
        }
        #news a:hover{
        color:#FFA07A;
        text-decoration:none;
        }
       #news2  
        a,
	a:link 
	a:active, a:visited {
        color: #7EB07B;
	text-decoration: underline;
        }
        #news2 a:hover{
        color:#FFA07A;
        text-decoration:none;
        }

      div.breadcrumb
        a,
	a:link 
	a:active, a:visited {
        color: #eee;
	text-decoration: underline;
        }      
        a:hover{
        color: #FFA07A;
	text-decoration: bold;
	}


/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h2 {
		font-size: 1.5em;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0 15px 0 11px;
	}
        div#contentbox th h2{font-size:170%;}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	#main h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 15px;
		padding:0;
	}
	#menu_vert h2 {
		margin-left: 10px;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0 10px;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {    
        font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0.3em 0 1em 0;
        padding:0 10px;
        line-height:160%;
	}
        divmain p {margin: 0px;padding: 5px;display:inline;}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		   
	}
	hr {
		
		margin:  0;
		/*border-bottom: 1px dotted black;*/
	}
/* End of 'kaz-artypo' */

/* Start of CMSMS style sheet 'kaz-borders1' */
#newsbox, #content3 {border: 1px solid orange;}

#header, #hbox, #sidebar, #wrapper, #menu_horiz, #header h1, #menu, #contenthead, .breadcrumbs, #content, #contentbox, #mainblock, #main, #flat, .right49, .left49, .top49, #footer, #news, #news2, #block2 {border: 0px solid orange;}

#box {border: 1px solid #565;}
#newsblock, #newsblock2 {border: 1px solid #808080;}

#myframe { height:900px; width:700px; } /*pre iframe - pokus*/

.bannery {margin: 7px 15px 0px 15px;}

/* End of 'kaz-borders1' */

/* Start of CMSMS style sheet 'kaz-forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 1em;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		
/* End of 'kaz-forms' */

/* Start of CMSMS style sheet 'kaz-news' */
/* News Layout */

.NewsSummary {
    margin:3px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  color: #ddd;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  color:#7EB07B;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin: 0 0 5px 0;
  color: #ddd;
 }

.NewsSummarySummary p {text-align:justify;padding:0;}

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin: 5px;padding:0 10px;
  color:#7EB07B;
  }

#NewsPostDetailSummary {padding:10px;
  margin-bottom: 10px;
  line-height: 150%;
  color:#eee;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;padding:0;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */
 
.NewsSummaryLink {}
.NewsSummaryAuthor {display:none}
.NewsSummaryMorelink {
  margin:0 0 10px 10px;padding: 0;
}
#NewsPostDetailTitle {
  padding:0 10px 10px 0;color:#eee;
}
#NewsPostDetailHorizRule {margin:10px 0 5px 0;}
#NewsPostDetailCategory {
  padding:0 10px;
  color:#7EB07B;
}
#NewsPostDetailAuthor {
  padding:5px 10px;
  color:#7EB07B;
}
#NewsPostDetailPrintLink {
  padding:0px 10px;
}
#NewsPostDetailReturnLink {
  padding:5px 10px;
}

.BlogSummary {
    margin-bottom: 0px;
 }

.BlogSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.BlogSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.BlogSummarySummary, .BlogSummaryContent {
  line-height: 140%;
  margin-bottom: 5px;
 }

#BlogPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;padding:0 10px;
  }

#BlogPostDetailSummary {padding:0 10px;
   margin-bottom: 10px;
  line-height: 150%;
   }

#BlogPostDetailContent {
  margin-bottom: 15px;padding:0 10px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */
 
.BlogSummaryLink {}
.BlogSummaryAuthor {}
.BlogSummaryMorelink {
  margin:0 0 10px 10px;padding: 0;
}
#BlogPostDetailTitle {
  padding:0 10px;color:#666666;
}
#BlogPostDetailHorizRule {}
#BlogPostDetailCategory {
  padding:0 10px;
}
#BlogPostDetailAuthor {
  padding:5px 10px;
}
#BlogPostDetailAuthor {}
#BlogPostDetailPrintLink {
  padding:0px 10px;
}
#BlogPostDetailReturnLink {
  padding:0 10px;
}

#addcommentlink{
  padding:0 10px;
}

div#news h2 {padding:2px 5px 0 2px; color: #FFA07A;} /* pridal som to tam ja*/
div.NewsSummaryPostdate, div.NewsSummaryCategory, div.NewsSummaryLink {padding: 0 0 5px 0;}

/* end News Layout */

/* End of 'kaz-news' */

/* Start of CMSMS style sheet 'kaz-piclistmenu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

div#menu_horiz{width:100%;margin: 0 auto; padding:0;}
div#wrapper{height: 25px; padding:0; background:#7F7F7F url(uploads/kaz/25pxgrad.jpg);}
div#menuwrapper{margin:0; padding:2px 0 0 25px;}

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 170px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav{
        list-style: none;
	margin: 0px; 
	padding: 0px; }

#primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul {
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */


#primary-nav a { 
background-color: #777; /*#f2f2f2*/
background-image: url(uploads/kaz/20pxgrad.jpg);
	display: block; 
	padding: 4px 10px; 
	text-decoration: none; 
background-repeat: repeat-x;
	}
#primary-nav li a {
/*background: url(uploads/wireframe1colwnews/grey.jpg); */
	/*border-top: 1px solid #C0C0C0;*/
	border-left: 1px solid #7EB07B;  /*#C0C0C0*/
	}
#primary-nav li li a {
      /*  background: url(uploads/wireframe1colwnews/blue.jpg);*/
	border: 1px solid #7EB07B; /*#e6e6e6*/
       	}	
#primary-nav li{
 /*background: url(uploads/wireframe1colwnews/grey.jpg); */
        }

#primary-nav li.menuparent {
/*background: url(uploads/wireframe1colwnews/grey.jpg); */
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
/*background: url(uploads/wireframe1colwnews/grey.jpg); */
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li .menuparent, #primary-nav ul li .menuparent :hover, #primary-nav ul li .menuparent { 
	background-image: url(uploads/kaz/20pxgradsipka.jpg);
/*background-image: url(uploads/wireframe1colwnews/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; */ 
/*background: url(uploads/wireframe1colwnews/grey.jpg); */
	}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { /*background: url(uploads/wireframe1colwnews/grey.jpg); */
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul, #primary-nav li.menuparenth ul ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul, #primary-nav ul ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
/* End of 'kaz-piclistmenu' */

/* Start of CMSMS style sheet 'kaz-wframelayout1col' */
/* SITE SPECIFIC LAYOUT */

div.breadcrumbs {margin:0px;padding:8px 0 2px 4px; text-align:left; font-size: 90%;}
div#contenthead {width:95%;height:16px;margin:3px auto 3px;padding: 5px 3px 0 3px;}
 * html body div#contenthead { margin: 0px auto; padding: 10px 0;}

html{height: 100%; margin-bottom: 1px;}

html,body{margin:0;padding:0 0 20px; background: url(uploads/kaz/back_text.gif);}
div#box{width:780px;margin: 0px auto; background:#333; position:relative;}
div#page{width: 100%;margin: 0px ;text-align: left;}

form#m2moduleform_1 {width:290px; height:auto; margin:0; padding:0; position:absolute; z-index:1; top:110px; left:480px; color:#fff;}
form#m2moduleform_1 input {border:none; background:#ccc;cursor:pointer;}
form#m2moduleform_1 input#m2searchinput {background: url(uploads/kaz/blank2x2.gif); cursor:text; border:1px solid #7EB07B;color:#eee;}

div#header{width: 100%; height:155px; margin:0px auto;padding: 0px; background: url(uploads/kaz/header.jpg);}
div#hbox{margin:0; padding:0;}
 *html body div#hbox{margin:0; padding: 0;}

div#content{margin:4px 0 10px;padding: 3px;}

div#contentbox{margin:0px;padding: 6px 10px 10px 10px;}
 * html body div#contentbox{margin: 0px;padding: 0 10px 10px 10px;}
div#contentbox table{margin-left:25px;}
div#contentbox th{padding:7px;}
p.center {margin: 0px;text-align: center;}
.center{margin-left:180px;}

div#footer{clear: both;margin-top: 10px;}
div#footer p {margin: 0;padding: 5px 0 15px 0;text-align: center;}
div#footer.clearfix p {font-size:9px;color:#808080;}

div#mainblock{height:100%;margin:0 0 10px;padding:0; background:#333;}
 *html body div#mainblock{width:100%;margin:0px;padding:0px; background:#333;}
div#mainblock.col{height:100%;width:77%;margin:0 0 10px;padding:0px;}
div#main {padding:5px 0; background:#333; color:#eee;}
 * html body div#main {padding:5px;background:#333; color:#eee;}
div#main hr {margin:0 0 10px 0;}

div#block2{;width:73%;margin:0 0 10px;padding:3px;}
 *html body div#block2{;width:73%;margin:10px 0px;padding:0px;}
div#content2 {padding:5px;margin:0px;}
div#content2 h2{margin: 0px;padding: 5px;}
div#newsblock, div#newsblock2 {float:right;width:29%;margin: 10px 5px 10px 10px;padding:0;display:inline;clear:both;}
div#newsblock.tsw, div#newsblock2.tsw{float:right;width:20%;margin:5px 10px;display:inline;}
div#news, div#news2 {padding: 5px; background:#000;}
div#news div ul, div#news2 div ul {padding: 0 0 0 5px;margin:0;list-style:none;}
div#newsblock div#news div ul li, div#newsblock2 div#news2 div ul li {color:#bbb; line-height:130%;font-size:11px;}
div#news p, div#news2 p {font-size:0.8em;padding:0 0 0 3px;}

div#flat{clear:both;width:748px;height:30px;margin:0 auto;padding:3px;color:#eee;background:#333;}
div.top49 {float:left;width: 95%;text-align: left;color:#eee;}
div.left49 {float:left;width:auto;padding:8px 3px 3px 11px;display:none;}
div.right49{float:left;width:auto;padding:8px 3px 3px 10px;display:none;}
/* End of 'kaz-wframelayout1col' */

