﻿/* CSS Document */
body
{
    font-family: sans-sefif, Arial; 
    font-weight: normal;
    color: #000000;
    }

/*Links*/
/*-----*/
a
{
    cursor: hand;
    text-decoration: none;
    }
/*sluzby*/
 #linksServices
 {
    font-size: 14px;
    font-weight: bold;
    list-style-type: disc;   
    }
 #linksServices a:link
 {
     color: #f36120;
     } 
 #linksServices a:visited, #linksServices a:active
 {
     color: #ffe500;
     } 
 #linksServices a:hover
 {
     color: #ffe500;
     text-decoration: underline;
     } 
/*katalog*/ 
 #katalog
 {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 0 auto;   
    }
 #katalog a:link
 {
     color: #f36120;
     position: relative;
     margin: 0 auto 0 auto; 
     } 
 #katalog a:visited, #katalog a:active
 {
     color: #ffe500;
     } 
 #katalog a:hover
 {
     color: #ffe500;
     text-decoration: underline;
     } 
/*pohyb ve strankach - dalsi, zpet*/
#orientace
 {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 0 auto;     
    }
 #orientace a:link
 {
     color: #f36120;
     position: relative;
     margin: 0 auto 0 auto;  
     } 
 #orientace a:visited, #orientace a:active
 {
     color: #ffe500;
     } 
 #orientace a:hover
 {
     color: #ffe500;
     text-decoration: underline;
     } 
     
/*contacts*/
 #contacts
 {
     font-size: 13px;
     }
 #contacts th
 {
     text-align: left;
     font-size: 14px;
     } 
 #contacts a:link
 {
     font-size: 14px;
     color: #f36120;
     }
 #contacts a:visited, #contacts a:active
 {
     font-size: 14px;
     color: #ffe500;
     }
 #contacts a:hover
 {
     font-size: 14px;
     color: #ffe500;
     text-decoration: underline;
     }          
/*Titles*/
/*------*/
h2
{
    color: #fffafa;
    }

/*Text*/
p
{
    font-size: 13px;
    }
ul
{
    font-size: 13px;
    }
#fotogalerie
{
	margin-left: 60px;
    font-size: 13px;
    text-align: center;
    }    
/*Position*/
#position_logaInG
{
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    }
#position_fotos
{
    position: relative;
    margin: 25px auto 0 auto;
    }
#position_fotos td
{
    padding-bottom: 25px;
    }
