body {
	color: Black;
	background-color: #DADADA;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font: 12px Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

.page-container {
  background-color: White;
  padding-top: 15px;
  width: 700px;
  border: 1px solid Black;  
}

.main {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  min-height: 400px;  
}



.footer {
  float: none;
  position: absolut;
  padding-top: 5px;
  text-align: center;
  font-size: 9px;
  padding-bottom: 20px;  
}

.top-logo {
  text-align: left;
  float: left;
  vertical-align: baseline;
  padding-bottom: 15px;
}


.box-grey {
  margin: 0px;
  padding: 3px;
  background-color: #EBEBEB;
  margin-bottom: 10px;
}
.box-white {
  margin: 0px;
  padding: 3px;
  margin-bottom: 10px;
}
.box-yellow {
  margin: 0px;
  padding: 3px;
  background-color: #FFCE38;
  margin-bottom: 10px;
}
.box-red {
  margin: 0px;
  padding: 3px;
  background-color: #9C0000;
  color: white;
  margin-bottom: 10px;
}
.box-frame {
  margin: 0px;
  padding: 3px;
  margin-bottom: 10px;
  border: 1px solid Black;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 7px;
  padding-top: 0px;
  padding: 2px;
  border-bottom-color: #9C0000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #9C0000;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
}

h2 a {
  color: Black;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
}

h2 a:hover {
  text-decoration: underline;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 2px;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.box-reference {
  margin: 0px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  background-color: white;
  margin-bottom: 10px;
  clear: both;
}

.gallery-homepage {
  padding: 5px;
  clear: both;
}

.main .gallery {
  padding: 5px;
  text-align: center;
  clear: both;
}

.gallery-reference {
  padding: 5px;
}

.box-reference h3 {
  padding: 3px;
  background-color: gray;
}

.box-reference h3 a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.pic {
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

.gallery img {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  
}

.upoutavka {
  padding-bottom: 20px;
}

.upoutavka h3 a {
	background: url(images/bullet_go.png) no-repeat left center;
	
  font-weight: bold;
  padding-left: 20px;  
}

.navigation {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 2px;
  font-size: 9px;
  color: gray;
  text-align: left;
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.navigation a {
  font-size: 9px;
  color: gray;
}

.next-link {
  background: url(images/bullet_go.png) no-repeat right center;
  padding-right: 20px;    
}

.site-map li {
  padding-top: 2px;
}

.upotavka-text {
  padding-left: 20px;
}




.top-menu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.top-menu li {
display: inline;
}

.top-menu li a {
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.top-menu li a:visited {
color: white;
}

.top-menu li a:hover, .top-menu li .current {
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

