html {
	height: 100%;
	margin: 0px;
}


body {
	text-align: center;
	font-size: 11px;
	min-height: 100%;
	margin: 0px;
	width:100%;
	font-family: "Trebuchet Ms", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
html * {
  margin: 0;
  padding: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
  display: block;
}
fieldset {
  border: 0;
	margin: 0px;
	padding: 0px;
}
h1 , h2, h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 16px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
  list-style-position: inside;
}
.block {
	display: block;
}
.toLeft {
	float: left;
}
.toRight {
	float: right;
}
.clear {
	clear: both;
}
.center {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.bigger {
  font-size: 120%;
}
.marginbottom {
  margin-bottom: 1em;
}
.underlined {
  text-decoration: underline;
}
strong.underlined {
  text-decoration: underline;
  font-weight: normal;
}
.half {
  width: 50%;
}
.uppercase {
  text-transform: uppercase;
}

/* -- reset and common used end / ą for keeping UTF8 */
body {
  background-color: #232C2B;
}

#cont {
  width: 650px;
  border: 5px solid White;
  background-color: White;
  margin: 0 auto;
  text-align: left;
}
#logo {
  background-color:#667266;
  width: 650px;
  height: 115px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 5px;
}
#underlogo {
  margin-top: 5px;
}
.telephones {
 clear: left;
 color: #175837;
 font-size: 24px;
 text-align: center;
 width: 430px;
  font-weight: bold;
}
.telephones span {
  display: block;
  float: left;
  width: 49.5%;
}
#cont img {
  display: block;
}
#menu {
  height: 292px;
  width: 211px;
  float: right;
  background-color: #D0D7D0;
  text-align: center;
  line-height: 1.5em;
}
#menu a, #menu a:visited {
  display: block;
  background: #B9C9BB;
  border-top: 1px solid White;
  border-bottom: 1px solid White;
  font-size: 17px;
  margin: 12px 0;
  color: #175837;
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
#menu a span {
  font-size: 10px;
  line-height: 0em;
}
#content {
  background-color: #616561;
  font-size: 13px;
}
#content a, #content a:visited {
  color: White;
  font-weight: bold;
}
#content h1, #content h2, #content h3,
#content p, #content div, #content ul
{
  color: #fff;
  padding: 3px 15px;
}

#content form {
	padding: 3px 15px;
}

#content h1, #content h2, #content h3 {
  padding-top: 20px;
}
#content .threephotos {
  background: #D0D7D0;
  text-align: center;
  border-top: 1px solid White;
  border-bottom: 1px solid White;
  padding: 20px 0;
  margin: 20px 0;
}
#content .threephotos img {
  display: inline;
  border: 1px solid White;
}
#content img {
  display: inline;
}
#content .bigger {
  font-weight: bold;
  font-size: 44px;
}
.galeria a {
  display: block;
  position: relative;
  left: 45px;
  float: left;
  width: 132px;
  height:124px;
  text-align: center;
  vertical-align: center;
  background: url(img/tlo.jpg) no-repeat;
  font-size: 92px;
}
.galeria a img {
  display: inline;
  position: relative;
  top: 10px;
}
#foot {
	text-align: right;
	margin-right: 3px;
	padding: 3px 0 1px 0;
}
input, textarea {
	width: 610px;
}
label {
	color: #fff;
}
.error {
	color: red;
	padding: 2px 0;
	background: #fff;
	width: 400px;
}
strong {
	display: block;
}
