body.galahad {
  margin:5px 0;
	font-family:"Verdana CE", Verdana, Tahoma, sans-serif; 
	font-size:12px;
}

/* obecné třídy a entity */
em {
  font-weight:bold;
  font-style:normal;
}
sup {font-size:60%;}
h1 {
  font-size:20px;
  margin:0;
  padding:10px 0 10px 0;
  color:#B22222;
}
h2 {font-size:16px;}
h3 {font-size:14px;}

ul {
  margin:0 0 0 30px;
  padding:0;
}
ul li {
  list-style-type:disc;
  list-style-position:outside;
  padding:0 0 5px 0;
  margin:0;
}
ul li ul li {
  list-style-type:circle;
}
li ul:first-child {
  padding-top:5px;
}

a {
  text-decoration:underline;
  color:#a91000;
}
a:hover {
  color:red;
}

h2.akce {
  text-align:center;
  height:137px;
  margin:0 auto;
  padding:10px 10px 0 10px;
  clear:none;
}
h2.akce a {
  padding:3px 5px;
  text-decoration:underline;
  background-color:#ffcc00;
}
h2.akce a:hover {
  background-color:white;
}
h3.akce {
  color:#a91000;
}
.center {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.tightbefore {
  padding-top:0;
  margin-top:0;
}
.tightafter {
  margin-bottom:0;
  padding-bottom:0;
}

/* zarovnávací čára */
hr.cleaner {
  visibility:hidden;
	clear:both;
	height:1px;
	margin:-1px 0 0 0; 
  padding:0; 
	border:none; 
}

/* layout */
#main {
  margin:0 auto;
  width:960px;
}

/* ZÁHLAVÍ */
#header {
  width:960px;
  height:178px;
  background:url("/img/pozadi-nahore.jpg") top left no-repeat;
  margin:0;
}

/* hlavní menu */
#menu {
  float:left;
  padding:0;
  margin:147px 0 0 0; /* 147px shora, 0 když je akce */
  width:600px;
/*  border:solid thin yellow; */
}
#menu a {
  float:left;
  margin:0; padding:0;
  height:31px;
}
#menu a .mtext {display:none;} /* skrytí pomocného textu */

/* tlačítka menu */
#nabidka, #nabidkaactive {width:153px;}
#nabidka {background:url("/img/btn-aktualni-nabidka.png") 0 0;}
#nabidkaactive {background:url("/img/btn-aktualni-nabidka.png") 0 31px;}
#pripravujeme, #pripravujemeactive {width:125px;}
#pripravujeme {background:url("/img/btn-pripravujeme.png") 0 0;}
#pripravujemeactive {background:url("/img/btn-pripravujeme.png") 0 31px;}
#reference, #referenceactive {width:95px;}
#reference {background:url("/img/btn-reference.png") 0 0;}
#referenceactive {background:url("/img/btn-reference.png") 0 31px;}
#onas, #onasactive {width:60px;}
#onas {background:url("/img/btn-onas.png") 0 0;}
#onasactive {background:url("/img/btn-onas.png") 0 31px;}

/* jazykové menu vpravo nahoře */
#language {
  float:right;
  clear:none;
}
#language a {
  display:block;
  font-size:12px;
  font-weight:bold;
  color:#fff9ca;
  text-decoration:none;
  margin:0.5em 10px 0 0;
}
#language a:hover, #language a.active {
  color:#f8d583;
}

/* zaoblení obsahu nahoře a spojení se záhlavím */
#header-content {
  margin:0; padding:0;
  height:15px;
  background:url("/img/header-content-border-bg.gif") top left no-repeat;
}

/* OBSAH */
#content {
  margin:0; padding:0;
  background:url("/img/content-bg.gif") top left repeat-y;
  height:250px;
  min-height:250px;
}
body[class] #content {
  height:auto;
}

.projekt {
  margin:0; padding:0;
}

/* prostřední sloupec - text */
.projektcenter {
  margin:0 295px 0 170px;
}
.projektcenter h2, .projektcenter h3 {
  margin:0;
  padding:10px 0 5px 0;
}
.projektcenter p {
  margin:0;
  padding:0 0 5px 0;
  text-align:justify;
/*  _position:relative; */
/*  _top:-1px; */
}
.projektcenter > p:first-child {
  margin-top:2em;
}

