body
/* pravidlo pro celé tělo stránky */
{
font-weight:normal;  
}


/* jednotlivé styly pro části stránky */
div.Header
{
position:relative;

width: 780px; 
height: 85px;

margin-right: 0px;
padding-left: 10px;

background-color:rgb(241,241,230);
}
h1.NameHeader
{
position:relative;
float:left;



font-family:Arial, Helvetica, sans-serif; 
font-size:24pt;
font-style:normal;
text-align:left; 
color:rgb(182,190,184); 
}

h2.TextHeader
{
position:relative;
float:left;
margin-left: 50px;
margin-top: 35px;
margin-bottom: 0px;



font-family:Arial, Helvetica, sans-serif; 
font-size:12pt;
font-weight:bold;     
text-align:left; 
color:rgb(150,158,146);  
}

div.PhotosLayout
{
position: relative;
clear: both;
width: 800px;
height: 385px;

overflow:auto;
/*overflow:scroll; */

background-color:rgb(241,241,230);
}

div.PhotosProject
{
position:relative;

width:760px;    
height:115px;

margin-top: 0px;
padding: 0px 10px 10px 10px; 

font-size:10pt;
font-weight:bold;

background-color:rgb(241,241,230);
}

div.PhotosProjectView 
{

position:relative;
float:right; 
margin-right: 20px;

width:500x;    
height:80px;
}

a.PhotosProjectTitle
{
position:relative;
float:left;
width:248px; 


font-size:10pt;
font-weight:bold;
background-color:rgb(150,158,146);

}

p.PhotosProjectDescription
{
position:relative;
float:left;
width:240px;
height:30px;
margin-top: 0px;


font-size:10pt;
font-weight:normal;
}


.Footer
{
position: relative;
clear: both;
height: 15px;
margin-top: 15px;

font-family:Arial, Helvetica, sans-serif; 
font-size:8pt;
font-style:normal;     
text-align:left; 


background-color:rgb(82,90,84);
color:rgb(150,158,146); 
}