/* 
    Document   : style
    Created on : 20.4.2012, 13:34:58
    Author     : mattho
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    background-color: #333333;
    
}
#wrapper{
    margin: auto;
    
    width: 1000px;
    background-color: white;
    border: 15px solid white;
    min-height: 500px;
    
   
    
    
}
#head{height: 200px;
    width: 1000px;
    
    background-image: url("../images/bann.jpg");
    }
    #con{
       
        min-height: 200px;
        height: 1000px;
    }
    #footer{
        margin: auto;
    }
   
    #text
    {
        width: 700px;
        
        text-align: justify;
        font-size: 80%;
        margin-top: 10px;
        float: left;
        height: auto;
        
    }
    #text h3{
        margin-bottom: 5px;
        margin-top: 30px;
    }
    #menu{
        
        width: 285px;
        text-align: center;
        float: right;
        text-decoration: none;
        color: white;
        margin-left: 15px;
        margin-top: 20px;
        
        background-color: white;
        
       
        
     
    }
    strong{
        color: orange;
    }
    a{
    text-decoration: none;
    color: #333333;
    }
    a:visited{text-decoration: none;
    color:#333333; }
    .link{color: #333333; text-decoration: none;}
     a:hover{
        color: orange;
        background-color: #333333;
      
    }
   #menu ul{
      list-style: none;  
    }
    #menu li{
        
        margin-top: 5px;
       
        
    }
    #menu span{color: black;}
    #text_menu{
        text-align: justify;
        font-size: 85%;
        
         background-color: #333333;
    }
    #text_menu p{
      
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: -20px;
        
    }
 .um {color: black;}
 
 .umiestn{
     position: relative;
     left: 30px;
 }
 #spoluorg{
     list-style-type: square;
 }
 #spolurog li{
     list-style: none;
 }
 #stranky{
     text-align: left;
       margin-left: 50px;
 }
 #stranky a{
   
 }
 

