h1, h2, h3, h4, h5, h6, h7, img, a, p, ul, li, ol, table, tr, td, form, body, div {
  margin: 0; padding: 0; border: 0;
}

body {
		margin: 5px 0;
    background: #e7ffdf url('../img/back.jpg') top center repeat-y;
		text-align: center;
}

#body-in {
		margin: 0 auto;
		width: 775px;
		text-align: left;
}

#head {
    clear: both;
    width: 775px; height: 154px;
    background: url('../img/head-back.jpg') no-repeat transparent;
    position: relative;
}

#logo {
    position: absolute; top: 12px; left: 10px; width: 385px; height: 112px;
}
#logo a {
    display: block; width: 100%; height: 100%; text-indent: -2000px;
}

#menu {
   height: 40px; width: 770px; padding-left: 5px; margin-left: 1px;
   background: url('../img/hr.png') no-repeat transparent bottom right;
   overflow: hidden;
}

#menu a {
  display: block; float: left; padding: 0 12px; line-height: 23px; font-size: 16px;
}

#content {
  padding: 0 5px 0 10px;
}

/* zapusteny sloupec napriklad pro anketu */
.col-content {
  float: right; width: 220px;
  border-left: 2px solid #234623;
  padding-left: 15px;
  margin-left: 10px;
}

#foot {
    width: 770px; margin: 0 3px 6px 3px;
    border-top: 2px solid #234623;
}
#foot .in { margin: 5px 5px 0 5px; line-height: 150%; }
#foot .in .href { display: block; margin: 0 17px 0 0; float: left; }

.cleaner {
    clear: both;
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		visibility: hidden;
		overflow: hidden;
}

/* ankety */
.survey-div-last, .survey-div { height: 510px; width: 220px; padding: 0 15px 0 3px; border-right: 2px solid #234623; margin-right: 10px; overflow: hidden; float: left; }
.survey-div-last { margin-right: 0; border: 0;  width: 230px; }
