body, table {
  font-family: Arial, Helvetica, sans-serif;
  //font-family: Tahoma, Verdana, sans-serif;
  
  font-size: 12px;
  line-height: 18px;
  
  color: #737373;
  //color: #869487; #9F9F9F;
  
  
    
}

.vitajte {
	background-image: url(../images/Vitajte.jpg);
	background-repeat: no-repeat;
	width: 454px; 
  height: 228px;
  
}
.motto {
  color: black;
  padding: 35px 10px 0px 145px ;
}

.blueLine {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
}
.ikona {
	background-image: url(../images/ikona.jpg);
	background-repeat: no-repeat;
	background-position: 17px 49px;
//	height: 178px;
	padding-top: 60px;
	padding-left: 120px;
}
.logo {
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
}

.mainMenu {
  width:228px; 
  height:228px;
  background-color: #869487;
   
}

h1 {
  font-size: 28px;
  margin: 0px;
  padding: 4px 0px;
  color: white;
}

.topMenu {
  color: #639ABD;
  font-size: 10px;
}

.bottomMenu {
  color: #639ABD;
  font-weight: bold;
  font-size: 11px;
}

.copyright {
  font-size: 10px;
}

.menuItem1 {
  background: url(../images/bullet.png) no-repeat 0% 50%;
  padding-left: 25px;  
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  
}

a         { color: #899F3D; text-decoration : underline; }
a:link    { text-decoration : underline; }
a:active  { text-decoration : underline; }
a:visited { text-decoration : underline; }
a:hover   { 
  color: #5A91B7; 
  text-decoration : underline; 
  
  }


a.menuItem1Link         { color: white; text-decoration : none; }
a:link.menuItem1Link    { text-decoration : none; }
a:active.menuItem1Link  { text-decoration : none; }
a:visited.menuItem1Link { text-decoration : none; }
a:hover.menuItem1Link   { 
  color: #F8D15C;//#F5BE16;//#88A847; 
  text-decoration : none; 
  
  }

a.bottomMenuItemLink         { color: #639ABD; text-decoration : none; }
a:link.bottomMenuItemLink    { text-decoration : none; }
a:active.bottomMenuItemLink  { text-decoration : none; }
a:visited.bottomMenuItemLink { text-decoration : none; }
a:hover.bottomMenuItemLink   {   
  text-decoration : underline; 
  
  }
  

a.topMenuItemLink         { color: #639ABD; text-decoration : none; }
a:link.topMenuItemLink    { text-decoration : none; }
a:active.topMenuItemLink  { text-decoration : none; }
a:visited.topMenuItemLink { text-decoration : none; }
a:hover.topMenuItemLink   {   
  text-decoration : underline; 
  
  }  
  
.bold {
  font-weight: bold;
  color: #899F3D;
}  
  
ul {
   list-style-image: url("../images/bullet_text.png");
}
  
.table {
   border: 1px solid black; 
}

.tableRow {
   border: 1px solid black; 
}

.input		{ border: 1px #808080 solid; outline-color:#808080; }

