* 
  {
    margin: 0em;
    border: none;
    padding: 0em;
  }
body
  {
  	color: #000;
  	background-color: rgb(240,240,240);
  	font: 75% Verdana, sans-serif;
    line-height: 1.5em;
    text-align: center;
  }
h1
  {
    color: rgb(204,102,0);
    font-size: 150%;
    margin: 0em 0em 0.15em 0em;
  }
h2
  {
    color: rgb(204,153,0);
    font-size: 100%;
  }  
h3
  {
    color: rgb(102,102,0);
    font-size: 120%;
  }
ul
  {
    list-style: disk;
    margin-left: 2em;
  }    
a, a:visited, a:focus,  a:link, a:hover 
  {
  	color: #000;
    text-decoration: underline;
  	cursor: Pointer;
  }
div#layout
  {
    width: 650px;
    background-color: #fff;
    margin: 1em auto 1em auto;
    border: 1px dotted #ccc;
    padding-top: 25px;
    text-align: center;
  }
div#header
  {
    position: relative;
    width: 550px;
    height: 150px;
    background: #fff url('./background1.jpg') no-repeat;
    margin: 0px auto 1em auto;
    border: 3px solid #EDEDF0;
  }  
div#header h1
  {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: white;
  }
div#header a
  {
    position: relative;
    right: 5px;
    bottom: 5px;
    top: 10px;
    text-decoration: none;
    color: white;
    float: right;
  }      
div#header a:hover
  {
    text-decoration: underline;
  }  
div#content
  {
    width: 550px;
    margin: 0em auto 1em auto;
    text-align: justify;
  }  
div#content h2
  {
    float: right;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0em 0em 0.5em 0em;
    text-align: right;
  }
div#content h3
  {
    clear: both;
  }
  
div#content p
  {
    clear: both;
    margin: 0em 0em 1em 0em;
  }
div#content a {
    display: block;
}
div#obsah
  {
    width: 100%;
    background-color: rgb(240,240,240);
    border: 1px solid rgb(224,224,224);
    padding: 0.5em;
  }  
li.level-2
  {
    margin: 0em 0em 0em 1em;
  }  
div#footer
  {
    clear: both;
    width: 600px;
    margin: 0em auto 0em auto;
    border-top: 1px solid rgb(211,211,211);
    padding: 0.5em 0em 0.5em 0em;
    font-size: 80%;
  }
a.validate 
  {
    border: 1px solid #aaa;
    text-decoration: none;
  }
.validate span 
  {
    color: #fff;
    background-color: #aaa;
    margin-right: 0.2em;
  }
span.line
  {
    margin: 0.5em;
  }
span.atelier
   {
    font-weight: bold;
   }
span.atelier strong
   {
    color: rgb(255,153,0);
   }

