/* CSS Document */
body {
	font-family : "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size : 0.8em;
	background-color : #E4ECEF;
	margin : 0px;
	padding : 0px 10px 0px 0px;
	text-align : justify;
}

a {
	color: #ff9900;
	decoration: none;
}

a:link{
	color: #ff9900;
	decoration: none;
}

a:visited{
	color: #ff9900;
	decoration: none;
}
a:active{
	color: #ff9900;
	decoration: none;
}
a:hover{
	color: black;
	decoration: none;
}


img{
  margin:5px;
}

img.right{
	float:right;
	margin: 10px 0px 10px 10px;
	border: solid 1px gray;
	clear: right;
}
img.right2{
	float:right;
	margin: 10px 0px 10px 10px;
}
.right3{
	float:right;
	margin: -20px 0 10px 10px;
}
img.left{
	clear: none;
	float:left;
	margin: 10px 10px 10px 0px;
	border: solid 1px gray;
}
img.left2{
	clear: none;
	float:left;
	margin: 10px 10px 10px 0px;
}
img.normal{
    margin: 10px 2px 10px 2px;
}
img.pytel{
	border: none;
}

h2{
	font-size: 1.2em;
	font-weight: bolder;
	border-bottom: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	background-color: #DAE2E5
}
h3{
	font-size: 1em;
	font-weight: bolder;
	margin: 15px 0px 5px 0px;
	letter-spacing: 2px;
}
h4{
	font-size: 0.9em;
	font-weight: bolder;
	margin: 0px 0px 10px 0px;
	letter-spacing: 2px;
}
h5{
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
table{
	width: 100%;
	font-family : "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size : 0.9em;
	margin: 5px 0px 5px 0px;
}
table .header{
	font-weight: bold;
	background-color: #ff9900;
}
table .header2{
	font-size : 0.8em;
	font-weight: bolder;
	background-color: #DAE2E5;
	height: 20px;
}
table .header3{
	background-color: #DAE2E5;
	height: 30px;
	vertical-align: bottom;
	border-bottom: solid 1px #ffcc00;
}
table .header2b1{
	vertical-align: bottom;
}
table .header2b2{
	text-align: center;
	vertical-align: bottom;
}
table.tab1{
	clear : both;
	margin-left: auto;
	margin-right: auto;
	background-color: #ff9900;
}
table.tab1 td{
	background-color: #FFB74A;
	padding: 2px 0px 2px 2px
}
.pozn{
	font-size : 0.8em;
	font-weight: bolder;
}
.nahoru{
	vertical-align: top;
}

.kontakttab{
	font-size : 0.9em;
}

.cicib1{
	font-weight: bolder;
}
.cicib2{
	font-weight: bolder;
}
.cicib3{
	border-right: solid 3px #ff9900;
}

.clr {
	clear : both;
	margin : 0;
	padding : 0;
}

#title {
	color:red;
}

dt {
	margin-top: 14px;
	font-weight: bold;
}

dd {
   margin-left:35px;  
	margin-bottom: 3px;
}

