html {
  overflow: -moz-scrollbars-vertical;
}

#container {
  padding: 0px 1px;
  border: 0px solid #DEDEDE;
  border-width: 0px 1px 1px;
	margin: 0 auto 10px;
	width: 866px;
}
.stone {
  background: transparent url(../webimg/patka_kameny.jpg) no-repeat scroll 580px bottom;
}

#header {
	/*float: left;*/
	width: 100%;
	height: 100px;
  position: absolute;
  top: 0;
  left:0;
}
#logo {
	float: left;
	height: 100%;
}
#header .controls {
	float: right;
	width: 500px;
	margin-right: 15px;
}
#header .additional {
	float: right;
	width: 500px;
	height: 31px;
	padding-top: 4px;
	text-align: right;
	color: #CCCCCC;
}
#header .menu {
	clear: both;
	float: right;
	width: 500px;
	height: 65px;
	padding-top: 20px;
	text-align: right;
}
#header .menu li {
  list-style: none;
  display: inline;
}
#header .search {
	float: right;
}

#header .lang {
	float: right;
	margin: 3px 15px 0 0;
}
#footer {
	width: 866px;
	height: 20px;
	padding: 66px 0 0px;
  background: transparent url('../webimg/patka_logo.jpg') no-repeat scroll 809px top;
}
#footer .menu {
	float: left;
	margin-left: 24px;
}
#footer .additional {
	float: right;
	margin-right: 24px;
}
#homeBox, #homeBox img {
	float: left;
}
.section {
	float: left;
	width: 288px;
	min-height: 150px;
	margin: 1px 1px 1px 0;
}
.article {
	margin: 20px 0 10px 0;
}
#menuBox {
	float: left;
}
#subMenu {
	float: left;
	width: 288px;
	margin-right: 1px;
}
#barBox {
	width: 577px;
	height: 34px;
	float: right;
	background: #80bc1c;
}
#imgBox {
	float: right;
	margin-bottom: 1px;
	font-size: 0;
	line-height: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
}
.space {
	margin-right: 1px;
}
.nospace {
	margin-right: 0;
}
.br {
	clear: both;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.menu .sep {
	padding: 0 14px;
}
#logo {
	position: relative;
	top: 10px;
	left: 20px
}
#logo img {
	border: 0;
}
#logo a {
	outline: none;
}
#header .menu a, #header .menu a:visited {
	color: #80bc1c;
	font-size: 17px;
}
#header .menu a:hover {
	color: #000;
}
#header .search .txt {
	width: 166px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
#header .search .btn {
	border: none;
	background: none;
	margin-left: 10px;
	padding: 0;
	color: #CCCCCC;
	cursor: pointer;
	font-size: 12px;
}

#header .lang a, #header .lang a:visited {
	padding: 0;
	color: #CCCCCC;
}

#header .lang a:hover {
	text-decoration: underline;
}

#footer .menu a, #footer .menu a:visited {
	font-size: 14px;
	color: #919396;
}
#footer .additional a, #footer .additional a:visited {
	font-size: 14px;
	color: #80bc1c;
}
#footer .menu a:hover, #footer .additional a:hover {
	color: #000;
}
.section {
	color: #636363;
}
.section h2, .section h3, .section p {
	margin: 0;
}
.section p {
	padding: 10px 10px 0 20px;
}
.section h2 {
	float: left;
	width: 100%;
	height: 27px;
	color: #fff;
	font-size: 14px;
	background: #80bc1c;
}
.section h2 div {
	padding: 5px 0 0 20px;
}
.section h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 30px;
}

.article .id, .article .id:hover {
  text-decoration: none;
  color: #636363;
}

#right{
  width: 286px;
  float: left;
  margin-bottom: 10px;
}

#right h3{
  font-size: 12px;
}

.article {
	color: #858585;
  font-size: 1.2em;	
  line-height: 1.4em;
  padding-left: 20px;
  padding-right: 20px;
  width: 540px;
  float: left;
}
.article p {
	/*text-align: justify;*/
	margin: 0px 0px 1em;
}

