@import "cssReset.css";

html, body {
  height:100%;
}

body, input, select, table, textarea {
  font-family:Verdana,Geneva,sans-serif;
  font-size:13px;
  line-height:20px;
  color:#333333;
}

header, footer, #breadcrumbs, aside, .artBtn, #listPager {
  display:none;
}

#head {
  padding:13px 0px 30px 0px;
  background:url('../img/Bg_horizontalLine.png') repeat-x left bottom;
}

#head figure {
  float:left;
  margin-right:12px;
}

#listArticles article {
  padding:0px 45px 0px 0px;
  
}

#listArticles article .boxIn {
  padding:30px 0px 30px 0px;
  background:url('../img/Bg_horizontalLine.png') repeat-x left bottom;
}

#listArticles article figure {
  position:relative;
  float:left;
  margin:0px 28px 25px 0px;
  font-size:0px;
  line-height:0px;
}

#listArticles article .date {
  font-style:italic;
  margin-bottom:10px;
  display:block;
}

#listArticles .firstItem {
  background:url('../img/Bg_blueBoxContent665.png') no-repeat left top;
}

#listArticles .rightShadow {
  display:none;
}

#listArticles .headArt h2 {
  font-size:20px;
  line-height:24px;
}

#listArticles .headArt .rightShadow {
  display:block;
}

h1 {
  font-size:20px;
  line-height:24px;
  color:#006699;
  font-weight:normal;
  margin-bottom:10px;
  padding-top:5px;
}

h1 strong {
  display:block; /* kvuli detailu clanku pri jeho odeslani na e-mail */
  font-weight:normal;
  font-style:italic;
}

h2 {
  font-size:16px;
  line-height:19px;
  color:#006699;
  display:block;
  font-weight:normal;
  margin-bottom:10px;
}

h3 {
  font-size:14px;
  line-height:17px;
  color:#006699;
  font-weight:normal;
}

a {
  color:#FF6600;
}

p {
  margin-bottom:15px;
}

figcaption {
  display:none;
}

ul {
  list-style:square;
  margin-left:25px;
  margin-bottom:15px;
}

ol {
  list-style:decimal;
  margin-left:25px;
  margin-bottom:15px;
}

strong {
  font-weight:bold;
}

table {
  width:100%;
  border-left:1px dotted #8BB8E8;
}

table td {
  padding:10px;
  border-bottom:1px dotted #8BB8E8;
  border-right:1px dotted #8BB8E8;
  vertical-align:top;
}

table p {
  margin-bottom:0px;
}

#printContent {
  width:740px;
  padding:20px;
  margin:0px auto;
}

#printContent .backLink {
  display:block;
  text-align:right;
  margin-bottom:20px;
}

.boldText, .tucne {
  font-weight:bold;
}

.italicText, .kurziva {
  font-style:italic;
}

.underlineText {
  text-decoration:underline;
}

.orangeText {
  color:#FF9900;
}

