HTML:lang[cs] {quotes: '„' '“'} 
HTML:lang[en] {quotes: '“' '”'} 
HTML:lang[fr] {quotes: '« ' ' »'}

.rounded {
/* nemusi byt definovano (bere se z /js/rounded-corners.js), ale muze se zde predefinovat*/
  }
body {
  font-family:sans-serif;
}

.primary-1 { background-color: #FF7400 }
.primary-2 { background-color: #BF7130 }
.primary-3 { background-color: #A64B00 }
.primary-4 { background-color: #FF9640 }
.primary-5 { background-color: #FFB273 }

.border-inner-center {
  border: solid #BF7130;
  border-width: 0 1px;
  padding: 5px 10px;
  }
.border-inner-left {
  border: solid black;
  border-width: 0 1px;
  padding: 5px 10px;
  }
.border-inner-right {
  border: solid black;
  border-width: 0 1px;
  padding: 5px 10px;
  }
div#main {
  max-width:1340px;
  min-width:1340px;  /*1080*/
  min-height:480px;
  margin:auto;
  background-color:white; /*#FFFFCC*/
  }
div#center{
  margin:5px 200px 0 200px;
  min-width:940px;
  background-color:#FFFCC2; /*#FFCC99, #FFFF99*/
  border-color:#BF7130;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  }
div#leftcol {
  margin:5px 0;
  width:180px;
  float:left;
  background-color:#FFB273; /*#FFCC66, #FFCC33*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  }
div#rightcol {
  /*display:none;*/
  margin:5px 0;
  width:180px;
  float:right;
  background-color:#FFB273; /*#FFCC66, #FFCC33*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  }
div#header {
  width:100%;
  height:100px;
  background-color:#FFFFCC;
  background-image:url("img/Nadpis.jpg");
  background-repeat:no-repeat;
  background-position:center center;
  text-align:center;
  }
div#footer {
  clear:both;
  max-width:1340px;
  min-width:640px;
  height:16px;
  margin:5px auto;
  background-color:black;
  color:white;
  text-align:center;
  font-size:12px;
  padding:3px;
  }
div#amhere {
  display:none;
  margin-right:10px;
  padding:.5ex;
  width:auto;
  height:30px;
  background-color:yellow;
  position:fixed;
  bottom:0px;
  right:0;
  }
img#headerleft {
  float:left;
  }
img#headerright {
  float:right;
  }
h1#pageheader {
  font-size:72px;
  color:white;
  margin:0;
  }
h1#subheader {
  font-size:30px;
  color:white;
  margin:0;
  }
span.date {
  font-size:8px;
  color:grey;
  margin:0;
  }
span.author {
  font-size:8px;
  color:grey;
  margin:0;
  }
p.articleinfoline {
  font-size:10px;
  color:grey;
  margin:0;
  }
h2.articlename {
  color:#A64B00;
  margin:0;
}
div.articletext {
  text-align:justify;
  font-size:14px;
  color:black;
}
div.novinka {
  font-size:14px;
  border:1px dotted #A64B00;
  padding:0px 5px;
  color:black;
  margin:4px 2px;
  width:440px;
}

div.news {
  border-width:1px;
  border-style: none none none none;
  border-color: #BF7130;
  float:left;
}

h3.news {
  color:#A64800;
  margin:0px 5px;
}

span.navigation {
  color:black;
  font-size:14px;
}

span.languages {
  float:right;
  color:black;
  font-size:14px;
}

span.thislang {
  font-weight:bold;
  color:black;
}

span.nonexistinglang {
  color:grey;
}

a {
  color:#A64B00;
  text-decoration:none;

}

a:visited {
  color:#A64B00;
  text-decoration:none;
}

a:hover {
  color:#FF7400;
  text-decoration:none;
}

a.outerlink {
  color:#A64B00;
}

img.mailcontact {
  vertical-align:text-top;
  margin:5px 0 0 0;
  padding:0;
  height:12px;
}

span.footer {
  vertical-align:bottom;
  padding:0;
  margin:0;
}

img.articlethumb {
  float:left;
  vertical-align:top;
  height:160px;  /*Musi odpovidat height v div.thumbimgtext*/
  margin:0px 5px 0px 0px;
  padding:2px;
  border: 1px solid black;
}

div.thumbimgtext {
  height:168px; /*Musi byt stejne jako height + 2*(margin+padding) v img.articlethumb*/
}

img.articleimage {
  float:left;
  vertical-align:top;
  height:160px;
  margin:0px 5px 0px 0px;
  padding:1px;
  border:1px solid #A64B00;
}

div.gallerycontent {
  margin: 0px;
  padding: 5px;
}

img.imageingallery {
  width:640px;
  margin:0px;
  padding:2px;
  border:1px solid #A64B00;
}

div.imagedescription {
  width:640px;
  margin:5px 0px;
  padding: 4px;
  border:1px dotted #A64B00;
  background-color:white;
  color:black;
}

div.galleryimagenavigation {
  width:640px;
  margin:5px 0px;
  color:black;
  font-size:14px;
  text-align:center;
}

span.previousimage {
  float:left;
}

span.nextimage {
  float:right;
}

div.clearboth {
  clear:both;
}

img.imageinpalette {
  width:100px;
  margin:0px;
  padding:2px;
  border:1px dotted #A64B00;
}

table.palette {
  text-align:center;
  width:640px;
}

div.newsnavigation {
  margin:5px;
  color:black;
  font-size:14px;
  text-align:center;
  width:445px;
}

img.floatright {
  float:right;
  vertical-align:top;
  /*height:160px;*/
  margin:5px 0px 5px 5px;
  padding:1px;
  border:1px solid black;
}

img.floatleft {
  float:left;
  vertical-align:top;
  /*height:160px;*/
  margin:5px 5px 5px 0px;
  padding:1px;
  border:1px solid black;
}

div.novinkahead {
  font-size:20px;
}

div.subcategory {
  width:900px;
  margin:5px 0px;
  padding:1ex;
  border: 1px solid gray;
}

p.welcome {
  font-weight:bold;
  font-size:20px;
  color:#A64B00;
}

<!-- Pseudo-prvky: X:before a X:after
Tyto pseudo-prvky se používají ke vložení generovaného obsahu před a za daný prvek. Generovanému obsahu se budeme věnovat v samostané kapitole později. Příklad: pravidlo P.poznamka:before { content: "Pozn.: " } způsobí, že na začátek každého odstavce třídy poznamka se vloží text "Pozn.: ", obdobně P.poznamka:after { content: " konec poznámky" } vloží text na konec odstavce. H1:before { content: counter(chapno, upper-roman) ". " } bude daným způsobem číslovat titulky <H1>.
-->
