﻿/* CSS Document */


body
{
    margin: 0; padding: 0;
    background-color: #060604;
}
div{
margin: 0px;
}

/* OBLAST PRO MENU */
#part1
{
    width: 100%; height: 110px;
    border: 0px solid white;
    position: relative; top: 0;
    margin: 0;
    text-align: center;
    background: url('images/bg/bg_top.jpg') repeat-x;
}

/*OBLAST PRO LOGO, INFO A STIN*/
#part2
{
    width: 100%; height: 148px;
    border: 0px solid white;
    position: relative; top: 0;
    margin: 0px auto 0px auto; padding: 0;
    text-align: center;
    background: url('images/bg/body_part2.jpg') no-repeat #0B0300 center top;
}
    
    /* napozicovany div s logem a infem */
    #top
    {
        width: 800px; height: 148px;
        border: 0px solid white;
        position: relative; top: 0;
        
        margin: 0px auto 0px auto; padding: 0;
    }
        
        /* logo */
        #logo
        {
            width: 320px; height: 130px;
            border: 0px solid white;
			margin: 18px 0px 0px 0px;
            float: left;
        }
        
        /* info */
        #info
        {
            width: 300px; height: 130px;
            border: 0px solid white;
			float: right;
            
        }
    
    /* stin */
    #shadow
    {
        width: 100%; height: 29px;
        border: 0px solid white;
        position: absolute; top: 0; left: 0;
        
        background-image: url('images/bg/shadow.png');
    }

/* OBLAST PRO OBSAH */ 
#part3
{
    width: 100%; height: 454px;
    border: 0px solid white;
    position: relative; top: 0;
    margin: 0; padding: 0;
    
    background: url('images/bg/body_part3.jpg') no-repeat #0B0300 center top;
}
    
    /* napozicovany div s obsahem */
    #content
    {
        width: 853px; height: 454px;
        border: 0px solid white;
        position: relative; top: 10px;
        margin: 0 auto 0 auto; padding: 0;
    }
        
        /* prava cast obsahu na uvodni strane - papir */
        #right
        {
            width: 561px; height: 454px;
            border: 0px solid white;
            position: relative; top: 0;
            float: right;
            margin: 0; padding: 0;
            
            background: url('images/bg/right.png') no-repeat;
        }
        
        /* pokrmy */
        #p_info
        {
            width: 800px;
            position: relative; top: 20px;
            border: solid white 0px;
            margin: 0 auto 0 auto;
        }
        
        #pokrmy
        {
            width: 800px;
            position: relative; top: 20px;
            border: solid white 0px;
            margin: 0 auto 0 auto; padding: 20px 0 10px 0;
        }
            #pokrmy table
            {
                border: solid white 0px;
                margin: 5px auto 0 auto;
            }
            
            #oteviracka
            {
                margin: 0 auto 0 auto;
            }
            
            .h_line
            {
                position: relative; left: 8%;
                margin: 0 auto 0 auto;
            }
            
        /* napozicovany div s galerii */
        #galerie
        {
            width: 780px;
            position: relative;
            margin: 0 auto 0 auto; padding: 5% 0 0 0;
        }
        
            .fotogal
            {
                margin: 0 auto 0 auto;
            }
            
            .fotogal img
            {
                border: solid #A39B76 4px;
            }
        
        /* prava cast obsahu v kontaktech - papir */
        #right_kont
        {
            width: 611px; height: 454px;
            border: 0px solid white;
            position: relative; top: 0;
            float: right;
            margin: 0; padding: 0;
            
            background: url('images/bg/kontakty.png') no-repeat center;
        }
            
            /* samotny text na uvodni strane */
            #intro
            {
                width: 450px; height: 350px;
                border: 0px solid black;
                position: relative; top: 50px; left: 25px;
            }
            
            /* formular */
            #form table
            {
                width: 450px; height: 285px;
                border: 0px solid white;
                position: relative; top: 75px; left: 40px;
                margin: 0; padding: 0;
            }
        
        /* leva cast obsahu na uvodni strane - fotky */
        #left
        {
            width: 285px; height: 454px;
            border: 0px solid white;
            position: relative; top: 0;
            margin: 0; padding: 0;
			float: left;
        }
        
        /* leva cast obsahu v kontaktech */
        #left_kont
        {
            width: 235px; height: 454px;
            border: 0px solid white;
            position: relative; top: 0;
            margin: 0; padding: 0;
        }
        
            /* napozicovany div s kontakty*/
            #kontakty
            {
                width: 235px; height: 300px;
                border: 0px solid white;
                position: relative; top: 10%;
                margin: 0; padding: 0;
            }
            
                .podtrh
                {
                    background: url('images/bg/podtrh.gif') repeat-x center bottom;
                }
                
/* OBLAST ZAPATI S LOGEM DESIGNERA */
#part4
{
    width: 100%; height: 95px;
    border: 0px solid white;
    position: relative; top: 0;
    margin: 0; padding: 0;
    
    background: url('images/bg/bottom.jpg') repeat-x;
}
    
    /* logo designera */
    #webdesigner a
    {
        width: 99px; height: 32px;
		float: right;
        margin: 20px 60px 0 0; 
		padding: 0;
		background: url(images/pics/webdesigner/cliche.png) no-repeat;
    }
    #webdesigner a:hover
    {
		background: url(images/pics/webdesigner/cliche_a.png) no-repeat;
    }
    
    
    
    
    
    
    
    
    
