/* global */
body
{
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 34px;
	text-align: center;
	background-image: url("../img/bg.gif");
	background-repeat: repeat;
	/* background-position: top center; */
	/* background-color: #a1a0a0; */ 
	text-align: center;
}

.klon_c{
  padding-left: 10px;
  padding-right: 10px;
}

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: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

h1 { display: inline; font-weight: normal; font-size: 10px; }
h2 { display: inline; font-weight: normal; font-size: 10px; }
h3 { display: inline; font-weight: normal; font-size: 10px; }

#container {
  width: 1000px;
	margin: 0px auto;
	text-align: left;
	/* border: 1px solid green; */
}

#top {
  float: left;
  width: 100%;
}

#top2 {
  float: left;
  width: 100%;
}

#content {
  float: left;
  width: 100%; 
}

.a-menu-top {
  color: white; 
  font-size: 12px;
  text-decoration: none;
}

.a-menu-top:hover {
	text-decoration: underline;
}

.a-menu-main {
  color: white; 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.a-menu-main:hover {
	text-decoration: underline;
}


.a-menu-foot {
  color: #0095aa; 
  font-size: 12px;
  text-decoration: none;
}

.a-menu-foot:hover {
	text-decoration: underline;
}

.a-green {
  color: #0095aa; 
  font-size: 12px;
  text-decoration: underline;
}

.a-white {
  color: white; 
  font-size: 12px;
  text-decoration: underline;
}
      

.text-full{
  float: left;
  position: relative;
  width: 100%;
  background-image: url("../img/bg_left.gif");
	background-repeat: repeat-y;
	background-color: white;
	
}

.text-nadpis{
  float: left;
  width: 90%;
  background-color: #f5f5f5;
  color: white;
  height: 225px;
  margin-left: 36px;
}

.text-nadpis-in {
  padding: 18px;
}

.text-obsah{
  float: left;
  width: 100%;
  background-color: white;
  margin-left: 46px;
}

.text-obsah-in {
  padding: 13px 15px 15px 15px;
}