.projektrightonly { /* materiálové vybavení, fotky - spojení prostředního a pravého sloupce */
  margin:0 10px 0 170px;
}
.projektrightonly h2, .projektrightonly h3 {
  margin:0;
  padding:10px 20px 5px 0;
}
.projektrightonly p {
  margin:0;
  padding:0 20px 5px 0;
  text-align:justify;
/*  _position:relative; */
/*  _top:-1px; */
}
.projektrightonly img {
  border:solid medium #cecece;
  margin:15px auto 15px auto;
}
.projektcenter h2, .projektrightonly h2 {
  color:#B22222;
}
/* levý sloupec projektu */
.projektleft {
  float:left;
  clear:none;
/*  border:solid thin red; */
}
.projektleft h2 {
  width:125px;
  font-size:14px;
  font-weight:bold;
  margin:0 0 0.5em 10px;
}
.projektleft div.submenu {
  width:125px;
  margin:5px 0 20px 10px;
  font-size:12px;
}
.projektleft a, .projektleft div.submenu a {
  display:block;
  text-decoration:underline;
  color:#4682b4;
}
.projektleft div.submenu a {
  margin:0 0 5px 0;
  font-weight:bold;
}
.projektleft a.active, .projektleft div.submenu a.active {
  color:#4169e1;
}
.projektleft a:hover, .projektleft div.submenu a:hover {
  color:#8A2BE2;
}
.projektleft img {
  display:block;
  margin:0 0 0 10px;
  border:solid medium #cecece;
}

/* pravý sloupec - obrázky */
.projektright {
  float:right;
  clear:none;
  width:280px;
  margin-top:20px;
}
.projektright img {
  border:solid 2px #cecece;
  margin-bottom:10px;
}

/* tabulka s popisem domu */
table.popis {
  border-collapse:collapse;
  width:95%;
  margin:10px auto 15px 20px;
  border-top:solid 2px #cecece;
  border-bottom:solid 2px #cecece;
}
table.popis thead, table.popis tbody {
  border-top:solid 2px #cecece;
  border-bottom:solid 2px #cecece;
}
table.popis thead tr {
  background-color:#90ee90;
}
table.popis tbody tr {
  background-color:#e8f3e2;
}
table.popis tbody tr.patro {
  background-color:#ffe4b5;
}
table.popis th, table.popis td {
  padding:0.3em 0.5em;
  border-bottom:solid 1px #2e8b57;
}
table.popis tr.patro th, table.popis tr.patro td {
  border-top:solid 2px #cecece;
  border-bottom:solid 1px #cecece;
}
table.popis th {
  text-align:left;
  vertical-align:top;
  font-weight:bold;
}
table.popis th.akce { /* akční ceny */
  color:#a91000;
}
table.popis td {
  text-align:left;
  vertical-align:top;
}
table.popis td em, table.popis th em {
  font-weight:normal;
  font-style:italic;
}

.notvalid {
  text-decoration:line-through;
}

/* tabulka s kontakty */
.kontakty {
  border:none;
  padding:5px;
}
.kontakty th {
  text-align:left;
  vertical-align:top;
  font-weight:bold;
  padding:0.2em 0.5em;
}
.kontakty td {
  text-align:left;
  vertical-align:top;
  padding:0.2em 0.5em;
}

/* zaoblení obsahu dole a zápatí nahoře */
#content-footer {
  margin:0; padding:0;
  height:17px;
  background:url("/img/content-footer-border-bg.gif") top left no-repeat;
}

/* ZÁPATÍ */
#footer {
  margin:0; padding:0;
  background:url("/img/footer-bg.gif") top left repeat-y;
  text-align:center;
}
#footer img {
  border:none; margin:0; padding:0;
}
#footer .left {
  float:left;
  clear:none;
}
#footer p {
  margin:0 auto;
  padding:10px 10px 10px 150px;
  text-align:center;
  _position:relative;
  _top:-1px;
}
#footer a {
  text-decoration:underline;
  color:#7ba0c9;
}
#footer a:hover {
  color:#3333aa;
}
/* spodní zaoblení */
#footer-down {
  margin:0;
  height:6px;
  background:url("/img/footer-down-bg.gif") top left no-repeat;
}
