p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;  
}

p a:link{
  text-decoration: none;
  color: black;
  font-size: 13px;  
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
} 

p a:hover, a:active{
  text-decoration: underline;
  color: black;
  font-size: 13px;  
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
  font-weight: normal;
} 

p a:visited{
  color: black;
  font-size: 13px;  
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
  font-weight: normal;
}


div {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;  
}

div a:link{
  text-decoration: none;
  color: black;
  font-size: 13px;  
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
} 

div a:hover, a:active{
  text-decoration: underline;
  color: black;
  font-size: 13px;  
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
  font-weight: normal;
} 

div a:visited{
  color: black;
  font-size: 13px;  
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
  font-weight: normal;
}

#nadpis1{
  color: #f18B00;
  font-size: 18px;
  font-weight: bold;
  height: 15px;
  /*padding-top: 30px;*/
  padding-bottom: 10px;
}

#nadpis2{
  color: #f18B00;
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  padding-top: 10px;
  /*padding-bottom: 10px;*/
}

td {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 

}

td a:link{
  text-decoration: none;
  color: black;
  font-size: 11px;  
}

td a:hover, a:active, a:visited{
  text-decoration: underline;  
  color: black;  
  font-size: 11px;
  font-weight: normal;  
}

td a:visited{
  color: black;  
  font-size: 11px;
  font-weight: normal;  
}

#menuCol{
  background-color: #e3e3e3;
  width: 220px;
  height: 100%;/*500px;*/
  padding-top: 2px;
  padding-left: 6px;
  padding-bottom: 10px;
}

#menuElement{
  width: 205px;
  margin-top: 4px;
  height: 20px;
  background-color: white;
  text-align: right;
  padding-right: 10px;
  vertical-align: bottom;
  padding-top:5px;
}

#menuElement a:link, a:hover, a:active{
  color: black;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
}

#menuElement a:visited{
  color: black;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
}

#menuElementSelected{
  width: 205px;
  margin-top: 4px;
  height: 20px;
  background-color: #f18B00;
  text-align: right;
  padding-right: 10px;
  vertical-align: bottom;
  padding-top:5px;
}

#menuElementSelected a:link, a:hover, a:active{
  color: white;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
}

#menuElementSelected a:visited{
  color: white;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
}

.colPath{
  position: relative;
  width: 100%;
  height: 15px;
  color: #BBBBBB;
  /*background-color: blue;*/
}
.colPath a:link, a:active, a:visited{
  font-size: 12px;
  color: black; /*#BBBBBB;*/
  font-family: Arial;
  text-decoration: none;
}

.colPath a:hover{
  font-size: 12px;
  color: black; /*#f18B00;*/
  font-family: Arial;
  text-decoration: underline;
  font-weight: none;
}

#colSumbenu{
  width: 100%;  
  height: 1px;
}

#colSubmenu A{
  font-size: 14px;
  color: #BBBBBB;
  font-family: Arial;
  text-decoration: none;
}


#aSubmenu a:hover{
  font-size: 14px;
  color: red;
  font-family: Arial;
  text-decoration: none;
}

p {
 padding: 0 15px;
 }

h4, h3 {
 margin:0; 
 padding: 5px 0;
 }
/*
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }
*/


