html { 
	padding:0px;
	margin:0px;
}


a {
	color: #0000EE;
  font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #0000EE;
  font-weight: normal;
	text-decoration: underline;
}


table.devet {
  font-size: 8px;
}

table.devet td{
  font-size: 8px;
}

img {
	border: 0;
  padding: 0;
  margin:0;
}

#obsah {
	margin: 0 auto;
	background-color: white;

}

body, tr, td {

            font-family: "Trebuchet MS";

            font-size: 11px;

}

h1 {

            font-family: "Trebuchet MS";

            font-size: 20px;

            color: #0033CC;

            text-decoration: underline;

}

h2 {

            font-family: "Trebuchet MS";

            font-size: 18px;

            text-transform: capitalize;

            color: #003399;

}

h3{

            font-family: "Trebuchet MS";

            font-size: 14px;

            text-transform: capitalize;

            color: #993300;

}

textarea, select{

            font-family: Arial, Helvetica, sans-serif;

            font-size: 11px;

            color: #003333;

            height: 20px;

            width: 90px;

            vertical-align: middle;
}

input{

            font-family: Arial, Helvetica, sans-serif;

            font-size: 11px;

            color: #003333;

            height: 16px;

            width: 90px;

            vertical-align: middle;
}

input.find{

            font-family: Arial, Helvetica, sans-serif;

            font-size: 11px;

            color: #003333;

            height: 22px;

            width: 90px;

            vertical-align: middle;
}
hr{

            border: 1px dotted #6666FF;

}


