BODY {
    margin: 0px;
    font-family: Tahoma, Verdana, Arial CE;
    font-size: 0.9em;
	padding: 0px;
	background-image: url(pic/pix.jpg);
}

#pozadi  	{
        width: 100%;  
		position: absolute; 
		padding: 0px;
		height: 815px;
		background: url(pic/pozadi.jpg);
		background-position: -700px 0px;
		background-repeat: no-repeat;
	   }

#page  	{
        width: 1024px;  
        height: 715px;
		position: absolute; 
		left: 50%;
		margin-left: -512px;
		top: 50px;
		padding: 0px;		
	   }

#agentura  	{
        width: 369px; 
        height: 420px; 
		position: absolute; 
		top: 250px;
		left: 50%;
		margin-left: 44px;
		padding: 0px;	
		text-align: justify;
		font-size: 14px;
		color: Black;
		font-weight: normal;	
	   }

#reference  	{
        width: 369px; 
        height: 420px; 
		position: absolute; 
		top: 250px;
		left: 50%;
		margin-left: 44px;
		padding: 0px;	
		text-align: justify;
		font-size: 14px;
		color: Black;
		font-weight: normal;	
	   }

#nabidka  	{
        width: 359px; 
        height: 420px; 
		position: absolute; 
		top: 250px;
		left: 50%;
		margin-left: 54px;
		padding: 0px;	
		text-align: left;
		font-size: 16px;
		color: Black;
		font-weight: normal;	
	   }

#na_klic  	{
        width: 359px; 
        height: 420px; 
		position: absolute; 
		top: 250px;
		left: 50%;
		margin-left: 54px;
		padding: 0px;	
		text-align: left;
		font-size: 16px;
		color: Black;
		font-weight: normal;	
	   }

#kontakt  	{
        width: 259px; 
        height: 380px; 
		position: absolute; 
		top: 290px;
		left: 50%;
		margin-left: 154px;
		padding: 0px;
		text-align: left;
		color: Black;
		font-weight: normal;	
	   }

#text2  	{
        width: 399px; 
        height: 80px; 
		position: absolute; 
		top: 670px;
		left: 50%;
		margin-left: 29px;
		padding: 0px;
		text-align: center;
		font-family: Tahoma;
		font-size: 18px;
		color: Black;
		font-weight: bold;		
	   }

.menu  	{
        width: 108px;  
		position: absolute;
		left: 50%;
		margin-left: -90px; 
		padding: 0px;
		height: 20px;
		font-size: 14px;		
	   }

#autor  	{
        width: 80px;  
		position: absolute; 
		top: 770px;
		left: 50%;
		margin-left: 432px;
		padding: 0px;	
		font-size: 10px;
		font-family: Tahoma;
	   }


#autor a:link      { text-decoration: none; color:  #000000 }
#autor a:visited   { text-decoration: none; color:  #000000 }
#autor a:hover 	   { text-decoration: underline; color:  #000000 }
#autor a:active    { text-decoration: underline; color:  #000000 }

#kontakt a:link      { text-decoration: underline; color:  #333333 }
#kontakt a:visited   { text-decoration: underline; color:  #333333 }
#kontakt a:hover 	 { text-decoration: underline; color:  #666666 }
#kontakt a:active    { text-decoration: underline; color:  #666666 }

#reference a:link      { text-decoration: underline; color:  #333333 }
#reference a:visited   { text-decoration: underline; color:  #333333 }
#reference a:hover 	   { text-decoration: underline; color:  #666666 }
#reference a:active    { text-decoration: underline; color:  #666666 }



 a:link 	{ color: white; text-decoration: none }
 a:visited 	{ color: white; text-decoration: none }
 a:hover 	{ color: #cccccc; text-decoration: none }

div        	{ padding: 0px; }

* {-moz-box-sizing: border-box; box-sizing: border-box;} /* pocitani marginu a paddingu jako v Exploreru */

