/******
 *Struktura stránky:
 *
 *html
 *-- body
 *   div#hlavicka
 *     div#langs
 *     a  img#logo
 *     h6 (design switch)
 *   div#left
 *     div.mainlink ...
 *   div#content
 *     
 */     

html {
  text-align: center;
  margin: auto;
  background-color: #FFFFCC;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 80%;
}
#pagewrap {
  margin-top: 1em;
  text-align: center;
}
#page {
  text-align: left;
  width: 780px;
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-top: solid 1px black;
  background-color: #fefefe;
  margin: auto;
}
.cleaner {
	border:  0px none;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
h6 { display: none }
#hlavicka {
  width: 780px;
  text-align: center;
  margin: auto;
  border-bottom: solid 1px black;
  background: #66ff66;
  height: 120px;
  _height: 90px;
}
#left {
  width: 170px;
  float: left; 
  text-align: left;
  font-size: 120%;
}
#maincontent {
  width: 770px;
}
#content {
  width: 570px;
  padding: 10pt;
  text-align: left;
  float:left;
  overflow: hidden;
}
#footer {
  clear: both;
  border-bottom: solid 1px black;
  margin-bottom: 1em;
}
#langs { float: left; width: 140px; border: dashed 1px black; margin: 1em; padding: 0.5em}
#langs img { padding-right: 0px; width: 34px; height: 25px }
#logo {
  padding: 0px;
}
#tlapky { position: relative; top: -20px; left: -50px; }
#coursenavi {
  background-color: #ddd;
  width: 100%;
  padding: 6px;
}
#coursenavi a { text-decoration: none }
#coursenavi a:hover { background-color: black; color: white; }

.mainlink {
  padding-bottom: 3px;
}
.mainlink a {
  font: bolder 100% Arial, Helvetica, sans-serif;
  margin: 3pt;
  display: block;
  padding: 0.2em; 
  text-decoration: none;
}
.mainlink a:hover {
  background-color: #cc33cc;
  color: #FFFFCC;
}
div.picture {
  position: relative;
  margin-top: 50pt;
  align: center;
  filter:'alpha(opacity=75, enabled=1)';
  padding: 20pt;
}
.navi {
  width: 100%;
  position: relative;
  text-align: center;
}

img { padding-right: 2em; }
ul { padding-left: 1cm }
.high li {
  list-style-type: none;
  font: italic 14pt bolder "Arial Narrow", Arial, sans-serif;
  color: blue;
  padding-bottom: .5ex;
}
h1, h2 { color: #cc33cc; }
h2 {
  font: bolder 14pt Arial, Helvetica, sans-serif;
}
#imgcontainer { text-align: center; margin: auto; margin-top: 1em; }
#photolist { padding: 0.5em; text-align: center; }
#photolist img { border: solid 3px white; width: 112px; height: 84px; } 

.quote1, .quote2, .quote3, .quote4, .quote5, .quote {
  padding: 0 3em;
  font-size: larger;
  font-weight: bolder;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}
.quote { color: #00CC33 }
.quote1 { color: red; }
.quote2 { color: #3366FF; }
.quote3 { color: green; }
.quote4 { color: rgb(255,204,0); }
.quote5 { color: rgb(255,51,102); }

.who { font-size: smaller; color: #2020f0; }
.langwarn {
  color: #aa2020;
  background: #ddd;
  border: double 3px black;
  padding: 0.4em;
  margin: 1em 4em;
  font-weight: bold;
}
