/* global */
body
{
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 34px;
	/* background-color: #fdf0e1; */
	background-image: url("../img/bg.gif");
	background-repeat: repeat;
	text-align: center;
}

#x
{
	background-image: url("../img/listy.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

h1 {
	display: inline;
	font-weight: normal;
	font-size: 10px; 
}

h2 {
	display: inline;
	font-weight: normal;
}

h3 {
	display: inline;
	font-weight: normal;
}




#container {
  width: 865px;
	margin: 0px auto;
	text-align: left;
}

#top {
  float: left;
  width: 865px;
  height: 76px;
	margin: 0px auto;
	background-color: White;
	border: 1px solid black;
	margin-bottom: 5px;
}

.pata {
  float: left;
  width: 865px;
	margin: 0px auto;
	background-color: White;
	border: 1px solid black;
}

#main {
  position: relative; 
  float: left;
  width: 865px;
  height: auto;
	background-color: White;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#content {
	position: relative;
  float: left;
	width: 865px;
	background-color: White;
  border: 1px solid black;
  text-align: justify;
}


#odkazy {
  float: left;
  width: 800px;
	background-color: White;
	text-align: justify; 
  height: 140px; 
  border-top: solid 1px #dedede;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#odkazy-home {
  float: left;
  width: 100%;
	background-color: White;
	text-align: justify; 
  height: 0px; 
  
}

.b-green {
	border: 1px solid #d2ee9c;
}

.detail {
  height: 40px;
}

.detail-nadpis {
  font-size: 18px; 
}

.detail-nadpis-small {
	font-size: 14px;
	font-weight: bold;
}


#p-15 {
  padding: 15px;
}

#p-10 {
  padding: 15px;
}

.pvice {
  padding-top: 15px;
}


#m-in {
  margin: 15px;
}

div, p, a, h1, h2, h3, span, ul, li, form, label, input, select, table, td
{
	margin:0px;
	padding:0px;
}

body, p, a, h1, h2, h3, li, label, input, option, td
{
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


h1, h3
{
	font-size:12px;
}

h4
{
	font-size:14px;
}

p, a, li, label, input, option, td
{
	font-size:12px;
}

a
{
	text-decoration:none;
	color: #3084d1;
	
}

a:hover
{
	text-decoration:underline;
}

.fleft
{
	float:left;
}

.fright
{
	float:right;
}

.img-shadow {
  float:left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  /* border: 1px solid #a9a9a9; */
  margin: -6px 6px 6px -6px;
  padding: 0px;
  } 
  
._mar{
  margin-top: 20px;
}

