/*
 * Základní Styl Ignis inferno
 * Autor: Jan Řezáč - Filosof
 *
 */

@import url("initial.css");

a, a:link {
  text-decoration: underline;
  cursor: pointer;
  color: #bb070a;
}

a.out, a.out:link {
  background: url(../tpl_images/out.gif) 100% 1px no-repeat;
  padding-right: 8px;
}

a:visited {
  color: #a72c2e;
}

a:hover, a:focus, a:active {
  color: #ff0308;
  text-decoration: none;
  background: #ffffd0;
}

a.out:hover {
  background: #ffffd0 url(../tpl_images/out.gif) 100% -999px no-repeat;
}

/*========== [layout] ========================================================*/
body {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.5;
  background: #000;
  padding-top: 35px;
}

table {
  line-height: 1.5;
  color: #333;
}

div#main {
  text-align: left;
  width: 780px;
  margin: 0 auto;
  position: relative;
}

div.content {
  color: #333;
  background: #fff url(../tpl_images/body1.gif) 0 0 no-repeat;
  margin-bottom: 35px;
}

div.content2 {
  background: url(../tpl_images/body2.gif) 0 100% no-repeat;
  padding: 10px 10px 22px;
}

/*========== [header] ========================================================*/
div#header {
  margin-bottom: 50px;
}

div#logo {width: 236px;height: 44px;}
div#logo span {background: url(../tpl_images/ignis-inferno.gif)}

div#need, p.copy {
  position: absolute;
  right: 0;
  top: 6px;
  width: 202px;
  font-weight: bold;
}

div#header a, div#header a:link, div#header a:visited {
  color: #fff;
}

div#header a:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
}

/*========== [menu] ==========================================================*/
div#menu {
  width: 100%;
}

div#menu ul {
  width: 100%;
  float: left;
  background: #000 url(../tpl_images/menu2.gif) 0 0 repeat-x;
  color: #fff;
}

div#menu li {
  float: left;
  margin: 0;
  padding: 0;
  background: transparent;
}

div#menu a, div#menu a:link, div#menu a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 7px 16px 8px;
  background: url(../tpl_images/menu.gif) 100% 50% no-repeat;
}

div#menu a:hover {
  background: #222 url(../tpl_images/menu.gif) 100% 50% no-repeat;
  text-decoration: underline;
}

div#menu a.active, div#menu a.active:link, div#menu a.active:visited, div#menu a.active:hover {
  font-weight: bold;
  background: #c00609;
  text-decoration: none;
}

/*========== [text] ==========================================================*/
div#uText {
  min-height: 177px;
  color: #fff;
  clear: both;
  margin-bottom: 16px;
  padding: 0 16px 16px;
  background: #c00609 url(../tpl_images/middle.gif) 0 100% no-repeat;
}

div#uText2 {
  height: 5px;
  background: #c00609;
  clear: both;
  margin-bottom: 16px;
}

h1, h2, h3, h5 {
  font-family: Impact, 'Techno CE', sans-serif;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
  color: #bb070a;
}

div#uText h1 {
  padding: 16px 0 0;
  color: #fff;
}

div#uText h2 {
  font-size: 1.8em;
  color: #000;
  font-weight: normal;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

div#uText p {
  font-weight: bold;
}

div#wrapper {
  background: url(../tpl_images/delic.gif) 546px 100% no-repeat;
}

div#text {
  float: left;
  margin-left: 16px;
  width: 512px;
}

div#text2 {
  margin: 0 16px;
}

div#scol {
  width: 192px;
  float: right;
  color: #777;
}

div#scol h2 {
  color: #777;
}

div#scol div.news strong {
  display: block;
  color: #333;
  font-weight: normal;
}

div.news {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  background: url(../tpl_images/delic2.gif) 0 100% no-repeat;
}

div.l {
  background: #fff;
}

div#buttons {
  clear: both;
}

h2 {
  color: #bb070a;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 10px;
}

h4 {
  color: #bb070a;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 1.2em;
}

p, ul, ol, table, dl {
  margin-bottom: 1.2em;
}

ul li {
  margin-left: 16px;
  padding-left: 16px;
  background: url(../tpl_images/dot.gif) 0 7px no-repeat;
}

ol li {
  margin-left: 32px;
  padding-left: 0;
  list-style-type: decimal;
}

dt {
  font-weight: bold;
}

.error {
  background: #c00609;
  color: #fff;
  padding: 3px 16px 5px;
  font-weight: bold;
}

dd {
  margin-bottom: 0.6em;
}

