body {
   font-family: Verdana, Arial; 
   font-size: 14px; 
   background-color: gray;
   margin: 12px;
}

td           {font-family: verdana; font-size: 14px}
td.over      {background-color: #FFFFFF; color: #000000}

a            {color: #0c5135; font-weight: bold;}
a:link       {text-decoration: none}
a:visited    {text-decoration: none}
a:active     {text-decoration: none}
a:hover      {text-decoration: underline;}

.small       {font-size: 2px;}

.tdtop {
	border: 1px solid silver; background-color: #a4cbd6;
	width: 1002px;
}
.telo {
   margin-left: 5px;
}
.tdproc1 {
   padding: 3px;
}
.tdproc2 {

}
.trproc {
	background-image: url(img/menu.png);
}
.tableKonfBlue {
	background-image: url(img/bg.png);
	background-repeat:repeat-y;
	height: 800px;
	width: 1000px;
}
.tableKonfBlueLong {
	background-image: url(img/bg.png);
	background-repeat:repeat-y;
	width: 1000px;
}
#hlavni {
    width: 1000px;
    position: absolute;
    top: 100px;
}
.hlavni_tab {
    height: 100%;
}
.text1 {
    margin-top: 60px;
    font-size: 14px;
    /*color: green;*/
}
.text2 {
    margin-top: 60px;
    font-size: 14px;
    /*color: red;*/
}
.logo1 {
    font-size: 12px;
    display: block;
    width: 350px;
    float: left;
    color: #009900;
}
.logo2 {
    font-size: 12px;
    display: block;
    width: 350px;
    float: left;
    color: #0000FE;
}
.tuc {
    font-weight: bold;
}
.ital {
    font-style: italic;
}

/* menu*/
#menu {
	/*float: right;*/
	display: block;
	width: 650px;
	height: 150px;
	margin: 50px 0 30px 0;
	background-image: url(img/menu.png); 
	border-radius: 15px;
	line-height: 140px;
	text-align: center;
	font-size: 28px;
}
#menu ul {
	margin-right: 5px;
}
#menu li {
  font-family: Tahoma, Arial; 
	font-size: 14px;
}
#menu li:hover {
	color: #000/*cbe9f2*/;
}
#menu li a {
	color: #000/*cbe9f2*/;
	text-decoration: none;
}
#menu li a:hover {
	background: silver;
	color: #043359;
}

#back {
	/*float: right;*/
	display: block;
	width: 350px;
	height: 50px;
	margin: 0 0 30px 0;
	background-image: url(img/menu.png); 
	border-radius: 15px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}

#stopka {
	/*float: right;*/
	display: block;
	width: 650px;
	padding: 30px 0;
	background-image: url(img/menu.png); 
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	color: #0c5135;
}

.telo ul {background-color: red;}