body {
	background-color: #F6F7EF;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.clear { clear: both; height: 0; margin: 0; padding: 0; line-height: 0; font-size: 0; }

p{
	line-height:  140%;
	color: #4F513C;
}
.male{
	font-size: 10px;
	margin: 0;
}
 .tecky{
 	height: 1px;
 	border-bottom: 1px dotted #797979;
 }

a{
	color: #50513F;
	font-weight: bold;
}
a:hover {
	color: #50513F;
	text-decoration: none;
}


div#telo{
	text-align: left;
	width: 960px;
	margin: 10px auto;
	background-color: white;
	border: 10px solid #F2F2E6; 
}
div#main{
	width: 930px;
	margin: 15px auto 10px auto;
  position: relative;
}

div#header{
	width: 930px;
	height: 109px;
  background: url('img/head.jpg') top no-repeat; 
}

div#nadpis{
  float: left;
  margin: 15px 0;
}
div#nadpis h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	color: #27281A;
}
div#nadpis a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #27281A;
	text-decoration: none;
}
div#menu{
	width: 930px;
	height: 40px;
	overflow: hidden;
	background-color: #50513F;
}

div#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#menu ul li {
  float: left;
  margin: 0;
}

div#menu ul li a {
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 13px 22px 13px 22px;
}

div#menu ul li a:hover {
  background-color: #DCDDD8;
  color: #27291B;
  text-decoration: none;
}
div#obsah{
	width: 930px;
	margin: 2px 0;
	background: white url('img/obsah.jpg') top repeat-x;
}

div#obsah h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 10px 0 10px 0;
	color: #505141;
}

div#obsah h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0 10px 0;
	color: #505141;
}

div#left{
	width: 200px;
	float: left;
	background: white url('img/left.jpg') top repeat-x;
}
div#left ul{
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: none;
}
#leftmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#leftmenu li {
  margin: 3px 0;
}
#leftmenu a {
	font-weight: bold;
}
#leftmenu ul li a {
	font-weight: normal;
}
div#left_obsah{
	width: 180px;
	margin:10px;
}
div#left_obsah img{
 margin: 10px 0 10px 0;
}
.center{
	text-align: center;  
}
div#right{
	width: 660px;
	float: right;
	position: relative;
	top: 10px;
	right: 35px;
}




div#copy {
 	width: 980px;
	margin: 20px auto 0;
	text-align: left;
}
div#copy img{
  float: left;
  padding: 7px 0 20px 20px;
}
div#copy_text {
	margin: 0 0 0 70px;
	padding: 0 0 0 15px;
	background: url('img/copy.png') no-repeat;
	background-position: left center;
}
div#copy_text p{
	color: #ABABAB;
	font-size: 11px;
}
div#copy_text a{
	font-weight: normal;
}

