/*Formátování hlavičky*/
h1#header a{
  display: block;
  position: relative;
  width: 200px;
  height: 207px;
  text-decoration: none;
}

h1#header a span{
  background-image: url("../pict/logo.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}

/*Formátování menu*/
ul#menu li{
  float: left;
  margin-right: 0px;
  width: 85px;
  font-weight: bold;
  font-size: 13px;
}

ul#menu li a{
  color:#888;
  text-decoration: none;
}
    
ul#menu li a:hover{
  color:#CCC;
}

/*Formátování hlavní části*/
div#main h2{
  margin: 0px;
}

div#main h3{
  margin: 0px;
  font-weight: normal;
  font-size: 115%;
}

div#main p{
  margin: 5px 0px 10px 0px;
}

div#main ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

div#main ul li{
  margin: 10px 0px;
}

div#main a{
  color: #888;
}

div#main a:hover{
  color: #BBB;
}
    
div#main label{
  width: 120px;
  display: block;
  font-weight: bold;
}
    
div#main input{
  width: 250px; 
  background-color: #111;
  border: 1px solid #DDD; 
  color: #DDD;
  font-family: Georgia, "New York CE", utopia, sans-serif;  
}
    
div#main textarea#text{
  width: 250px;
  height: 175px;
  background-color: #111;
  border: 1px solid #DDD;
  color: #DDD;
  font-family: Georgia, "New York CE", utopia, sans-serif; 
}
    
div#main form{
  margin-bottom: 20px;
}

div#main span#email{
  direction: rtl;
  unicode-bidi:bidi-override;
} 

/*Formátování patičky*/
div#footer a{
  color: #888;
}

div#footer a:hover{
  color: #BBB;
}



/*Formátování aktualit*/
div#actual{
    float: left;
    width: 200px;
}

div#actual h3{
    font-size: 120%;
    font-weight: bold;
}

div#actual span.date{
    font-style: italic;
    color: orange;
}

div#actual p.text{
    margin-bottom: 10px;
}


/*formátování náhodného obrázku*/
div#random_photo {
    margin-left: 210px;
    width: 480px;
    height: 360px;
    text-align: center;
}

div#random_photo img{
	border: 10px solid #111;
}

