body, div, h1, h2, h3, hr, p, ul, li {
  margin: 0; border: 0; padding: 0;   
}

body {
  text-align: center;
  font-family: Verdana, 'Trebuchet MS', Tahoma, sans-serif;
  background: #DDD;
}

/* Headers - stejny kolor, stejny font */
h1, h2, h3 {
  font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
  color: #69C;
}


#main_box {
  margin: 10px auto;
  border: 1px gray solid;
  width: 760px;
  background: white;
  text-align: left;  
}

/* Glowne menu */
#menu {  
  padding-top: 190px;  
  background: url('../images/trees.jpg') no-repeat gray;
  text-align: center;
  cursor: default;       
}

#menu_links {
  padding: 0.5em;  
  font-family: 'Trebuchet MS', Tahoma, sans-serif;  
}

#menu_links li {
  display: inline;
  text-align: center;        
}

#menu_links a {
  padding: 0.5em 1.5em;
}

#menu_links a:link, #portolio_submenu a:link, #menu_links a:visited, #portolio_submenu a:visited {
  color: white;
  font-size: 100%;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: none;    
}

#menu_links a:hover {
  background: #333;
}

/* Glowne submenu */
#submenu {    
  background: #AAA;
  font-size: 90%;
  text-align: center;
  cursor: default;       
}

#portolio_submenu {
  padding: 0.5em;  
  font-family: 'Trebuchet MS', Tahoma, sans-serif;  
}

#portolio_submenu li {
  display: inline;
  text-align: center;        
}

#portolio_submenu a {
  padding: 0.5em 1.5em;
}

#portolio_submenu a:hover {
  background: #333;
}

/* Glowny nadpis */
h1 {
  border-bottom: 3px solid #69C;
  padding: 15px 50px 15px;
  font-size: 200%;       
}

p#last_changed {
  float: right;
  width: 12em; 
  position: relative; left: -50px; top: 15px;
  color: gray;
  font-size: 70%;
  font-weight: bold;
  text-align: right;
}

p#last_changed span {
  cursor: help;
}

/* Zawartosc */
#content_box {
  padding: 20px;
  color: black;    
}

#content_box h2 {
  margin: 30px 25px 10px;
  font-size: 150%;  
}

#content_box h3 {
  margin: 20px 35px 0;
  font-size: 120%;
}


#content_box p {
  margin: 10px 20px;
  border-left: 3px solid #69F;
  padding: 5px 15px; 
  font-size: 80%;
  text-align: justify;
  text-indent: 5%;
  line-height: 150%;
}

#content_box p.before_list {
  margin-bottom: 0;
  padding-bottom: 0; 
  text-indent: 0;
}

#content_box ul {
  margin: 0 20px 5px;
  border-left: 3px solid #69C;
  padding: 5px 15px;    
  font-size: 80%;
  list-style-type: circle;
  list-style-position: inside;  
}

#content_box p#to_top {
  border-left: none;
}

#content_box ul li {
  margin: 6px 0;
  line-height: 140%;  
  text-align: justify;  
}

#content_box a {  
  color: #F60;  
}

#content_box a:hover {
  color: #F00;    
}

#content_box a[href^='http:'] {
  color: #900;
}

#content_box a[href^='http:']:hover {
  color: #F00;
}

p#to_top {
  margin-top: 30px;
  font-size: 80%;
  text-align: center;
}

a#back_to_top {
  padding-right: 12px;
  background: url('../images/back_to_top.gif') right 6px no-repeat; 
}

p#warning {
  padding: 10px 10px 5px 80px;
  min-height: 60px;
  background: url('../images/warning.png') 10px 5px no-repeat; 
  color: #C00;
  border-bottom: #CC0000 2px solid;
  font-size: 90%;
  text-indent: 0;  
}

.cleaner {
  visibility: hidden;
  clear: both;
}

/* Piyntka */
#footer {  
  color: black;
  background: gray;  
  text-align: center;
  font-size: 70%;  
}

#footer p {
  padding: 0.7em 0;
}

#footer #languages {
  float: left;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  width: 236px;
}

#footer #webhosting {
  float: right;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  width: 270px;
}

#footer #copy {
  margin-left: 236px;
  margin-right: 270px;
  border-bottom: 1px solid #DDD;
  background: white;
  color: gray;   
}

#languages a {
  color: white;    
}

#languages a:hover {
  color: #03C;
}

#webhosting a {
  color: #900;
}

#webhosting a:hover {
  color: #F00;
}

span.trans, p.trans {
  /* docasny styl, v ostre verzi by uz web nemel obsahovat zadne chybejici preklady */  
  color: grey;
}


/* ogolnie */
abbr {
  cursor: help;
}

q {
  font-style: italic;
}

/* general purpose classes */
.mocno {
  font-weight: bold;
}

.clearer {
  clear: both;
}

.nieobecny {
  display: none;
}

.podkresl {
  text-decoration: underline;
}

.striked {
  text-decoration: line-through;
}

/* SECTION STYLES */
/* portfolio */
div.web_box {
  margin: 15px 20px;
  padding: 10px 0 0;
  height: 185px;  
}

#content_box div.web_box p, #content_box div.web_box h3 {
  margin: 5px 10px 5px 275px; /* floating img from left */
  text-align: left;
  text-indent: 0;
}

#content_box div.web_box h3 {
  margin-top: 0;
}

img.web_thumbnail {
  float: left;
  margin: 5px;
  border: 2px solid gray;
  padding: 2px;
  position: relative; top: -15px;
}

img.web_thumbnail:hover {
  border: 2px solid #0066FF; 
}