div#buttons ul {
  width: 733px;
  height: 38px;
  margin: 0 0 0 14px;
  position: relative;
  background: url(../tpl_images/buttons.gif);
  overflow: hidden;
}

div#buttons li {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 224px;
  height: 38px;
}

li#b1 {left: 0;}
li#b2 {left: 252px;}
li#b3 {left: 509px;}

li#b1 span {background: url(../tpl_images/buttons.gif) 0 0;}
li#b2 span {background: url(../tpl_images/buttons.gif) -252px 0;}
li#b3 span {background: url(../tpl_images/buttons.gif) -509px 0;}

li#b1 a:hover span {background: url(../tpl_images/buttons.gif) 0 -39px;}
li#b2 a:hover span {background: url(../tpl_images/buttons.gif) -252px -39px;}
li#b3 a:hover span {background: url(../tpl_images/buttons.gif) -509px -39px;}

div.img {
  width: 192px;
  float: left;
}

div.txt {
  width: 516px;
  float: right;
  padding-top: 6px;
  border-top: 1px solid #d6d6d6;
}

h3 {
  color: #bb070a;
  font-size: 1.6em;
  margin-bottom: 2px;
  font-weight: bold;
}

div.txt p {
  margin: 0;
}

div.projekt, form div {
  margin-bottom: 1.3em;
}

div#links {
  border-top: 1px solid #d6d6d6;
  padding-top: 1.3em;
}

div#links li {
  padding: 0;
  margin: 0;
  background: transparent;
}

div#links div.col {
  float: left;
  width: 176px;
  margin-right: 12px;
}

div#links div#coll {
  margin: 0;
  width: 164px;
}

div.col div {
  border-right: 1px solid #d6d6d6;
  padding-right: 12px;
}

div#coll div {
  padding: 0;
  border: 0 none;
}

div#links span {
  font-size: 0.89em;
  color: #777;
  display: block;
}

div#main table th {
  color: #fff;
  background: #000;
}

div#main th, div#main td {
  padding: 2px 6px 3px;
  border: 1px solid #000;
}

div#main td {
  border: 1px solid #d6d6d6;
}

div#main tr.c2 td {
  background: #e8e8e8;
}

div.photo {
  width: 176px;
  margin-right: 8px;
  float: left;
}

div.photos {
  margin-bottom: 20px;
}

div.photos a, div.photos a:link, div.photos a:visited {
  color: #333;
  text-decoration: none;
}

div.photos a span {
  padding-left: 16px;
  margin-top: 4px;
  display: block;
  background: url(../tpl_images/plus2.gif) 0 4px no-repeat;
}

div.prozc a span {
  background: url(../tpl_images/dot2.gif) 0 4px no-repeat;
}

div.photos a:hover {
  background: transparent;
}

div.photos a:hover span {
  text-decoration: underline;
  color: #333;
}

div#text div.photo {
  width: 160px;
  margin-right: 16px;
}

div.lphoto, div#text div.lphoto {
  margin: 0;
}

ul.pmenu li {
  padding: 0;
  margin: 0;
  background: url(../tpl_images/delic2.gif) 0 100% no-repeat;
  padding-bottom: 1px;
}

ul.pmenu a, ul.pmenu a:link, ul.pmenu a:visited {
  display: block;
  padding: 4px 0 5px 3px;
  text-decoration: none;
  color: #bb070a;
}

ul.pmenu a:hover {
  background: #ffffd0;
  color: #000;
}

ul.pmenu a.active, ul.pmenu a.active:link, ul.pmenu a.active:visited, ul.pmenu a.active:hover {
  color: #333;
  font-weight: bold;
  padding-left: 16px;
  background: url(../tpl_images/dot2.gif) 0 8px no-repeat;
}

form label {
  display: block;
}

input.text, textarea {
  width: 364px;
  border: 1px solid #d6d6d6;
  padding: 2px;
}

textarea {
  height: 250px;
}

input.text:focus, textarea:focus {
  border: 1px solid #bbb;
}

input.sub {
  padding: 8px 12px 10px;
  cursor: pointer;
}

/*========== [footer] ========================================================*/
p.sponzors {
  padding-left: 16px;
}

div#footer {
  padding: 20px 10px 25px;
}

div#footer a, div#footer a:link, div#footer a:visited {
  color: #333;
}

div#footer a:hover {
  color: #fff;
  background: #333;
}

p.copy {
  font-weight: normal;
  top: 20px;
}

div#footer p, div#menu ul {
  margin: 0;
}

div#footer i {
  margin: 0 4px;
  font-style: normal;
  color: #777;
}
.highslide-caption {
  background-color: #000000;
}

