
/* Rolovací listy pro IE 5.5 */

body {
	scrollbar-base-color : #999999;
	scrollbar-face-color : #606060;
	scrollbar-highlight-color : #999999;
  }

/*Definice písma a odkazů */

body {
    font-family: Trebuchet MS, Geneva CE, lucida, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	color: #000000;
	background-color: #cccccc
  }
  
a { text-decoration: none }
a:link { color: #f18103}
a:visited { color: #f18103 }
a:active { color: #083eab }
a:hover { color: #083eab; text-decoration: underline }
  
h1 { text-align: center }
h1 { color: #083eab }
h1 { font-size: 13pt }

h2 { text-align: left }
h2 { color: #cc6600 }
h2 { font-size: 13pt; }

h3 { text-align: left }
h3 { color: #808080 }
h3 { font-size: 10pt }
h3 { font-weight: bold }

HR {
	color: #808080;
	height: 1pt;
	width: 100%;
}

/* Definice pisma v tabulkach*/

table { font-size: 10pt }

td { 
  font-family: Trebuchet MS, Geneva CE, lucida, sans-serif; 
  font-size: 11pt;
  line-height: 130%;
}

#tab {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}

#tab td {
  text-align: center;
  border: 0px solid;
  background-color: #99CC66;
  padding: 4px;
  margin: 0px;
}

#tab th {
  text-align: center;
  font-weight: bold;
  border: 0px;
  padding: 4px;
  background-color: #006600;
  color: #99CC66
}

#tab2 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: #669933;
}

#tab2 td {
  text-align: center;
  border: 0px solid;
  background-color: #99CC66;
  padding: 3px;
  margin: 0px;
}

#tab2 th {
  text-align: center;
  font-weight: bold;
  border: 0px;
  padding: 3px;
  background-color: #006600;
  color: #99CC66
}

/* Definice formuláře*/

input {
  border: 2px solid #99CC66;
  background-color: #FFFFFF;
}

textarea {
  border: 2px solid #99CC66;
  background-color: #FFFFFF;
}

select {
  border: 1px solid #99CC66;
  background-color: #FFFFFF;
}
  
  checkbox {
  border: 1px solid #99CC66;
  background-color: #FFFFFF;
}  