A {
	text-decoration: none;
	color: red;
}
A:hover {
	text-decoration: none;
	color: black;
}

#titul {
	border: solid 0px White;
	padding: 5px;
}

#hlava {

border-bottom: solid 1px red;
}

#obal { /*  sloupek + content*/
 position: relative;

}


#sloupek {
position:absolute;
left:0px;
  color: #008700;
background: #FCFBA7;
  float: left;
  width: 246px;
height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
margin-bottom: 20px;
border-right:1px solid red;
border-bottom: 2px solid red;
}
#web {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
position:absolute;
bottom: -17px;
left:0px;
  color: black;
}
#content {
display:block;
float: right;
position: absolute;
left: 265px;
margin-left: -265px;
border-bottom: 20px;
border-left: solid #FCFBA7 255px;
padding-bottom: 20px;
background: white;
  color: black;
width: 500px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
height:auto;

}

.titulek {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  border-left: solid 1em red;
}

div.nadpis {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: orange;
	margin: 0px;
	font-weight: normal;
	letter-spacing: 2px;
}
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  border-left: solid 1em red;
}

table {

}

.linka_red {
background: red;
overflow: hidden;
width:126px; 
height:5px; 
}

.linka_white {
background: white;
overflow: hidden;
width:126px; 
height:5px; 
}

.linka {
overflow: hidden;
width:126px; 
height:5px; 
}


ul {
list-style: none;
padding-left:0px;
margin-left:0px;
}

.text ul,  .text2 ul  {
list-style: square;
}

.text li,  .text2 li  {
display: inline;
padding-left: 10px;
margin-left: 10px;
margin-bottom:2px;
list-style: square;
}
ul li {

display: block;
width: 230px;
padding-left: 3px;
margin-bottom:2px;

}

ul li A {
display: block;
width: 230px;
border-left: 5px solid #FCFBA7;
padding-left: 3px;
padding-top: 2px;
padding-bottom: 2px;
color: red;
}

ul li A:hover {
border-left: 5px solid red;
padding-left: 3px;
padding-top: 2px;
padding-bottom: 2px;
display: block;
background: orange;
color: darkblue;

}
ol {
	list-style: decimal;
	padding-left: 20px;
	margin-left: 20px;
}

