
body {
 background: url('../images/pozadi.jpg');
 margin: 0; 
    padding: 0;
    font-family:  'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman',times, serif;

 }
 
hr { size: 1px;
     color: rgb(124,101,49);

 }



/*  ............................................................................... logo absolutně */
#logo { z-index: 2;
position: absolute;
width: 200px;
height: 150px; 
top: 50%;
left: 50%; 
margin:  -200px 0 0 160px; 
 padding: 0;
 text-align: center;
  background: transparent;
}





/* .............................................................................. stránka*/

#obsah {
position: absolute;
width: 100%;
height: 410px; 
top: 50%;
left: 0; 
margin: -205px 0 0 0; 
    padding: 0;

 text-align: center;
    }
    
    #obsahv {
position: relative;
width: 100%;
height: 400px;
margin: 0 0 0 0; 
    padding: 0;
    }
    
    #obsahvv {
position: relative;
width: 745px;
height: 100%;
margin: 0 auto 0 auto; 
    padding: 0;
border: solid 2px rgb(61,117,108);
background: white;
  text-align: left;
    }

#obsahvv img.uvod {
	border: 0;
  float: left;
         margin: 7px 15px 7px 10px;
    padding: 0;
}


/* .............................................................................. nadpis*/

#nadpis { width: 100%;

	position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
background:  rgb(61,117,108);
}

#nadpis h1{ width: 65%;
         font-size: 2em;
    text-align: left;
    margin: 0 0 0 15px;
    padding: 0;
color:  white;
font-weight: bold;
border-bottom: solid 1px white;

}

#nadpis h2{ width: 65%;
         font-size: 1.2em;
    text-align: right;
    margin: 4px 0 10px 15px;
    padding: 0;
color:  white;
font-weight: normal;
}

#nadpis { width: 100%;
 height: 65px;
	position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
background:  rgb(61,117,108);
}


/* .............................................................................. menu*/

#menu { width: 100%;
 height: 20px;
	position: relative;
    text-align: left;
    margin: 15px 0 0 0;
    padding: 0;
border-top: solid 1px rgb(61,117,108);
border-bottom: solid 1px rgb(61,117,108);
background:  rgb(61,117,108) url("../images/pozodkaz.jpg") left no-repeat;
  font-weight: bold;
         font-size: 1em;
  text-decoration: none;
	color: rgb(231,121,34);
}

#menu a {
  padding: 0 5px 0 5px;
	margin: 00;

  height: 20px;
  border: 0;

  font-weight: bold;
         font-size: 1em;
  text-decoration: none;
	color: rgb(231,121,34);

}


#menu a:hover {
  text-decoration: underline;
	color: white;
	background: rgb(61,117,108);
}



/* .............................................................................. copyright*/

#pata {
position: absolute;
width: 100%;
height: 30px; 
top: 50%;
left: 0; 
margin: 200px 0 0 0; 
 padding: 0;

 text-align: center;
    }
    
    #patav {
position: relative;
width: 725px;
height: 100%;
margin: 0 auto 0 auto; 
    padding: 0;
     text-align: right;
     font-size: 0.8em;
                  color: rgb(61,117,108);
    }
    
    #patav a {
     font-weight: bold;
     font-size: 1em;
                  color: rgb(61,117,108);
    }
    
        #patav a:hover {
text-decoration: none;
    }