.article a, .article a:visited, .success-story a, .kontakt a {
  color: #80BC1C;
	text-decoration: underline;
}

.article a:hover, .success-story a:hover, .kontakt a:hover {
  color: black;
}
.article a img {
  border: none;
}
.article h1 {
  font-weight: normal;
  margin: 1.5em 0px 1em;
	font-size: 1.6em;
}

.article h2 {
  font-weight: normal;
	margin: 1.5em 0px 1em;
	font-size: 1.5em;
}

.article h3 {
  font-weight: normal;
  font-size: 1.3em;
  margin: 1.5em 0em 0.7em;
}

.article h4 {
  color: #757575;
  font-weight: normal;
  font-size: 1.1em;
  margin: 1.5em 0em 0.1em;
}

.article h5 {
  font-weight: normal;
  font-size: 1em;
  margin: 1em 0em 0em;
}

.article .hr {
  height: 1px;
  border: 0px solid #DEDEDE;
  border-width: 1px 0px 0px 0px;
 /* width: 826px;*/
  margin: 0px;
  padding: 0px;
  clear: both;
}

.multicolumn {
    overflow: hidden;
}

.multicolumn .column {
	float: left;
	overflow: hidden;
}

.multicolumn .column .medialeft {
/*	margin-top: 0px;*/
}

.multicolumn.two .column {
	width: 47%;
	margin-right: 4.5%;
}

.multicolumn.three .column {
	width: 30%;
	margin-right: 4.5%;
}

.multicolumn .column.last {
	margin-right: 0px;
}

.multicolumn .column p {
	text-align: left;
}

#subMenu a, #subMenu a:visited {
	display: block;
	float: left;
	width: 100%;
	height: 34px;
	background: #857f82;
	margin-bottom: 1px;
	color: #fff;
	font-size: 14px;
}
#subMenu a:hover {
	background: #80bc1c;
}
#subMenu a div {
	margin: 9px 17px;
}
#header_dummy{
  height:100px;
}
#menubox_dummy{
  height: 210px;
}
#menuBox{
  position: absolute;
  top: 100px;
  left: 0px;
}
#center{
  position: relative;
  width: 100%;
}

table {
  
}

tr {
  
}

th {
  padding: 2px 10px 2px 0px;
  text-align: left;
}

td {
  padding: 1px 10px 1px 0px;
}

.fulltextSearchResult {

}

.fulltextSearchResult .results {
  margin-top: 1.6em;
}

.fulltextSearchResult .result {
  margin: 2px 0px;
}

.fulltextSearchResult .result .rank {
  font-size: 0.8em;
  padding-left: 1.4em;
}

.fulltextSearchResult .title {

}

.fulltextSearchResult .input {
  width: 166px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

.fulltextSearchResult .button {
  border: none;
	background: none;
	padding: 0;
	color: #CCCCCC;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
}

.cleaner{
  clear: both;
}

.success-story{
  border: 1px solid #DEDEDE;
  margin: 20px 20px;
  padding: 85px 20px 20px 20px;
  background: transparent url(../webimg/success-story.jpg) no-repeat scroll 0 0;
  color: #636363;
}

.success-story ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.success-story a:hover {
  text-decoration: underline;
}
.kontakt{
  color: #636363;
  border: 1px solid #DEDEDE;
  margin: 20px 20px;
  padding: 75px 20px 20px 20px;
  background: transparent url(../webimg/centra.jpg) no-repeat scroll 0 0;
}
.actual{
  padding: 0 20px 0 20px;
}
.print-logo{
  display: none;
}

.mediaright {
    float: right;
    margin: 5px 0px 5px 10px;
    display: block;
}

.medialeft {
    float: left;
    margin: 5px 10px 5px 0px;
    display: block;
}

.mediacenter {
    margin: 5px auto 5px auto;
    display: block;
}

.odd {
  background-color: #F5F5F5;
}
