/*** LAYOUT ***/
body {
  background: #000;
  font: 11px "Verdana CE", Verdana, Regular, "Arial CE", "Helvetica CE", sans-serif;
  color: #fefefe;
  margin: 0;
  padding: 0;
  text-align: center;
}
#wrapper {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #0e0e0e;
}
#navbar {
  background: url(../images/header.jpg) top left no-repeat;
  height: 61px;
  padding-left: 376px;
}
#mainImage {
  line-height: 1px;
  font-size: 1px;
  padding: 0;
}
#mainImage * {
  margin: 0;
}
#mainImage object {
  display: block;
}
#content {
  margin-top: 1px;
  padding:0;
  width: 900px; /* fix float margin bug IE6,7 */
}
#footer {
  background: url(../images/footer.jpg) top left no-repeat;
  height: 39px;
}
#footer #copyright {
  text-align: left;
  position: relative;
  top: 11px;
  left: 40px;
}


/*** NAVIGATION MENU ***/
#navbar a {
  float:left;
  margin:30px 15px 0 0;
  font: 13px "Arial CE", Arial, Regular, "Helvetica CE", sans-serif;
  color:#fefefe;
  text-decoration: none;
  font-weight: 700;
}
#navbar a:hover {
  color: #f26522;
}
#navbar a.active {
  border-bottom: 3px solid #f26522;
}


/*** GENERAL ***/
.bgStandard{
  background-color: #0e0e0e;
}
.name {
  color: #f26522;
}
/* content types - all */
#divL-3, #divM-3, #divR-3, #divL-3a, #divM-3a, #divR-3a, #divL-2, #divR-2, #divL-2a, #divR-2a {
  float: left;
  min-height: 300px;
  text-align: left;
  position: relative;
} 
/* content type 1 /3 divs/ - index, provadeni-staveb */
#divL-3 {
  width: 380px;
}
#divM-3 {
  width: 250px; 
}
#divR-3 {
  width: 270px;
}
/* content type 1a /3 divs/ - kontakt */
#divL-3a {
  width: 220px;
}
#divM-3a {
  width: 220px; 
}
#divR-3a {
  width: 460px;
}
/* content type 2 /2 divs/ - projekce, dotace, finance */
#divL-2 {
  width: 400px;
}
#divR-2 {
  width: 500px;
}
/* content type 2a /2 divs/ - reference, galerie */
#divL-2a {
  width: 197px;
}
#divR-2a {
  width: 703px;
}
/* .divIn */
.divIn {
  padding-bottom: 15px;
  margin: 45px 15px 0;
}
#divR-2a .divIn{
  margin-top: 25px;
}

h1, .h1 {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  font: 13px "Arial CE", Arial, Regular, "Helvetica CE", sans-serif;
  font-weight: 700;
  color: #f26522;
  line-height: 15px;
  margin: 0;
}
h2 {
  font-size: 11px;
  line-height: 14px;
  margin: 0;
}
#divL-2a h2 {
  font-size: 12px;
  margin: 60px 0 0;
  font-weight: normal;
}
ul {
  margin: 1.3em 0;
  padding-left: .6em;
}
li, li.active {
  background: url(../images/list_square.gif) top left no-repeat;
  padding-left: 10px;
  list-style-type: none;
  line-height: 14px;
}
li.active {
  background: url(../images/list_square_active.gif) top left no-repeat;
  color: #f26522;
}
p {
  line-height: 14px;
  margin: 0 0 11px;
  padding: 0;
}
a {
  color: #959595;
}
a:hover {
  color: #f26522;
}
/* tables */
table {
  text-align: center;
  margin: 0 auto 11px;
}
table th {
  padding: 2px 5px;
  line-height: 20px;
}
table td {
  padding: 2px 5px;
  background-color: #2e2e2e;
}
table.tbGallery {
  margin: 15px 1px 11px;
}
table.tbGallery td {
  background: none;
  line-height: 1px;
  padding: 5px 5px 0 0;
}
/* images */
a img {
  border: 2px solid #959595;
}
a:hover img {
  border: 2px solid #f26522;
}
img.imageFloat {
  margin: 3px 15px 11px 1px;
  float: left;
}
img.imgType1 { /* index */
  margin-left: 4px;
}
img.imgType2 { /* provadeni-staveb */
  margin: 13px 0 0 39px;
}
div.images {   /* projekce */
  margin: 61px 0 0 136px;
}
div.images1 {   /* finance, dotace */
  margin: 61px 0 0 106px;
}
div.images, div.images1 { 
  line-height: 1px;
  font-size: 1px;
}
div.images img, div.images1 img {
  margin: 0 6px 6px 0;
}

/*** SUPPORT ***/
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.fontSize13 {
  font-size: 13px;
}
.margin0 {
  margin: 0;
}
.marginTop2 {
  margin-top: 2em;
}
.marginTop3 {
  margin-top: 3em;
}
.marginBot2 {
  margin-bottom: 2em;
}
.clear {
  display: block;
  clear: both;
}
