/* CSS layout by Mike#mike.webzdarma.cz Prosim ponechte v kodu tenhle radek *
 * vytvoreno v programu: PSPad
 * encoding: ISO-8859-2;
 */



/* --- resety --- */
* {
  border: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  }

h1, h2, h3 {
  margin: 0;
  padding: 0;
  }

a img { border: 0; }

ul, ol { list-style: none; }

table, td, th { border: 0; font-size: 1em; font-weight: normal; }
/* --- resety smitec --- */



/* --- rozvrzeni stranky --- */
body {
  background: #e5e5e5;
  font: normal normal 0.7em tahoma, arial, verdana, sans-serif, helvetica; /* kurziva tucnost velikost rodina-pisma */
  letter-spacing: .1em;
  line-height: 1.7;
  margin: 0;
  padding: 0; 
  text-align: center; /* vycentrovani hlavniho divu pro IE */
  }

#all {
	width: 1014px;
  background-color: #FFFFFF;
	border: 0px;
	margin: 0px auto 0;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	height: auto;
	float: none;
  }

#header {
	width: 1014px;
	height: 216px;
	background: url(images/jan_rada_mediator.jpg) no-repeat;
  background-position: center top;
	background-repeat: no-repeat;
	border: none;
  }

#content {
	width: 1014px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
  }

#sidebar {
	float: left;
	width: 245px;
	font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	border: 0px none;
	background-color: #FFFFFF;
  }
  #sidebar-h {
	float: left;
	width: 245px;
	height: 24px;
	padding: 0px;
	border: 0px none;
	background-image: url(images/menu_horni.jpg);
	background-color: #FF0000;
  }
  #sidebar-d {
	float: left;
	width: 245px;
	height: 24px;
	padding: 0px;
	border: 0px none;
	background-image: url(images/menu_dolni.jpg);
	background-repeat: no-repeat;
  } 

  
#right-column {
	padding: 0 0 0 0px;
	width: 229px;
	float: right;
	background-image: url(images/pravy_sloup_stred.jpg);
	background-position: center top;
	background-repeat: repeat-y;
  }
#upper-right-column {
	padding: 0 0 0 0px;
	width: 229px;
	float: right;
	background-image: url(images/pravy_sloup_horni.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 18px;
  }  
#bottom-right-column {
	padding: 0 0 0 0px;
	width: 229px;
	float: right;
	background-image: url(images/pravy_sloup_dolni.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 18px;
  }

    
#upper-center {
	padding: 0 0 0 0px;
	width: 540px;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/stred_horni.jpg);
	min-height: 18px;
	
  } 
 #center-center {
	padding: 0 0 0 0px;
	width: 540px;
	float: left;
	background-image: url(images/stred_strany.jpg);
	background-position: center top;
	background-repeat: repeat-y;
  }
  #bottom-center {
	padding: 0 0 0 0px;
	width: 540px;
	float: left;
	background-image: url(images/stred_dolni.jpg);
	background-repeat: no-repeat;
	min-height: 18px;
	vertical-align: bottom;
	background-position: bottom;
  }
  
#footer {
	width: 1014px;
	height: 66px;
	margin: 0px;
	float: none;
	padding: 0px;
	background-color: #FFFFFF;
	clear: both;
	background-image: url(images/paticka.jpg);
  }  

/* --- rozvrzeni stranky smitec --- */  /* --- nastaven?? menu --- */

li
{
	background-position: left top;
	display:block;
	list-style: none;
	margin: 0 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
li a
{
	color: #FFFFFF;
	text-decoration: none;
	height: 38px;
	display: block;
	line-height: 38px;
	overflow: hidden;
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-repeat: no-repeat;
	background-image: url(images/menu_off.jpg);
	text-align: center;
	vertical-align: bottom;
}
.aktivni {
	background-image: url(images/menu_aktivni.jpg);
	background-position: left top;
	display:block;
	height: 38px;
	line-height: 38px;
	width: 245px;
	margin: 0 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	}
.pismo-bile {
	text-align: left;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
  } 
  
 /* --- konec nastaven?? menu --- */

/* --- nadpisy --- */
h1 { 
  font-weight: bold; 
  font-size: 2.0em; 
  padding-top: 10px; /* od oka vertikalne zacentrujem :) - nelze marginem */
  }
/* --- nadpisy  smitec--- */
/* --- formatovani textu a odkazu --- */
.odkaz {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px; color: #000000;
        text-decoration: none;
        cursor: hand;
        font-weight: bold
}
  
p {
	text-align: justify;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
  }
  
.vetsi {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
  }  

.center {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
  }


/* Clearfix */
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	content: ' ';
	}

.clearfix {min-height: 1px;}
.clearfix {display: inline-block;} /* Pro IE/Mac */

/* Backslash hack - nemel by to videt IE/Mac \*/
.clearfix {display: block;}
/* Konec hacku */

/* ]]> */

.ramecek {
	border: 1px solid #000000;
}

.pismo-standard {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}
.sede-pozadi {
	background-image: url(images/sedy_stred.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 205px;
}
.sede-horni {
	background-color: #FF0000;
	background-image: url(images/sedy_stred_horni.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px 0;
	height: 18px;
	width: 205px;
}
